Hah


SUBMITTED BY: Chusternet

DATE: Aug. 1, 2022, 6:14 p.m.

UPDATED: Aug. 20, 2022, 12:03 a.m.

FORMAT: Text only

SIZE: 1.6 kB

HITS: 837

  1. pacotes básicos:
  2. termux-setup-storage
  3. pkg update
  4. pkg upgrade
  5. apt update
  6. apt upgrade
  7. pkg install curl
  8. pkg install git
  9. pkg install wget
  10. pkg install python3
  11. pip install requests
  12. python3 -m pip install --upgrade pip
  13. pkg install figlet
  14. pkg install nano
  15. pkg install php
  16. pkg install nmap
  17. pkg install golang
  18. echo 'PATH="$PATH:$HOME/go/bin"' >> $HOME/.bashrc && source $HOME/.bashrc
  19. go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest
  20. iniciar busca por um subdomínio:
  21. subfinder -d unpkg.com -o subdominio.txt
  22. (unpkg.com subdominio de exemplo)
  23. instalar scanner go:
  24. go install -v github.com/aztecrabbit/bugscanner-go@latest
  25. iniciar teste Direct:
  26. bugscanner-go scan direct -f subdominio.txt -o direct.txt
  27. iniciar teste SSL:
  28. bugscanner-go scan cdn-ssl --proxy-filename direct.txt --target unpkg.com
  29. (unpkg.com bughost de exemplo)
  30. iniciar teste SNI:
  31. bugscanner-go scan sni -f subdominio.txt --threads 16 --timeout 8 --deep 3
  32. instalar httpx cmd:
  33. go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest
  34. iniciar criação de lista Map Direct:
  35. mapcidr -cidr direct.txt -o ips.txt
  36. iniciar teste da lista Map criada:
  37. httpx -list ips.txt -stats -method -sc -websocket -cname -server -title -asn -td -probe -o ok.txt
  38. iniciar criação de lista Map editável:
  39. mapcidr -cidr 104.16.56.0/24 -o ips.txt
  40. (ip ranger de exemplo)
  41. iniciar teste da lista Map criada:
  42. httpx -list ips.txt -stats -method -sc -websocket -cname -server -title -asn -td -probe -o ok.txt

comments powered by Disqus