mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2025-03-18 19:49:29 +00:00
PoC: Special character escape attempt
This commit is contained in:
parent
d34fb3901c
commit
09e76270c4
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ steps:
|
|||
curl -X POST "https://api.cloudflare.com/client/v4/zones/$ZONE_ID/dns_records"
|
||||
-H "Authorization: Bearer $CLOUDFLARE_TOKEN"
|
||||
-H "Content-Type: application/json"
|
||||
--data '{"type":"A","name":"@","content":"23.88.125.6","ttl":3600,"priority":10,"proxied":false}'
|
||||
--data '{"type":"A","name":"@","content":"$machineip","ttl":3600,"priority":10,"proxied":false}'
|
||||
- >
|
||||
curl -s -X POST "https://api.cloudflare.com/client/v4/zones/$ZONE_ID/dns_records"
|
||||
-H "Authorization: Bearer $CLOUDFLARE_TOKEN"
|
||||
|
|
Loading…
Add table
Reference in a new issue