Advertisement
RebelRose

2025 Cyber Tooling Tmux

Mar 30th, 2025 (edited)
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.97 KB | None | 0 0
  1. New 2025 tools builds are getting more complex
  2. ...................
  3.  
  4. go install -v github.com/owasp-amass/amass/v4/...@master
  5. cd $HOME
  6. cd go/bin
  7. ./amass
  8.  
  9. ................
  10.  
  11. go install -v github.com/projectdiscovery/naabu/v2/cmd/naabu@latest
  12. cd $HOME
  13. cd go/bin
  14. ./naabu -h
  15.  
  16. ........................
  17.  
  18. git clone https://github.com/Fear2o/VunlSpectre
  19. cd VunlSpectre
  20. pip install -r requirements.txt
  21. python VunlSpectre.py
  22.  
  23. ...........
  24.  
  25. apt update && apt upgrade -y
  26. git clone https://github.com/fagci/webmap
  27. cd webmap
  28. pip install -r requirements.txt
  29. python webmap.py
  30.  
  31. ......................
  32.  
  33. cd /opt
  34. sudo git clone https://github.com/dokDork/SiteSniper.git
  35. cd SiteSniper
  36. chmod 755 siteSniper.sh
  37. ./siteSniper.sh
  38.  
  39. .................
  40.  
  41. cd
  42. python3 -m venv otorecon
  43. source otorecon/bin/activate
  44. git clone https://github.com/Mr0Wido/otorecon.git
  45. cd otorecon
  46. pip install --upgrade pip
  47. pip install colorama tqdm bs4 whois
  48. pip install .
  49. chmod +x install.sh
  50. ./install.sh
  51. python3 otorecon.py -h
  52.  
  53. git clone https://github.com/Mr0Wido/otorecon
  54.  
  55. enjoy 😊
  56.  
  57. git clone https://github.com/memb3r/archer
  58. cd archer
  59. python3 install.py
  60. python3 archer.py
  61.  
  62. .......................
  63.  
  64. git clone https://github.com/7Ragnarok7/DEDMAP
  65. cd DEDMAP
  66. chmod +x install.sh
  67. bash ./install.sh
  68.  
  69. ....................
  70.  
  71. git clone https://github.com/snooppr/snoop
  72. cd snoop
  73. pip3 install-r requierements.txt
  74. python3 snoop.py
  75.  
  76. python3 snoop.py Rose
  77. .....................................
  78.  
  79. git clone https://github.com/piaolin/DetectDee.git
  80. cd DetectDee
  81. go mod tidy
  82. go run .
  83. go run DetectDee update
  84. go run DetectDee
  85.  
  86. go run DetectDee detect -n commanderx,anonymouscollective,markzuckerberg -g --nsfw
  87.  
  88. go run DetectDee detect -h
  89.  
  90. go run DetectDee detect -n rose -g --nsfw
  91. go run DetectDee detect -n rose -g --nsfw
  92.  
  93. cat result.txt
  94.  
  95. ..............................
  96.  
  97. 💓♠️💓♠️💓♠️💓♠️💓♠️💓♠️💓♠️💓♠️💓♠️💓♠️💓
  98.  
  99.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement