Advertisement
prial261

Get directory and files from @urlscanio public scans

Jun 17th, 2021
1,866
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.44 KB | None | 0 0
  1. #Save below codes in your os default shell profile and source it or restart terminal to apply changes , Ex:
  2. #nano .bash_profile [ For bash shell ]
  3. #nano .bashrc [ For Red Hat ]
  4. #nano .profile [ For Ubuntu ]
  5.  
  6. urlscan()
  7. {
  8.     gron "https://urlscan.io/api/v1/search/?q=domain:$1" | grep 'url' | gron --ungron | jq
  9. }
  10.  
  11.  
  12. #Source !$
  13. #urlscan target.com
  14. #Make sure you have @TomNomNom gron installed or‬ install: go get -u github.com/tomnomnom/gron
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement