This commit is contained in:
cubernetes 2023-04-14 07:57:15 +02:00
parent 23d455aed7
commit f53bdc8995
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ domain=hackhpi23.timo.one
curl -L https://${domain}/api/red -X POST -H "Content-Type: application/json" -d "{\"data\": \"Start of post-exploitation\", \"timestamp\": \"$(date +%s)\"}"
curl -L https://${domain}/api/blue -X POST -H "Content-Type: application/json" -d "{\"data\": \"<b style='color: yellow'>Snort: Intrusion Detected!</b>\", \"timestamp\": \"$(date +%s)\"}"
curl -L https://${domain}/api/blue -X POST -H "Content-Type: application/json" -d "{\"data\": \"<b style='color: yellow'>Snort: Intrusion Detected! Blue team should now be aware</b>\", \"timestamp\": \"$(date +%s)\"}"