View Single Post
Guest | Posts: n/a | Thanked: 0 times | Joined on
#1
I compiled some different, useful, penetration test tools for our N9.

UPDATE: ETTERCAP is now with ncurses
(simple GUI) support, invoke with ettercap -C ....

Tested on PR1.1, PR1.2 and PR1.3 - working both.

Tools available:
  • nmap 5.61 beta 4 unstable:
  • nmap 5.51 stable:
  • THC Hydra 7.2:
  • ettercap 0.7.4.1
  • ettercap is now with ncurses support
    Ncurses support is a 'simple' tex-based GUI, looks nice
    start this mode with ettercap -C (or use ettercap -T if it is too annoying)
  • Screen 4.0.3
    Usefull when more shells are needed
(This is command-line-fu only, so you might want to add "export PATH=$PATH:/usr/local/bin:/usr/local/sbin" to your /home/user/.profile)

Download from my 4shared http://www.4shared.com/folder/49pVE4hh/_online.html and install with

Code:
devel-su <-rootme
develsh
dpkg -i <package-name.deb> 
(example: dpkg -i nmap_5.61-1_armel.deb)
ettercap :
Now working with modules, files on 4shared are updated with pcre_3.8.12_armel.deb to support this.

Hint: edit /usr/local/etc/etter.conf and change "remote_browser = "mozilla -remote openurl(http://%host%url)"" to "remote_browser = "invoker -s --type=e /user/bin/grob http://%host%url""

First, download 'ettercap-files.tar.gz' from above 4shared link

Code:
devel-su <-rootme
develsh
tar -xvzf ettercap-files.tar.gz
cd ettercap-files
dpkg -i libnet_1.1.2.1_armel.deb
dpkg -i libpcap_1.2.1_armel.deb
dpkg -i pcre_3.8.12_armel.deb
dpkg -i ettercap_0.7.4.1_armel.deb
Complete ettercap installation is now available, including launch from homescreen-icon!
DOWNLOAD ETTERCAP+HOMESCREEN ICON

UPDATE:
DOWNLOAD NAT ENABLED KERNEL !!!

Screen:
First, download 'screen-files.tar.gz' from above 4shared link

Code:
devel-su <-rootme
develsh
tar -xvzf screen-files.tar.gz
cd screen-files
dpkg -i termcap_1.3.1_armel.deb
dpkg -i screen_4.0.3_armel.deb
Also, have a look at other tools submitted by dadaniel

Last edited by nieldk; 2013-08-22 at 21:47. Reason: Link to NAT enabled kernel
 

The Following 20 Users Say Thank You to For This Useful Post: