1
0
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:
henri
2013-04-22 19:34:26 +00:00
parent 11fdeed8fb
commit 7e49052ded

14
todo/nsockproxies.txt Normal file
View 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