We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How'd you do it?
use ldap_query
set rhosts hostname.local
setg proxies socks5:127.0.0.1:1080
set rhosts 8.8.8.8
No
We should see a request to the SOCKS5 proxy with the address type set to 3.
3
For example here's rhost set to 8.8.8.8
8.8.8.8
skyler@attacker:~$ python3 socks.py 127.0.0.1 1080 SOCKS Server running on 127.0.0.1:1080 New client connected. Address Type: 1, 8.8.8.8:389
We see no request to the SOCKS5 proxy.
msf6 auxiliary(gather/ldap_query) > version Framework: 6.4.36-dev-88132657d2ba694635b604b369d4ad4d78ca2ced Console : 6.4.36-dev-88132657d2ba694635b604b369d4ad4d78ca2ced
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
How'd you do it?
use ldap_query
set rhosts hostname.local
setg proxies socks5:127.0.0.1:1080
set rhosts 8.8.8.8
Were you following a specific guide/tutorial or reading documentation?
No
Expected behavior
We should see a request to the SOCKS5 proxy with the address type set to
3
.For example here's rhost set to
8.8.8.8
Current behavior
We see no request to the SOCKS5 proxy.
Metasploit version
The text was updated successfully, but these errors were encountered: