What happened to Ferret/Hamster and Wifezoo?
Unless I am missing sth many tools are omitted in bt5 including ferret/hamster and wifezoo. In addition I couldn't find them on the repository. What happened to them? If they are replaced with another tools I have yet to find which. Ferret/Hamster combo is a powerfull sidejacking tool.
Re: What happened to Ferret/Hamster and Wifezoo?
Code:
wget http://www.erratasec.com/erratasec.zip
unzip erratasec.zip
cp -R ferret/ /pentest/exploits/ && cp -R hamster/ /pentest/exploits/
cd /pentest/exploits/hamster/build/gcc4/ && make
cd /pentest/exploits/ferret/build/gcc4/ && make
cp /pentest/exploits/ferret/bin/ferret /pentest/exploits/hamster/bin
cd /pentest/exploits/hamster/bin/ && ./hamster
Start Firefox
Edit -> Preferences
Advanced Tab -> Network Tab
Click on Settings
Select Manual proxy configuration
Set the HTTP Proxy: 127.0.0.1 on Port: 1234
Tick Use this proxy server for all protocols and click ok
r083rt
Re: What happened to Ferret/Hamster and Wifezoo?
hamster and ferret are already in the repo