Nmap Development mailing list archives

Andrew's Status Report - #14 of 17


From: Andrew Jason Farabee <afarabee () uci edu>
Date: Mon, 3 Aug 2015 22:29:10 -0700

Accomplishments:
 * Started working on refactoring http digest authentication from ncat
into nsock (there was a typo in my last report which should have said
I finished implementing http basic proxy authentication instead of
http digest proxy authetnication. )
 * Fixed a bug in nmap-nsock-proxyauth's implementation of http
authentication that was causing nsock to ignore 407 http code
reposonses due to mismatched messages following the code.
 * Fixed a bug in the way nsock proxy authentication handled being
given missing, empty, or single character user names and passwords.
 * Refactored /nsock/src/proxy_http.c in order to work as a state
machine.  Each proxy state is handled by only one function and the
change to the next proxy state happens at the end of each function.
 * Fixed some minor issues with usage of asprintf or unnecessary
modifications to unrelated code.

Priorities:
 * Finish adding/refactoring http digest authentication for
nmap-nsock-proxyauth.
 * Re-commit and finish socks5 implementation to nmap-nsock-socks5.
 * Add --proxies tests to ncat/ncat-test.pl
 * Document changes to nmap-ncat-proxychains, nmap-nsock-socks4a,
nmap-nsock-socks5, nmap-nsock-proxyauth.
_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: