Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
captcha_breaker:webserver_error [2015-11-20 08:46] – [How to disable IIS - Microsoft Web Deploy] svencaptcha_breaker:webserver_error [2016-08-15 06:27] sven
Line 15: Line 15:
  
 This can be very complicated and hard to figure out. The error message shows you some typical programs that might block the program from working as a web server. If you find them, stop or "kill" them with the task manager. You can also try to use netstat. You can do that when typing this **netstat -b** in the console (press start -> Run -> cmd [Enter]). This can be very complicated and hard to figure out. The error message shows you some typical programs that might block the program from working as a web server. If you find them, stop or "kill" them with the task manager. You can also try to use netstat. You can do that when typing this **netstat -b** in the console (press start -> Run -> cmd [Enter]).
 +
 +You can use [[http://www.nirsoft.net/utils/cports.html|CurrPorts]], a windows program by NirSoft that will list all used ports and the program using it. It should be very easy to see what is running on the IP/Port using this tool.
  
 If you see that error from the screenshot but with //xxx.xxx.xxx.xxx://**81??** (port 8123 - 8131), then simply disable the simulation of DeathByCaptcha as this is the SocksAPI being simulated on a different port range. If you see that error from the screenshot but with //xxx.xxx.xxx.xxx://**81??** (port 8123 - 8131), then simply disable the simulation of DeathByCaptcha as this is the SocksAPI being simulated on a different port range.