I already posted this script for Backtrack 4 R2, updated it to work in BT5... here it is:
#!/bin/bash
# sidejackssl.sh v0.3
# tested in backtrack 5 environment, run as root.
# xterm used...
Type: Posts; User: gorara; Keyword(s):
I already posted this script for Backtrack 4 R2, updated it to work in BT5... here it is:
#!/bin/bash
# sidejackssl.sh v0.3
# tested in backtrack 5 environment, run as root.
# xterm used...
supdgunman, thanks for checking it out, and for making the changes. Although there are a few things you missed out on, which I've fixed in the post below:
#!/bin/bash
# sidejackssl.sh v0.2...
Looks good, although when I ran it I got an error:
Provide path for saving log files, ex. root, *NOT* /root/:
test
mkdir: cannot create directory `/test/easy-creds-2010-12-11-2120': No such...
It looks like you may have copy-pasted the code from pastebin, if so you may have copied the line numbers too. Try pressing the RAW option in pastebin and copy the raw text, or copy the code from...
Actually, thats not really required, simply copy-paste code into file, save as sidejackssl.sh (or whatever you want), and run as such:
bash sidejackssl.sh
It requires parameters, which the...
I know there are other scripts out there that do the same thing but, here is one I made. Perhaps someone else will find it useful. It basically uses hamster, ferret, sslstrip, ettercap, urlsnarf,...
I recently installed Backtrack 4 R2 to my eeepc 701 4G. My hardware is:
Asus eeePC 701 4G
Atheros AR5001 (built in wireless)
Alfa AWUS036H 1Mw (usb external)
My problem is with airbase-ng, I...