Re: [sqlmap-users] Tor proxy port detection broken (and fixed)
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2011-10-27 10:36:25
|
Hi Alexander. The same thing you've done is problematic on Privoxy. We have to find some other way for fixing this. Kind regards On Thu, Oct 27, 2011 at 12:09 PM, Alexander Rigbo <al...@ri...> wrote: > 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 > > > > > > > ------------------------------------------------------------------------------ > 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 > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |