Social-Engineer toolkit install on OSX Lion

So I purchased a new Macbook Pro 17″ i7 laptop. Very sweet Rig! I managed to get metasploit up and running by following the rapid 7 instructions and help from
Carlos Perez(Darkoperator). So besides metasploit on the laptop, I wanted SET installed. I didn’t look up directions and decided to wing it.

1. Lets pull down SET.

svn co http://svn.secmaniac.com/social_engineering_toolkit set/

2. There are some python prerequisites for SET to run properly. The first one is Pexpect.
To install first extract, cd into the folder, then run

sudo python setup.py install

3. The last prerequisite is BeautifulSoup
To install first extract just like above, cd into the folder, then run

sudo python setup.py install

Tags: , , ,

Leave a comment