Full Disclosure mailing list archives

[ElectronicSouls] - Process Hiding Technique


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


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

Dear List,

We have uncovered a new method of hiding processes, without needing to
modify anything in /proc.  We have only been able to verify this on
Redhat 6.2, so if you have any success with it on other distributions or
platforms, please let us know!

# cat ESfakeps.c
 /*
  * FaKe process
  * (C) BrainStorm
  * [ElectronicSouls]
  * tested on rh.6.2
  */

#include <stdio.h>

#define  BANNER "\n -ElectronicSouls- 2k\n\n"


int main(int argc, char **argv) {
    if ( argc < 2 ) {
    printf(BANNER);
    printf("Usage: %s <Program> <Fake Name>\n",*argv);
}
else
{
    printf(BANNER);
    execv(argv[1],&argv[2],NULL);
}
return 0;
}

#

The Electronic Souls Crew
[ElectronicSouls] (c) 2002

"Three cheers for oral sex."

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

wlMEARECABMFAj3nrUEMHGVzQGh1c2guY29tAAoJEN5nGqhGcjlt/pwAn27FtLmlb27t
yfvavcxkkNoVSEE9AJsGVBobwxL+4E2KniseEm7nCsKgcg==
=kDDg
-----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: