Skip to main content

Posts

Showing posts from May 7, 2017

Expert Metasploit Penetration Testing Tutorial: pivoting

  pivoting expert metasploit penetration testing course  episode 28  

Expert Metasploit Penetration Testing Tutorial:meterpreter networking commands

expert metasploit penetration testing course  episode 27 "meterpreter networking commands "

routersploit: Router Exploitation Framework

  RouterSploit  Router Exploitation Framework github download source Installation Requirements gnureadline (OSX only) requests paramiko beautifulsoup4 pysnmp Installation on Kali git clone https://github.com/reverse-shell/routersploit cd routersploit ./rsf.py Installation on Ubuntu 16.04 sudo apt-get install python-dev python-pip libncurses5-dev git git clone https://github.com/reverse-shell/routersploit cd routersploit pip install -r requirements.txt ./rsf.py Installation on OSX git clone https://github.com/reverse-shell/routersploit cd routersploit sudo easy_install pip sudo pip install -r requirements.txt ./rsf.py Running on Docker git clone https://github.com/reverse-shell/routersploit cd routersploit docker build -t routersploit:latest -f Dockerfile . ./run_docker.sh Update Update RouterSploit Framework often. The project is under heavy development and new modules are shipped almost every day. cd routersploit git pull Usage root@ka