Skip to content

Instantly share code, notes, and snippets.

@frank0718
Last active October 20, 2016 02:37
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 frank0718/d0b43589d795cc76ad608b583037486a to your computer and use it in GitHub Desktop.
Save frank0718/d0b43589d795cc76ad608b583037486a to your computer and use it in GitHub Desktop.
for i in {1..227};do curl -qs http://www.kammerl.de/ascii/AsciiSignature.php -X POST -F 'figlettext=CPO' -F figletfont=$i -F "Style=2" -x 127.0.0.1:8118 |pup 'small'; done > banner.txt
curl -qs http://www.kammerl.de/ascii/AsciiSignature.php -X POST -F 'figlettext=HELLO WORLD' -F figletfont=20 -F "Style=2" -x 127.0.0.1:8118 |pup 'small'
denpend pup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment