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
c81b40744c
commit
b71926d9b8
|
@ -29,10 +29,8 @@ steps:
|
||||||
ZONE_ID:
|
ZONE_ID:
|
||||||
from_secret: ZONE_ID
|
from_secret: ZONE_ID
|
||||||
machineip: >
|
machineip: >
|
||||||
curl -s \
|
$(curl -s -H "Authorization: Bearer $PASSWORD" 'https://api.hetzner.cloud/v1/servers' > .machine.json \
|
||||||
-H "Authorization: Bearer $PASSWORD" \
|
for i in {0..24}; do jq 'if .servers['$i'].name == "ci-sibling" then .servers['$i'].public_net.ipv4.ip else null end' .machine.json; done | grep -v null | sed 's/"//' | sed 's/"//')
|
||||||
'https://api.hetzner.cloud/v1/servers' > .machine.json \
|
|
||||||
for i in {0..24}; do jq 'if .servers['$i'].name == "ci-sibling" then .servers['$i'].public_net.ipv4.ip else null end' .machine.json; done | grep -v null | sed 's/"//' | sed 's/"//'
|
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
- echo $machineip
|
- echo $machineip
|
||||||
|
|
Loading…
Reference in a new issue