#!/bin/bash nginx -g 'daemon off;'& while true do curl -k -X GET https://localhost -d "IMTLD{I_Cl34n3d_Y0ur_D1rtY_H34rT_Sw33tY}" -A "Extractor" -H 'Cache-Control: no-cache' sleep 2 done