diff --git a/blueteam/blueteam1.sh b/blueteam/blueteambot1.sh similarity index 78% rename from blueteam/blueteam1.sh rename to blueteam/blueteambot1.sh index c2493e8..bba1350 100755 --- a/blueteam/blueteam1.sh +++ b/blueteam/blueteambot1.sh @@ -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\": \"Snort: Intrusion Detected!\", \"timestamp\": \"$(date +%s)\"}" +curl -L https://${domain}/api/blue -X POST -H "Content-Type: application/json" -d "{\"data\": \"Snort: Intrusion Detected! Blue team should now be aware\", \"timestamp\": \"$(date +%s)\"}"