[<prev] [next>] [day] [month] [year] [list]
Message-ID: <200211300123.gAU1Nc61013694@mailserver2.hushmail.com>
From: es at hush.com (es@...h.com)
Subject: [ElectronicSouls] - We 0wn3d that ./kid Mixter
-----BEGIN PGP SIGNED MESSAGE-----
Dear List,
We have comprimised Mixter's corporate network in retaliation for his
comments about our code being "trojans". Please enjoy his work-related
codes.
# cat att.c
att.c
/*
* att (anti-7350-tool)
* (c) 24/02/2002 Mixter <mixter@...ktivismo.com>
*
* a (simplified) ptrace runtime memory page dumper
*
* private/do not distribute
*/
#include <mix/mix.h>
#include <linux/ptrace.h>
int
main(int argc, char **argv)
{
int pid;
register int w;
int ws=0;
unsigned long initaddr = 0x40000000; /* linux MMI */
char buf[65535 * 64];
char *ptr = buf;
int fd = open("elf-dump", O_WRONLY|O_CREAT|O_TRUNC, 0755);
if(!argv[1] || !(pid=atoi(argv[1])))
{
printf("usage: ATT <PID>\n");
exit(0);
}
ptrace(PTRACE_ATTACH, pid, 0, 0);
while(initaddr < 0x49000000)
{
w = ptrace(PTRACE_PEEKDATA, pid, initaddr, 0);
if(w == -1)
break;
*ptr++ = (char)(w&255);
initaddr++;
ws+=2;
}
write(fd,buf,ws);
close(fd);
printf("Finished.\n");fflush(NULL);
return 0;
}
#
Take that, scriptkid.
The Electronic Souls Crew
[ElectronicSouls] (c) 2002
"Defending Our Honor"
-----BEGIN PGP SIGNATURE-----
Version: Hush 2.2 (Java)
Note: This signature can be verified at https://www.hushtools.com/verify
wlMEARECABMFAj3oEy4MHGVzQGh1c2guY29tAAoJEN5nGqhGcjltoMwAoLvXgREJv9dg
xcLl8pka7AGGSEi2AJ0UEEmyb/Vh+RYqAuLqFeXR95U4QQ==
=NfDf
-----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