Things I can't remember and Handheld Pentesting, Nokia Internet Tablet N810, Archos PMA400, Android
Wednesday, June 4, 2008
Metasploit on nokia
get tarbal http://www.metasploit.com/
tar -xvzf it
download debs http://pierre.droids-corp.org/maemo/
download gem's http://pierre.droids-corp.org/maemo/gems/
install ruby_1.8.5-p3_armel.deb + rubygems_0.9.2_armel.deb
gem update --system
gem install activesupport-1.4.1.gem --no-rdoc --no-ri && gem install activerecord-1.15.2.gem --no-rdoc --no-ri && gem install actionpack-1.13.2.gem --no-rdoc --no-ri && gem install actionmailer-1.3.2.gem --no-rdoc --no-ri && gem install actionwebservice-1.2.2.gem --no-rdoc --no-ri && gem install rake-0.7.1.gem --no-rdoc --no-ri && gem install rails-1.2.2.gem --no-rdoc --no-ri
now install sqlite3-ruby_1.2.1_armel.deb + nmap_4.20_armel.deb
./msfconsole
>load db_sqlite3
>db_create pentest
>db_nmap 192.168.0.*
>db_autopwn -t( or -e for exploits)
all credit for this post goes to
http://mfresh-n800.blogspot.com/2007/07/installing-metasploit-framework-3-on.html
Sunday, June 1, 2008
tools for pentest
Kismet -- great wireless information gatherer
Nmap -- Amazing scanner
Ettercap-ng --sniffer/interceptor/logger
hydra -- brute force password cracker
Metasploit -- exploit tool from the gods
Aircrack-ng with airmon-ng
Netdiscover - active/passive address reconnaissance too
Nmap -- Amazing scanner
Ettercap-ng --sniffer/interceptor/logger
hydra -- brute force password cracker
Metasploit -- exploit tool from the gods
Aircrack-ng with airmon-ng
Netdiscover - active/passive address reconnaissance too
Subscribe to:
Posts (Atom)