The last weeks I was tinkering around on an old HTTP proxy skript I wrote about one year ago. This script doesn’t contain any rocket science skills and you have the same or probably even more functionality with any other HTTP proxy. Implementing the server in PERL allows me to extend, modify and adjust it [...]
tag archive 'Proxy'
Defeating SSL using SSLStrip
posted in External tools, Tools & sources on Aug 11th, 2009
At BlackHat DC 2009 Moxie Marlinspike demonstrated how to subvert HTTPS with SSLStrip. SSLStrip intercepts HTTP traffic, watches for HTTPS links inside the data stream and maps these HTTPS links to HTTP. Whenever a victim clicks on such a mapped HTTPS link SSLStrip will notice it and act as a HTTP2HTTPS proxy server. All the [...]
Source : HTTP proxy server script
posted in Tools & sources on Apr 11th, 2009
Below, you can find a link to the source code to a simple HTTP proxy server script. It’s written in PERL and requires a connection to a database to store the intresting data. But you can easily comment the lines in the code where the functions newConnRec() and connectDB() are called. This is the script [...]
One week with spammers and hackers, day three.
posted in Articles on Apr 9th, 2009
As already mentioned in a previous posting I stumbled upon an old proxy server code that attracted my attention again. Driven by the same idea as at the first time, out of curiosity how the spammers and hackers do theirĀ job and who else is using this anonymizing srvices I modified and installed the script [...]
Open proxy server
posted in Stuff on Apr 6th, 2009
About one year ago I coded a simple HTTP proxy server with the objective to propagate my own proxy server among the anonymizing proxy server providers to analyze the traffic coming from their network. I hoped collecting account information that way. They didn’t disappoint me. Yesterday I’ve stumbled uppon this small PERL script again and [...]