2.1. Installing and Using EttercapThe latest Ettercap source code is available from http://ettercap.sourceforge.net/download.php. Grab the latest tarball and compile Ettercap: [notroot]$ tar zxvf ettercap-NG-x.y.z.tar.gz [notroot]$ cd ettercap-NG-x.y.z [notroot]$ ./configure [notroot]$ make [root]# make install
You can run Ettercap in console mode, curses mode, or GTK mode, the latter of which is shown in Figure 2-1. Figure 2-1. Ettercap in GTK modeRun ettercap -h to discover the plethora of options and features Ettercap provides. See the ettercap manpage for more details on available options and features.
|