_ $HACKING$ (2:5077/15.22) _________________________________________ $HACKING$ _
From : Max Tulyev 2:463/253 03 Dec 97 14:31:08
Subj : FakeIP
________________________________________________________________________________
Hi, Dmitry!
At 08 Nov 97 08:23:25, Dmitry Nikitin wrote to All:
DN> Можно ли как-нибудь сделать сабж, при условии что я диалап.
Можно. апример, так:
А вообще на www.rootshell.com сходи ;-)
===== Start cut =====
/************************************************************************/
/* arnudp.c version 0.01 by Arny - cs6171@scitsc.wlv.ac.uk */
/* Sends a single udp datagram with the source/destination address/port */
/* set to whatever you want. Unfortunately Linux 1.2 and SunOS 4.1 */
/* don't seem to have the IP_HDRINCL option, so the source address will */
/* be set to the real address. It does however work ok on SunOS 5.4. */
/* Should compile fine with just an ANSI compiler (such as gcc) under */
/* Linux and SunOS 4.1, but with SunOS 5.4 you have to specify extra */
/* libraries on the command line: */
/* /usr/ucb/cc -o arnudp arnudp001.c -lsocket -lnsl */
/* I'll state the obvious - this needs to be run as root! Do not use */
/* this program unless you know what you are doing, as it is possible */
/* that you could confuse parts of your network / internet. */
/* (c) 1995 Arny - I accept no responsiblity for anything this does. */
/************************************************************************/
/* I used the source of traceroute as an example while writing this. */
/* Many thanks to Dan Egnor (egnor@ugcs.caltech.edu) and Rich Stevens */
/* for pointing me in the right direction. */
/************************************************************************/
printf("datagram sent without error:");
for(x=0;x<(sizeof(gram)/sizeof(u_char));x++)
{
if(!(x%4)) putchar('n');
printf("%02x",gram[x]);
};
putchar('n');
}
/*
From B.O.S. 2/05/96
I noticed someone mentioning the echo port. My advice is to disable the
echo service completely. It is often used by hackers to hang a computer.
Try sending a packet from port 7 your ip to port 7 your ip.
The system will bounce the packet back and forth slowing the system
drastically.
A Hacker Program I have seen used to do this is called arnudp.c
*/
/*
Send a udp packet to your enemy's ip address, for both port
numbers use one of echo/chargen/time , and use either
127.0.0.1 or broadcast as the From-address.
He will have a lot of fun...
*/
===== End cut =====
Bye!
* E-Mail: maxtul@olinet.isf.kiev.ua ICQ: 5272901 [Team Enigma]
--- QDed/Linux
* Origin: The best BIOS! (2:463/253)
350 Прочтений • [FakeIP (security ip )] [08.05.2012] [Комментариев: 0]