httprebind
httprebind copied to clipboard
Automatic tool for DNS rebinding-based SSRF attacks
┌──(kali㉿kali)-[~/Desktop/httprebind] └─$ sudo python3 httprebind.py *****.com ********* gcloud Traceback (most recent call last): File "/home/saif/Desktop/httprebind/httprebind.py", line 4, in import SocketServer ModuleNotFoundError: No module named 'SocketServer' ┌──(kali㉿kali)-[~/Desktop/httprebind] └─$
facing this issue with dnslib Traceback (most recent call last): File "httprebind.py", line 6, in from dnslib import * ImportError: No module named dnslib i already forced an install of...
The `https` on line 155 results in browser errors because the program only listens on port 80.
Traceback (most recent call last): File "httprebind.py", line 287, in main() File "httprebind.py", line 266, in main SocketServer.ThreadingUDPServer(('', port), UDPRequestHandler).serve_forever, File "/usr/lib/python2.7/SocketServer.py", line 420, in __init__ self.server_bind() File "/usr/lib/python2.7/SocketServer.py", line...