lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
From: es at hush.com (es@...h.com)
Subject: [ElectronicSouls] - Process Hiding Technique

-----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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ