Jump to content

AstroSkipper

Member
  • Posts

    4,587
  • Joined

  • Days Won

    545
  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by AstroSkipper

  1. Hello to all! In a nutshell, just to keep you informed, an update on progress in the development of ProxHTTPSPoxy's PopMenu TLS 1.3 3V3. The programming work has been nearly finished. Due to the implementation of three new features I had more programming work as I thought. A bit of branding has to be done, too. At next, I have to revise the documentation and to rewrite a lot, unfortunately. The documentation also needs to be expanded to include these new features. Therefore, a lot to do! After that work the testing phase will start as soon as possible. But, frankly, it is fun, of course. Stay tuned! Tomorrow, maybe, I will upload a first screenshot if I can. Cheers, AstroSkipper
  2. Hi @mina7601! This is an excellent examination and logical conclusion. Thanks for that! I second @Dave-H's finalization, i.e. q.e.d. Cheers, AstroSkipper
  3. Yeah! That's what a mathematician likes to hear.
  4. And the results are shown correctly. Tested in New Moon and Serpent, latest releases.
  5. Hi @Ben Markson! Although there is a small glitch in the left corner above, VirusTotal still works properly in Serpent v52.9.0 (2022-07-15) (32-bit) if updating palefill to version 1.17. A file can be uploaded, the service checks the hash, and the results are shown correctly. Same in New Moon 28.10.6a1, latest build from 2022-07-15. Therefore, I can't confirm your statement. Cheers, AstroSkipper
  6. Hi @George King! Here now is the code of a batch with the command start /wait, which works as it should: @echo on echo Notepad will be executed start "Notepad" /wait notepad.exe echo Notepad has been executed and closed pause exit You see the command start /wait works with some programs, and with others, it doesn't. That is the epitome of a bug! In the case of starting ProxyMII, the command start /wait fails completely as it is described in Microsoft's documentation. Kindest regards, AstroSkipper
  7. Use a trusted VPN provider with a no log policy! The Tor Network is well-known and actually great, but if a node is a server of the government or a criminal, then the user may get into real trouble. In principle, anyone can participate in the Tor Network. Nothing for me! AstroSkipper
  8. Just to clarify it! I do not use extensions but a trusted VPN service to establish secure and anonymous connections. The installation in Windows is very simple.
  9. Thanks for your reply! I know nircmd very well, and I used in the past, too. But cmdow is really great. A lot of parameters! I use it when windows have to be controlled in a batch in different ways. AstroSkipper
  10. This thread is the right one. Don't worry! It's about anonymity, VPN and browser extensions promising safety.
  11. Hi @XPerceniol! I used to be sceptical about payments and anonymity, too. But in the meanwhile I don't see any problems if the vendor can be trusted. And that's the problem. At the end you have to trust the vendor of a VPN service, otherwise you won't be happy at all. What I did is to buy a time-limited for one (or more) year(s) or a lifetime license of a VPN service at StackSocial. They have less expensive offers. When you buy a license there, you get a code which must be redeemed with the corresponding provider. The seller and the VPN provider are independent of each other. Thus, the VPN provider only knows what you have booked. But in the end, it's all a question of trust. And there is no such thing as one hundred percent security.
  12. Hi @maile3241!Welcome back! Currently I am working intensely on a new release of ProxHTTPSProxy's PopMenu. All serious problems have been solved so far. A lot of adjustment due to implementation of new features! Frankly, a lot of work, but it is fun. The original release of @cmalex's ProxyMII works as it is. You do not have to install Python. The archive contains all necessary files. Here is the post with a download link of the most recent version: And here is my short tutorial: Have a lot of fun! Cheers, AstroSkipper
  13. Hi @XPerceniol! Has your energy come back? Have you already tried @cmalex's proxy ProxyMII? A short guide can be found here if necessary: Cheers, AstroSkipper
  14. Hi to all of you! I've tested the MU website version using the brandnew TLS 1.3 proxy ProxyMII created by @cmalex. And what can I say? It works perfectly. Fully compatible! Cheers, AstroSkipper
  15. A short note on GitHub in Mypal 68. As long as there is no polyfill extension available or a new, fixed release of Mypal 68 is provided, GitHub can only be used in this browser to a very limited extent or not at all. This issue has been reported weeks ago and is well-known. Cheers, AstroSkipper
  16. @George King Here is a short note on errorlevel -1073741510: This is a quotatation from here: https://ss64.com/nt/exit.html Cheers, AstroSkipper
  17. Good news! VirusTotal works again by updating palefill to version 1.17. Tested in New Moon 28.10.6a1, latest build from 2022-07-15. Thanks to martok on GitHub! Cheers, AstroSkipper
  18. Yeah, that's what I said. If you try this batch to launch the proxy, you'll observe the issue mentioned before: @ECHO ON TITLE Start ProxHTTPSProxy CALL A.bat START /WAIT "ProxHTTPSProxy 1.5" "ProxHTTPSProxy.EXE" CALL B.bat EXIT Use dummy code for the batch files A.bat and B.bat. Or replace them by echo messages! Now, you'll definitely observe the bug i.e. the misbehaviour of this command.
  19. Of course! In the case of @cmalex's PROXYMII the command start /wait doesn't work as it should do. It leads to an interruption of the batch with output ^C and a question to abort or to continue if the proxy's status window was closed manually. In a test batch I created it worked with the program notepad. You see in some cases it works, in others it doesn't! @cmalex already knew that there is a bug in this command. And I stated it a few posts before, too.
  20. Hi @George King! Thanks for your reply! The command start /wait is definitely buggy, confirmed several times. I tried it in my first version of my batch, and it doesn't work as described by Microsoft. Therefore, your statement is not correct. Due to a bug in the command start /wait it works in some cases, and in others it doesn't. It depends on the program you want to launch with this command. Due to a tip from @cmalex about the correct use I was able to get rid of the bug. But once again, in some cases it may work. In my case, unfortunately, it fails. In the case of cmdow, I have had no problems so far. I love it. It has a lot of interesting parameters. Here is a link: https://ritchielawrence.github.io/cmdow/#usage The tool is virus-free and certainly cannot be blamed for false alarms. But, I'll test your Invisible.vbs as an alternative, too. In any cases, thanks for your efforts! I do appreciate that! Cheers, AstroSkipper
  21. Hi to all! Just a short update! Due to a tip from @cmalex about the correct use of the command START /WAIT I was able to solve my problem completely. Microsoft's documentation is flawed and misleading. I was very close to the solution, but I couldn't find the correct syntax of the command START /WAIT. This command is buggy, and its documentation, too. I wasted a lot of time in trying all combinations of this START /WAIT command. Thanks for that bug, Microsoft! Anyway, I modified the code of my batch file, and it works perfectly. No further need of a loop! No unnecessary background activity! Exact what I wanted to achieve! Therefore, no further solutions are necessary, the problem is solved. And once again, many thanks to @cmalex! You are an excellent programmer as far as I can tell! Cheers, AstroSkipper
  22. Hi @cmalex! Here is the code of my batch to show you my implementation of the functionality described above: @ECHO OFF TITLE Start ProxHTTPSProxy cmdow "Start ProxHTTPSProxy" /HID START /MIN "Activate Proxy" ActivateProxy.bat CD.. START "ProxHTTPSProxyMII v1.5" ProxHTTPSProxy.exe CD PopMenu :LOOP tasklist | find /i "python37" >NUL 2>&1 IF ERRORLEVEL 1 ( GOTO CONTINUE ) ELSE ( sleep 10 GOTO LOOP ) :CONTINUE START /MIN "Deactivate Proxy" DeactivateProxy.bat EXIT As you can see, the activation and deactivation are done by the batch files ActivateProxy.bat and DeactivateProxy.bat. After hiding the program's window, my file activates the LAN settings, starts the proxy, performs a loop checking whether python37 is running or not, and deactivates the LAN settings on the proxy's exit. The file sleep.exe is an alternative to timeout.exe, which is not compatible with Windows XP, to perform a delay. I decided to use the program tasklist.exe inside the loop because it has an ERRRORLEVEL output I needed. If all this is done by using a higher programming language such as Python, it will presumably lead to less processor load and less background activity. If you want to take a look into my files, let me know! BTW, any improvements or optimizations of my code are welcome, of course! Cheers, AstroSkipper PS: Although I had my doubts, such functionality can actually be realised with pure batch programming. q.e.d.
  23. I find something. It must call "on_exit" function then window closed. I'll try to integrate it. import win32api import time def on_exit(signal_type): print('caught signal:', str(signal_type)) time.sleep(1) for i in range(1,5): print (6-i) time.sleep(1) win32api.SetConsoleCtrlHandler(on_exit, True) time.sleep(30) Hi @cmalex. Thanks for your reply! What functionality exactly do you want to integrate? You know I do not have any skills in the programming language Python. I am just a batch programmer If at all. As far as I can see, the code you posted is a loop in python. You try to catch the event of ProxHTTPSProxy's exit. Is that right? Anyway, it would be great if you integrated the functionality of activating the proxy's LAN settings on its start and deactivating on its exit. I already did that by creating a batch, compiled to an exe file, providing such functionality. But the background activity still bothers me. A more elegant solution is welcome at any time, of course! Cheers, AstroSkipper
  24. I performed a +1 and a thunbs up to support your call. I personally hate all unnecessary changes breaking websites which worked in the past. Just to be a bit "modern"!
×
×
  • Create New...