Author Topic: why free proxies are free.  (Read 407 times)

0 Members and 1 Guest are viewing this topic.

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
why free proxies are free.
« on: January 04, 2015, 01:57:39 pm »
I recently stumbled across a presentation of Chema Alonso from the Defcon 20 Conference where he was talking about how he created a Javascript botnet from scratch and how he used it to find scammers and hackers.

Everything is done via a stock SQUID proxy with small config changes.

The idea is pretty simple:

    [Server] Install Squid on a linux server
    [Payload] Modify the server so all transmitted javascript files will get one extra piece of code that does things like send all data entered in forms to your server
    [Cache] Set the caching time of the modified .js files as high as possible

Read More: https://blog.haschek.at/post/fd9bc
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]

Offline racktapbang

  • NULL
  • Posts: 2
  • Cookies: 0
    • View Profile
Re: why free proxies are free.
« Reply #1 on: January 04, 2015, 06:41:28 pm »
Hmm this is very interesting. Thanks for posting. Good read!

Offline madf0x

  • Knight
  • **
  • Posts: 172
  • Cookies: 50
    • View Profile
Re: why free proxies are free.
« Reply #2 on: January 04, 2015, 06:43:42 pm »
Yeah I saw this when it got posted too. It's neat, but g0tm1lk and plenty others beat this guy to the punch already :P I had a similar project going for awhile on an old machine I had. Was meant to be less obvious about injecting shit and acting as a more transparent proxy(no url rewriting either).

Might need to remake that little project with some smaller more fine tuned tool.

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: why free proxies are free.
« Reply #3 on: January 04, 2015, 07:52:01 pm »
This is no news, people been doing it for ages.