Advertisement
AZZATSSINS_CYBERSERK

Web URL Crawl / Ectract

Dec 22nd, 2019
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. #!/bin/bash
  2. #AZZATSSINS URL/DOMAIN CRAWL
  3. #USAGE : file.sh http://domain.tld
  4. wget -qO- $1 | sed '/\n/P;//!s|<a[^>]*\(https*://[^/"]*\)|\n\1\n|;D'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement