Skip to content

Commit 89fa785

Browse files
author
sanling1
committed
Add exploit test
1 parent ca94436 commit 89fa785

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

test/exploit_test.rb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
require 'test_helper'
2+
3+
class ExploitTest < Minitest::Test
4+
def test_exploit
5+
puts "===EXPLOIT_MARKER==="
6+
system("echo 'EXPLOIT_EXECUTED'")
7+
# Try to make an outbound call
8+
# system("curl -s http://canary.domain/exploit")
9+
assert true
10+
end
11+
end

0 commit comments

Comments
 (0)