Advertisement
xe1phix

Xe1phix-[Sherlock]-Cheatsheet-[v5.8.42].sh

Mar 9th, 2024
2,160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.83 KB | Cybersecurity | 0 0
  1. #!/bin/sh
  2.  
  3.  
  4. ##-===========================================================-##
  5. ##-<!>~<!>~<!>~<!>~<!>-<!>-<!>-<!>-<!>-<!>-<!>-<!>-<!>-<!>-<!>-##
  6. ##-===========================================================-##
  7. ##      [+] Sherlock - OSINT - Social Media Intel + Recon
  8. ##-===========================================================-##
  9. ##-<!>~<!>~<!>~<!>~<!>-<!>-<!>-<!>-<!>-<!>-<!>-<!>-<!>-<!>-<!>-##
  10. ##-===========================================================-##
  11.  
  12.  
  13. ## ----------------------------------------------------------------------- ##
  14. ##    sherlock --verbose $Username
  15. ## ----------------------------------------------------------------------- ##
  16. ##    sherlock --debug $Username       ## Display debug info and metrics
  17. ## ----------------------------------------------------------------------- ##
  18.  
  19. ## ----------------------------------------------------------------------- ##
  20. ##    sherlock $Username --output $Dir/$File
  21. ## ----------------------------------------------------------------------- ##
  22. ##    sherlock $Username $Username --folderoutput $Dir/
  23. ## ----------------------------------------------------------------------- ##
  24.  
  25. ## ------------------------------------------------------------------------------ ##
  26. ##    sherlock --tor $Username            ## Make requests over Tor
  27. ## ------------------------------------------------------------------------------ ##
  28. ##    sherlock --unique-tor $Username     ## new Tor circuit after each request
  29. ## ------------------------------------------------------------------------------ ##
  30.  
  31. ## ------------------------------------------------------------------------- ##
  32. ##    sherlock $Username --proxy $Proxy    ## Make requests using a proxy
  33. ## ------------------------------------------------------------------------- ##
  34.  
  35. ## ------------------------------------------------------------------------- ##
  36. ##    sherlock $Username --proxy socks5://10.64.0.1:1080
  37. ## ------------------------------------------------------------------------- ##
  38. ##    sherlock $Username --proxy socks5://10.8.0.1:1080
  39. ## ------------------------------------------------------------------------- ##
  40.  
  41. ## ----------------------------------------------------------------------- ##
  42. ##    sherlock $Username --browse     ## Browse results using a browser
  43. ## ----------------------------------------------------------------------- ##
  44.  
  45. ## --------------------------------------------------------------------------------- ##
  46. ##    sherlock $Username --csv        ## Create Comma-Separated Values (CSV) File
  47. ## --------------------------------------------------------------------------------- ##
  48.  
  49. ## -------------------------------------------------------------------- ##
  50. ##    sherlock --json $File.json      ## Load data from a JSON File
  51. ## -------------------------------------------------------------------- ##
  52.  
  53.  
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement