1
0
Fork 0
Be_my_Valentine/nginx/start.sh

10 lines
192 B
Bash
Raw Normal View History

2019-08-08 23:34:07 +00:00
#!/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