Sunday, January 22, 2012

Successfully Installed yersinia on Mac OS X Version 10.6.8

Finally, I was able to install yersinia on my mac osx version 10.6.8.

I build the dependencies using MacPorts 2.0.3.
Preparation:
0. Install pcap, libnet,
1. sudo port install libnet

My steps:
0. Extract yersinia tarball
1. ./configure -with-libnet-includes=/usr/include/ --disable-gtk --with-pcap-includes=/usr/include

Yersinia, our beloved one, has been configured with the following options.
Remote admin : true
Use ncurses : true
Use gtk : no

2. make
3. make install
4. make clean

No comments: