Surf Jack – Cookie Session Stealing Tool
A tool which allows one to hijack HTTP connections to steal cookies – even ones on HTTPS sites! Works on both Wifi (monitor mode) and Ethernet.
Features:
- Does Wireless injection when the NIC is in monitor mode
- Supports Ethernet
- Support for WEP (when the NIC is in monitor mode)
Known issues:
- Sometimes the victim is not redirected correctly (particularly seen when targeting Gmail)
- Cannot stop the tool via a simple Control^C. This is a problem with the proxy
Requires:
- Python 2.4
- Scapy
You can download Surf Jack here:
Or read more here.
Recent in Hacking Tools:
- Web-Sorrow v1.48 – Version Detection, CMS Identification, Enumeration & Server Scanning Tool
- CrowdRE – Crowdsourced Reverse Engineering Service From CrowdStrike
- XMPPloit – A Tool to Attack XMPP Connections
Related Posts:
- sessionthief – HTTP Session Cloning & Cookie Stealing Tool
- Firesheep – Social Network Session Stealing/Hijacking Tool
- login (security through obscurity) – weird PHP script
Most Read in Hacking Tools:
- Top 15 Security/Hacking Tools & Utilities - 1,794,747 views
- Brutus Password Cracker – Download brutus-aet2.zip AET2 - 992,562 views
- wwwhack 1.9 – Download wwwhack19.zip Web Hacking Tool - 587,676 views


Posted in:


Well have used almost every tool based on Scapy and realy liked it. So should check this one out too..
Moreover, It seems like a very useful tool…
It’s fairly easy to program you way around threats like this. Just include the destination MAC address in the cookie when you send it out (encrypted of course) and check it against the originating MAC address while reading the cookie back in..