Advertisement
RebelRose

Snoop project and couple favorites

Mar 28th, 2025 (edited)
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.49 KB | None | 0 0
  1. Snoop project tool installed on my tablet
  2. ...............
  3.  
  4. A Russian tool that is absolutely lovely to
  5.  search names with......
  6. ..........
  7.  
  8. git clone https://github.com/snooppr/snoop
  9. cd snoop
  10. pip3 install-r requierements.txt
  11. python3 snoop.py
  12.  
  13. python3 snoop.py Rose
  14.  
  15. ..............
  16.  
  17. git clone https://github.com/rly0nheart/thorndyke.git
  18. cd thorndyke
  19. pip install -r requirements.txt
  20. python thorndyke -h
  21.  
  22. ..........................
  23.  
  24. git clone https://github.com/piaolin/DetectDee.git
  25. cd DetectDee
  26. go mod tidy
  27. go run .
  28. go run DetectDee update
  29. go run DetectDee
  30.  
  31. go run DetectDee detect -n commanderx,anonymouscollective,markzuckerberg -g --nsfw
  32.  
  33. go run DetectDee detect -h
  34.  
  35. go run DetectDee detect -n rose -g --nsfw
  36.  
  37. go run DetectDee detect -n rose -g --nsfw
  38.  
  39. cat result.txt
  40.  
  41. .....................
  42.  
  43. MetaDetective --scraping --depth 2 --url https://github.com/franckferman/MetaDetective --scan
  44. MetaDetective  --scraping --scan --url https://facebook.com --depth 3
  45.  
  46. ...............
  47.  
  48.  
  49. git clone https://github.com/spyboy-productions/Facad1ng.git
  50.  
  51. cd Facad1ng
  52.  
  53. pip3 install -r requirements.txt
  54.  
  55. python3 facad1ng.py
  56.  
  57. ..........................
  58.  
  59.  
  60. pkg update -y && pkg upgrade -y
  61.  apt update -y && apt upgrade -y
  62. pkg install git
  63. git clone https://github.com/Whomrx666/Cyberpunx.git
  64. cd Cyberpunx
  65. bash Cyberpunx.sh
  66.  
  67. .....................
  68.  
  69. git clone https://github.com/VirusZzHkP/The-Black-Tiger
  70. cd The-Black-Tiger
  71. chmod 777 the_black_tiger.sh
  72. ./the_black_tiger.sh
  73.  
  74. ................
  75.  
  76. git clone https://github.com/N0rz3/Zehef.git
  77.  
  78. cd ./Zehef
  79.  
  80. pip3 install -r requirements.txt
  81.  
  82. python3 zehef.py email@domain.com
  83.  
  84. .....................
  85.  
  86. termux-setup-storage
  87.  
  88. ln -s storage/downloads Downloads
  89.  
  90.  
  91.  
  92. git clone https://github.com/alfredredbird/tookie-osint
  93.  
  94. cd tookie-osint && pip3 install -r requirements.txt
  95.  
  96.  
  97.  
  98. python3 tookie-osint
  99.  
  100. ............
  101. git clone https://github.com/AnonCatalyst/AliaStorm
  102. cd AliaStorm
  103. python3 aliastorm.py {username}
  104.  
  105.  
  106. pip install lxml-html-clean
  107. pkg install imagemagick
  108. Pip install requests_html
  109.  
  110. git clone https://github.com/AnonCatalyst/AliaStorm
  111.  
  112. cd AliaStorm
  113.  
  114. python3 aliastorm.py
  115.  
  116. ......................
  117.  
  118. apt update && apt upgrade -y && pkg install nodejs-lts && pip install axios && git clone https://github.com/princekrvert/mask.git
  119.  
  120. cd mask
  121.  
  122. npm install
  123.  
  124. npm install axios
  125.  
  126. npm install prompt-sync npm audit fix --force
  127.  
  128. chmod +x app.js
  129.  
  130. node app.js -h
  131.  
  132. Create phishing link trick ^^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement