mirror of
https://github.com/nmap/nmap.git
synced 2026-01-29 17:49:08 +00:00
17 lines
484 B
Plaintext
17 lines
484 B
Plaintext
TODO/ideas for nsock proxy support:
|
|
|
|
|
|
o Authentication
|
|
|
|
o Handle socks4a
|
|
- This requires to figure out how to trigger proxy code without resolving
|
|
target hostname first. The problem is that the proxy code is supposed to be
|
|
a transparent hook of connect()... Extending the exported API will probably
|
|
be needed :(
|
|
- If nsock could provide async hostname resolution methods, we could do some
|
|
clever tricks...
|
|
|
|
o socks5 support
|
|
|
|
o Explore ways to share code with ncat
|