Advertisement
AZZATSSINS_CYBERSERK

Page Checker

Sep 10th, 2017
500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. #!/bin/bash
  2. # AZZATSSINS | Page Checker
  3. # Pagelist put in lol.txt
  4. args=("$@")
  5. azz=${args[0]}
  6. for p in $(cat lol.txt); do
  7. azx=${azz}"/"${p}
  8. lol= "$(curl -IL --silent ${azx} | grep HTTP)"
  9. echo "${azx}"
  10. echo "${lol}"
  11. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement