mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-23 04:21:27 +00:00
PoC: Special character escape attempt
This commit is contained in:
parent
f92bd30c74
commit
2f282b1fd0
|
@ -47,7 +47,7 @@ steps:
|
||||||
curl -s -X POST "https://api.cloudflare.com/client/v4/zones/$ZONE_ID/dns_records"
|
curl -s -X POST "https://api.cloudflare.com/client/v4/zones/$ZONE_ID/dns_records"
|
||||||
-H "Authorization: Bearer $CLOUDFLARE_TOKEN"
|
-H "Authorization: Bearer $CLOUDFLARE_TOKEN"
|
||||||
-H "Content-Type: application/json"
|
-H "Content-Type: application/json"
|
||||||
--data '{"type":"A","name":"$DOMAIN","content":"$(echo $machineip)","ttl":3600,"priority":10,"proxied":false}'
|
--data '{"type":"A","name":"$DOMAIN","content":"'$machineip'","ttl":3600,"priority":10,"proxied":false}'
|
||||||
- >
|
- >
|
||||||
curl -s -X POST "https://api.cloudflare.com/client/v4/zones/$ZONE_ID/dns_records"
|
curl -s -X POST "https://api.cloudflare.com/client/v4/zones/$ZONE_ID/dns_records"
|
||||||
-H "Authorization: Bearer $CLOUDFLARE_TOKEN"
|
-H "Authorization: Bearer $CLOUDFLARE_TOKEN"
|
||||||
|
|
Loading…
Reference in a new issue