Hello,

Yesterday I encountered a bug in sqlmap. The tor port detection was broken due 
to this change in lib/core/settings.py:

-DEFAULT_TOR_PORTS = (8118, 8123)
+DEFAULT_TOR_PORTS = (8123, 8118)

The reason this broke it for me is because my polipo is running at port 8118, 
and the code that tries to connect to these ports does not properly reinitiate 
the socket used. See my attached patch.

Best regards,
Alexander

Attachment: sqlmap-svn4458-tor-fix.patch
Description: Binary data



Attachment: PGP.sig
Description: This is a digitally signed message part

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to