mirror of
https://github.com/nmap/nmap.git
synced 2026-01-19 12:49:02 +00:00
Added a branch-specific todo file.
This commit is contained in:
14
todo/nsockproxies.txt
Normal file
14
todo/nsockproxies.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
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 Explore ways to share code with ncat
|
||||
Reference in New Issue
Block a user