You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any malicious agent on the same network could take advantage of the listening SOCKS proxy.
This service should only be exposed on localhost by default, and a supplemental flag should be provided in order to make it listen "publicly".
The text was updated successfully, but these errors were encountered:
Configuration
impacket version: v0.10.1.dev1+20230207.182628.6cd68a05
Python version: 3.9.2
Target OS: NA
By default, the SOCKS server used by ntlmrelayx.py listens on all interfaces (0.0.0.0)1080, which is dangerous.
Please see:
impacket/impacket/examples/ntlmrelayx/servers/socksserver.py
Line 456 in 6328a9b
Any malicious agent on the same network could take advantage of the listening SOCKS proxy.
This service should only be exposed on localhost by default, and a supplemental flag should be provided in order to make it listen "publicly".
The text was updated successfully, but these errors were encountered: