hack101 Experienced Poster

Joined: 26 Apr 2004 Posts: 53 Location: UK
|
Posted: 13 Nov 2007 11:50 pm Post subject: ettercap on OSX 10.5 "Leopard" |
|
|
Just to report success with one minor hack needed in installing 0.7.3 using fink on Leopard.
1. Get Leopard up and running and up to date via software update
2. Install the Developer tools on your leopard install DVD or download from https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=19897
3. Download the fink bootstrap from http://www.finkproject.org/ and follow the instructions to setup fink
4. Navigate to your /sw/src folder in Terminal or Finder
5. Unzip/untar ettercap-NG-0.7.3.tar.gz
6. In your expanded directory, open ettercap-NG-0.7.3/src/interfaces/curses/widgets/wdg.h in a text editor using sudo (I used | Code: | | $ sudo pico ettercap-NG-0.7.3/src/interfaces/curses/widgets/wdg.h | in the terminal)
7. Look in the includes section near the top of the file and append | Code: | | #include <sys/types.h> | at the end of the section.
8. tar and zip the ettercap-NG-0.7.3 directory up again and replace the tar.gz file in step 4 with your new version
9. Run | Code: | | $ fink install ettercap-ssl-gtk | or ettercap-ssl if you don't want the gtk interface and all the X11 compile time that goes with it.
10. Wait until it all finishes (go to dinner or something)
11. Modify /sw/etc/etter.conf to your needs to get the redirect commands and privilege levels right.
12. Enjoy! _________________ Too dumb to think of an original sign-off |
|