Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. ROUTERSPLOIT
  2.  
  3. Installation on Kali Linux
  4.  
  5. apt-get install python3-pip
  6. git clone https://www.github.com/threat9/routersploit
  7. cd routersploit
  8. python3 -m pip install -r requirements.txt
  9.  
  10. python3 rsf.py
  11.  
  12. //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  13.  
  14. Update RouterSploit Framework often. The project is under heavy development and new modules are shipped almost every day.
  15.  
  16. cd routersploit
  17. git pull
  18.  
  19. ==========================================================================================================================
  20.  
  21. NIPE
  22.  
  23. Download and install:
  24.  
  25. git clone https://github.com/GouveaHeitor/nipe
  26. cd nipe
  27. cpan install Switch JSON LWP::UserAgent
  28.  
  29. Commands:
  30.  
  31. COMMAND FUNCTION
  32. install Install dependencies
  33. start Start routing
  34. stop Stop routing
  35. restart Restart the Nipe process
  36. status See status
  37.  
  38. Examples:
  39.  
  40. perl nipe.pl install
  41. perl nipe.pl start
  42. perl nipe.pl stop
  43. perl nipe.pl restart
  44. perl nipe.pl status
  45.  
  46. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  47.  
  48. MORPHEUS
  49.  
  50. Download/Install
  51.  
  52. 1º - git clone https://github.com/r00t-3xp10it/morpheus.git
  53. 2º - cd morpheus
  54. 3º - chmod -R +x *.sh
  55. 4º - chmod -R +x *.py
  56. 5º - nano settings
  57.  
  58. 6º - sudo ./morpheus.sh
  59.  
  60. ===============================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement