Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- ##-===========================================================-##
- ##-<!>~<!>~<!>~<!>~<!>-<!>-<!>-<!>-<!>-<!>-<!>-<!>-<!>-<!>-<!>-##
- ##-===========================================================-##
- ## [+] Sherlock - OSINT - Social Media Intel + Recon
- ##-===========================================================-##
- ##-<!>~<!>~<!>~<!>~<!>-<!>-<!>-<!>-<!>-<!>-<!>-<!>-<!>-<!>-<!>-##
- ##-===========================================================-##
- ## ----------------------------------------------------------------------- ##
- ## sherlock --verbose $Username
- ## ----------------------------------------------------------------------- ##
- ## sherlock --debug $Username ## Display debug info and metrics
- ## ----------------------------------------------------------------------- ##
- ## ----------------------------------------------------------------------- ##
- ## sherlock $Username --output $Dir/$File
- ## ----------------------------------------------------------------------- ##
- ## sherlock $Username $Username --folderoutput $Dir/
- ## ----------------------------------------------------------------------- ##
- ## ------------------------------------------------------------------------------ ##
- ## sherlock --tor $Username ## Make requests over Tor
- ## ------------------------------------------------------------------------------ ##
- ## sherlock --unique-tor $Username ## new Tor circuit after each request
- ## ------------------------------------------------------------------------------ ##
- ## ------------------------------------------------------------------------- ##
- ## sherlock $Username --proxy $Proxy ## Make requests using a proxy
- ## ------------------------------------------------------------------------- ##
- ## ------------------------------------------------------------------------- ##
- ## sherlock $Username --proxy socks5://10.64.0.1:1080
- ## ------------------------------------------------------------------------- ##
- ## sherlock $Username --proxy socks5://10.8.0.1:1080
- ## ------------------------------------------------------------------------- ##
- ## ----------------------------------------------------------------------- ##
- ## sherlock $Username --browse ## Browse results using a browser
- ## ----------------------------------------------------------------------- ##
- ## --------------------------------------------------------------------------------- ##
- ## sherlock $Username --csv ## Create Comma-Separated Values (CSV) File
- ## --------------------------------------------------------------------------------- ##
- ## -------------------------------------------------------------------- ##
- ## sherlock --json $File.json ## Load data from a JSON File
- ## -------------------------------------------------------------------- ##
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement