elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.
 
Inicio Ayuda Buscar Ingresar Registrarse
13 Febrero 2012, 14:55  


+  Foro de elhacker.net
|-+  Seguridad Informática
| |-+  Hacking Avanzado (Moderadores: ANELKAOS, TRICKY)
| | |-+  Haciendo el rootkit Hack Defender INDETECTABLE (Varios Tutoriales y Textos)
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] 2 Ir Abajo Respuesta Imprimir
Autor Tema: Haciendo el rootkit Hack Defender INDETECTABLE (Varios Tutoriales y Textos)  (Leído 38,838 veces)
Rojodos
Colaborador
***
Desconectado Desconectado

Mensajes: 3.535



Ver Perfil WWW
Haciendo el rootkit Hack Defender INDETECTABLE (Varios Tutoriales y Textos)
« en: 2 Septiembre 2004, 18:31 »

Bueno, aqui teneis una reunion de tutoriales, tips and tricks, de como hacer el rootkit Hack Defender completamente indetectable a los AVs (al menos, a la mayoria). Los tutoriales estan en ingles, si alguien se anima, pues que los ponga en español xD.

He de decir, que los ejecutables finales JAMAS los mandeis a antivirus online (como Hispasec) o dejeis que os escaneen el PC con ellos, porque añadiran sus firmas, y ya no lo seran.....

Que los ingenieros de los AVs son condenadamente listos xD

Ojo, puede, es mas, probablemente tengas que realizar mucho codeo y edicion para que tu rootkit sea completamente indetectable. Lo que se explica aqui es publico, por lo que los AVs ya saben lo que aqui se explica, solo se trata de dar IDEAS.

Es decir, a la primera, o incluso realizando todos los cambios aki expuestos, vuestros AVs detectaran el rootkit. Pero estos tutoriales espero que os despierten la IMAGINACION de como modificarlos para que no sean detectables.

De todas formas, siempre podeis usar MORPHINE (http://rootkit.host.sk) o UPX para cifrar o comprimir el ejecutable final.

O usar el tutorial de Badcode que ha puesto en el foro de Troyanos y Virus, buscado los offsets "culpables" de la deteccion de los AVs.

El codigo del Hack Defender (y su ejecutable) asi como el codigo del Morphine (encriptador de PE headers) y su ejecutable en:

http://rootkit.host.sk

Y otra direccion de interes (cuando esta online): www.rootkit.com

Todo esto, sacado del foro de www.governmensecurity.org

Salu2
Citar
Ok, I shortly described what needs to happen to modify your hxdef in jimmy's post of his modified version, but I think that everyone should do their own and keep it private because public versions like that will be grabbed in a matter of days (for testing purposes if people upload to KAV then KAV checks the content of all files which get stored on their servers so DONT USE ONLINE CHECKING).

It's not hard, and I'm no guru, but I will help out as much as I can.

Thanks goes to:

    * george (for helping with compiling and hiding from av)
    * darkranger (for scanning the files)
    * holy_father (author of the rootkit, without him nothing could be done)


OK, the things you need are:

    * XP DDK (filemirrors.com -> xp_ddk.iso)
    * Visual C++ _or_ Visual Studio .NET
    * Delphi 7 (borland.com then search for crack on cracks.am)
    * HxDef 1.00 Source Code (http://rootkit.host.sk)
    * Winsock 2.2 API for Delphi (http://home.earthlink.net/~akonshin/files/winsock2.zip)
    * ntifs.h (http://www.insidewindows.info/ntifs.h)
    * PE Resource Explorer (http://www.wilsonc.demon.co.uk/d7resourceexplorer.htm)


Ok, so download the 1.00 release from rootkit.host.sk, then inside there is a .zip file called src.zip, extract that wherever you want.

The file hxdef100.dpr is the main source of the code, this is where the majority of the work takes place.

First of all, use the replace function (ctrl+r) to replace "hxdef" with any other 5 character string. It must be 5 characters or you need to change offsets later on (which I don't know how to do).

Next, there are lines like these:
CODE

Código:
ServerMailslotNamePart='\\.\mailslot\hxdef-rk100s';
ClientMailslotNamePart='\\.\mailslot\hxdef-rkc';
DriverDeviceName='\\.\HxDefDriver';


Here your hxdef will already be changed thanks to the first step, but the "-rk*" needs to be changed to a "-**" where "**" is any 2 character string.

Lastly in this file, all we change is all "RK_" references to any "**_" reference where "**" is any 2 character string.

Now, in order to compile, you extract the Winsock 2.2 API you downloaded to the _same_ directory that contains your hxdef source code, and also you need to copy all files from the "units" directory (found in src.zip from hxdef release) to your source code directory.

Then hit CTRL+F9 to compile.

All done? Not yet. This compiles our new .exe which is now hidden from all AV, but we need to hide the driver also (to read up on how rootkits actually work hit http://www.rootkit.com). What we do now is edit the driver sources.

Edit driver.c and driver.h in your driver dir from src.zip, and yet again change all references of "hxdef" to another 5 character string the same as in your hxdef100.dpr file.

Next, edit the sources file and change this line
CODE

Código:
INCLUDES=c:\ddk\inc


To your inc dir of your DDK installation.

Finally, copy the ntifs.h file to your DDK\inc\wxp directory, choose Start -> Programs -> Development Kits -> Windows DDK 2600 -> Build Environments -> Win XP Free Environment.

This opens up a command window, navigate to the dir with your driver sources, and type build. You should now have your driver.sys file in objfre\i386\ (relative to your driver source directory).

IF you get errors in VS.NET with something to do with "jvc" copy your driver directory to your DDK root folder, and proceed.

Next, open up PE Resource Explorer, select Import -> RC Data, open your .sys file, and then choose Save As -> driver.res in the folder of your hxdef100.dpr file. Now you have updated your driver =D Hit CTRL+F9 in Delphi again to recompile your new hxdef with your new driver.

To hide rdrbs100.dpr just change the reference of hxdef to another 5 character string. I haven't tested this myself, but it should work. Finally to hide your backdoor client from AV (not necessary if you connect from a PC with no AV) just change all references of "hxdef" to another 5 character string. Hit CTRL+F9 for both, and you are done =D. Then follow the instructions in readmeen.txt provided by holy_father in the main hxdef100.zip release file to setup your ini (use the characters to hide the values such as [/"<S>/"tar"<//t<up>"]// so to hide the .ini from AV.

Voila! You are all done. I MAY have missed something, if it doesn't work for you let me know. Hope you enjoy my first tut.

Citar
there is another reference to hxdef there.... in .\Device\UDP\.\?.?\HxDef, also it could be detecting names of the fields in .ini, also switches could be detectable too smile.gif I'll try too update this thread with what needs to be changed after I go through it all.
Citar
http://yousmelllikeshit.com/files/hxdef-builder-3.rar

with this u can compile hxdef without delphi vc ddk..

Citar
F:\hxdef-builder-3>comp\dcc32 -Udcus;units hxdef100.dpr

Citar
When you view sources of hxdef, and change all references, looks good, but check the hex of the compiled exe, still reference to hxdef in one line change that... also change switch names (helps if other user finds your hxdef ;P), also it doesnt hurt to change non api strings so they cant find it in the future. gl

Citar
URGENT!!!!

Remeber to edit this
@cDriverDeviceName : db '\',000h, '?',000h, '?',000h, '\',000h
db 'H',000h, 'x',000h, 'D',000h, 'e',000h
db 'f',000h, 'D',000h, 'r',000h, 'i',000h
db 'v',000h, 'e',000h, 'r',000h,000h,000h

You see the instance of HxDef ??! (I think this is the problem with the backdoor but i have no idea!)

 
Citar
thats why I recompiled the sys driver. its now completely undetected. only takes 5 minutes too.
download the hxdef builder its somewhere on this board. download the hxdef source and extract it into the hxdef builder directory.
edit the driver.c and driver.h. replace hxdef with something of your choice.
example in driver.c:

PDEVICE_OBJECT HxDefDriverDeviceObject = NULL;
ULONG out_size;
replace it with
PDEVICE_OBJECT MYDriverDeviceObject = NULL;
ULONG out_size;

and

NTSTATUS HxDefDriverIO(IN PDEVICE_OBJECT DeviceObject,IN PIRP Irp)
with
NTSTATUS MYDriverIO(IN PDEVICE_OBJECT DeviceObject,IN PIRP Irp)

and so on.
save it and open driver.h

#define NT_DEVICE_NAME L"\\Device\\HxDefDriver"
with
#define NT_DEVICE_NAME L"\\Device\\MYDriver"
...
got the idea? if not turn on your brain

now open hxdef100 sourcefile and edit everything like befor. replace hxdef, hackerdefender and RK (stands for rootkit) with something you like. don't use the autoreplace funktion for RK you will break the code.

recheck if everything is right and use the bats to create the executable.
now test the rootkit on your system first (well I did it cause I know what I do).
if you know the service name of your rootkit trying on your own system is no problem.

after all hxdef etc variables are gone even KAV didn't find anything in my recompiled version. (with some more changes too)

 
Citar
well I changed that much that I don't actually know why its now undetected
I looked for anything like hacker defender, def, defender, rootkit, rk, hxdef,hxd ..
so for example also:
HxdefLogFileName='c:\hxdlogex.txt'
the logfile name has to be replaced

HackerIdentificator='kernel32.dll'+#00;
replace

after that it should work fine

 
Citar
pav still detects hackerdefender ini

to change that, look for the 9 things that are in the ini file in hxdef.dpr

like hidden table and change it to something else (dont forget to change it in the .ini too)

En línea

kill3r97

Desconectado Desconectado

Mensajes: 131


Ver Perfil
rulea
« Respuesta #1 en: 3 Septiembre 2004, 03:38 »

con una leve modificacion gracias a tus ideas y cifrando el archivo logre que mi panda no detectara esa rootkit la probe remotamente en un norton y me la detecto, volvi a intentar en un mcafee y entro.

asi que desintale mi panda y probe instalar el mcafee y perfecto el rootkit rulea pero lo unico es que el ad-watch del nuevo adaware SE me detecto una entrada al registro y al inicio mi pregunta es como puedo ocultarle las entradas a estos real-time scan de entradas de registro???

es esto posible rojodos???
En línea
Rojodos
Colaborador
***
Desconectado Desconectado

Mensajes: 3.535



Ver Perfil WWW
Re: Haciendo el rootkit Hack Defender INDETECTABLE (Varios Tutoriales y Textos)
« Respuesta #2 en: 3 Septiembre 2004, 20:11 »

La entrada en el registro es para que el rootkit se autoejecute cada vez que se reinicia Windows, por lo que son imprescindibles.

De todas formas, el rootkit trae como opcion, ocultar las entradas al registro:

Citar
Hidden RegKeys is a list of registry keys which will be hidden. Rootkit
has four keys in registry: HackerDefender100, LEGACY_HACKERDEFENDER100,
HackerDefenderDrv100, LEGACY_HACKERDEFENDERDRV100 as default. If you rename
service name or driver name you should also change this list.
   First two registry keys for service and driver are the same as its
name. Next two are LEGACY_NAME. For example if you change your service name to
BoomThisIsMySvc your registry entry will be LEGACY_BOOMTHISISMYSVC.

   Hidden RegValues is a list of registry values which will be hidden.

Eso lo modificas en el archivo INI. No se si funcionara contra el programita que citas, pero en teoria, deberia funcionar.

Lee el readmeen.txt que DEBERIA contener el rootkit al bajartelo de http://rootkit.host.sk

Salu2
« Última modificación: 3 Septiembre 2004, 20:14 por Rojodos » En línea

Yioka

Desconectado Desconectado

Mensajes: 8


Ver Perfil
Re: Haciendo el rootkit Hack Defender INDETECTABLE (Varios Tutoriales y Textos)
« Respuesta #3 en: 6 Octubre 2004, 08:44 »

hello Rojodos and thx a lot.
Im looking since a long time for the hxdef-builder, plz can u put it somewhere for me ? because its impossible to find  :'(
En línea
Yioka

Desconectado Desconectado

Mensajes: 8


Ver Perfil
Re: Haciendo el rootkit Hack Defender INDETECTABLE (Varios Tutoriales y Textos)
« Respuesta #4 en: 8 Octubre 2004, 11:10 »

Plz :p
En línea
zhyzura
Colaborador
***
Desconectado Desconectado

Mensajes: 2.465



Ver Perfil
Re: Haciendo el rootkit Hack Defender INDETECTABLE (Varios Tutoriales y Textos)
« Respuesta #5 en: 8 Octubre 2004, 12:57 »

I am not rojodos but already find what you were looking for  ;D:

http://hxdef.czweb.org/release/hxdef100.zip

greetings
« Última modificación: 8 Octubre 2004, 13:30 por zhyzura » En línea
Yioka

Desconectado Desconectado

Mensajes: 8


Ver Perfil
Re: Haciendo el rootkit Hack Defender INDETECTABLE (Varios Tutoriales y Textos)
« Respuesta #6 en: 8 Octubre 2004, 13:02 »

Thx for ur reply zhyzura , but im looking for the hxdef-builder, not the hxdef main rlz, thx anyway !

Salu2 hihi ^^
En línea
zhyzura
Colaborador
***
Desconectado Desconectado

Mensajes: 2.465



Ver Perfil
Re: Haciendo el rootkit Hack Defender INDETECTABLE (Varios Tutoriales y Textos)
« Respuesta #7 en: 8 Octubre 2004, 13:50 »

I believe that it mistakes to me... 
but the one that your you look for, Rojodos put a unloading Link above but:  ::)


http://yousmelllikeshit.com/files/hxdef-builder-3.rar

 P.D. in fact I not to be spoken ingles (as soon as to be spoken Spanish xDDD), but I use translators and I like to help.
En línea
Yioka

Desconectado Desconectado

Mensajes: 8


Ver Perfil
Re: Haciendo el rootkit Hack Defender INDETECTABLE (Varios Tutoriales y Textos)
« Respuesta #8 en: 10 Octubre 2004, 09:40 »

hihi thx a lot :p

I already try this link a lot of time but it doesnt work ;'(

Gracias anyway :)
En línea
zhyzura
Colaborador
***
Desconectado Desconectado

Mensajes: 2.465



Ver Perfil
Re: Haciendo el rootkit Hack Defender INDETECTABLE (Varios Tutoriales y Textos)
« Respuesta #9 en: 12 Octubre 2004, 11:04 »

I saw this by Internet.  :P

http://forums.realcoding.net/index.php?showtopic=1126&st=0&
En línea
EvilGoblin


Desconectado Desconectado

Mensajes: 2.320


YO NO LA VOTE!


Ver Perfil
Re: Haciendo el rootkit Hack Defender INDETECTABLE (Varios Tutoriales y Textos)
« Respuesta #10 en: 24 Febrero 2005, 11:19 »

disculpe q me meta.. pero en las reglas del foro sin mal no lo recuerdo decia q este es un foro en español y q habria q escribir de tal forma q nos entendamos todos... no es pork no entienda ingles... pero hay palabras tecnicas q no las llego a comprender y talves hay gente q directamente no entiende nada de ingles....

como eh dicho antes... diculpen q me meta..

bye..
En línea

Experimental Serial Lain [Linux User]
ANELKAOS
Moderador Global
***
Desconectado Desconectado

Mensajes: 3.045


#include<nda.h>


Ver Perfil WWW
Re: Haciendo el rootkit Hack Defender INDETECTABLE (Varios Tutoriales y Textos)
« Respuesta #11 en: 3 Abril 2005, 13:37 »

Keria matizar algunas cosas Rojodos la web http://rootkit.host.sk sta caida  :'( <---jijiji YA NO! :D

Readme de Holy_Father de cada version:
http://www.megasecurity.org/trojans/h/hackerdefender/Hackerdefender_all.html

ROOTKIT SCANNER de Andres Tarasco en C:
Código:
/*
* Rkdetector - Hacker Defender <=v1.0.0 Remote Scanner
*
* Author:
* Andr Tarasc Acu
* atarasco@sia.es http://www.siainternational.com
*
* rkdscan is able to remotely detect Comprimised computers with the rootkit
* Hacker Defender
*
*
* Greets to: Javier Olascoaga (Nessus Plugin )
* Sia - Tiger Team
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
* WARRANTIES ARE DISCLAIMED. IN NO EVENT SHALL SIA . BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY OR
* CONSEQUENTIAL DAMAGES RESULTING FROM THE USE OR MISUSE OF
* THIS SOFTWARE
*
*
* usage: rkdscan.exe xx.yy.zz.0 xx.yy.zz.255
*
* C:\rkdscan>rkdscan.exe xx.yy.zz.0 xx.yy.zz.255
* ROOTKIT SCANNER by Andres Tarasco. atarasco@sia.es
* [+] Targets: xx.yy.zz.43-xx.yy.zz.48 with 100 Threads
* Checking xx.yy.zz.44 port: 80...
* Checking xx.yy.zz.47 port: 80...
* Checking xx.yy.zz.48 port: 80...
* [+] IP: xx.yy.zz.47 port: 80 INFECTED with HACKER Defender v0.84 - v1.0.0
*
*
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <windows.h>
#include <process.h>
#include <time.h>

#define NTHREADS 150
#define CONNECT 8 //Connect Timeout
#define RECV 8 //recv Timeout

#define sleep(a) Sleep(a)

struct {
 unsigned char masterkey[32];
 char banner[256];
 } key[] = {
 { //unsigned char masterkey084 - v1.0.0
        0x01, 0x9a, 0x8c, 0x66, 0xaf, 0xc0, 0x4a, 0x11,
        0x9e, 0x3f, 0x40, 0x88, 0x12, 0x2c, 0x3a, 0x4a,
        0x84, 0x65, 0x38, 0xb0, 0xb4, 0x08, 0x0b, 0xaf,
        0xdb, 0xce, 0x02, 0x94, 0x34, 0x5f, 0x22, 0x00,
        "HACKER Defender v0.84 - v1.0.0",
 },
 { //unsigned char masterkey083[]
        0x01, 0x38, 0x45, 0x69, 0x3a, 0x1f, 0x44, 0x12,
        0x89, 0x55, 0x7f, 0xaa, 0xc0, 0x9f, 0xee, 0x61,
        0x3f, 0x9a, 0x7e, 0x84, 0x32, 0x04, 0x4e, 0x1d,
        0xd7, 0xe4, 0xa8, 0xc4, 0x48, 0xe8, 0x9e, 0x00,
        "HACKER DEFENDER v0.82 - 0.83",
 },

 { //masterkey for hxdef 051 - 073 - 080 and 081 and 082 beta
        0x01, 0x1e, 0x3c, 0x6c, 0x6a, 0xff, 0x99, 0xa8,
        0x34, 0x83, 0x38, 0x24, 0xa1, 0xa4, 0xf2, 0x11,
        0x5a, 0xd3, 0x18, 0x8d, 0xbc, 0xc4, 0x3e, 0x40,
        0x07, 0xa4, 0x28, 0xd4, 0x18, 0x48, 0xfe, 0x00,
        "HACKER DEFENDER v0.51 - 0.82b",
 }
};



int RPORT,salir=0,threads=0;
int ip1[4],ip2[4];
CRITICAL_SECTION cs,css,csshell;
FILE *vuln;
char *givemeip(char *ip);
int infectado(int sock, char *ip, int port,int j);

/******************************************************************************/

void checkea(void *larala){

int sock;
int i,j,k=0;
char ip[16];
struct sockaddr_in target_ip;
int puerto=0;
fd_set fds;
u_long tmp=1;
struct timeval tv;
int scanports[]= {1025,80,3389,21,25,7,65536};


 EnterCriticalSection(&css);
 threads++;
 sleep(1);
 LeaveCriticalSection(&css);
 while (givemeip(ip)!=NULL){
  puerto=0;
                k=0;
          while(scanports[k]!=65536) {
              for(j=0;j<3;j++) {
      target_ip.sin_family = AF_INET;
       target_ip.sin_addr.s_addr = inet_addr(ip);
                  target_ip.sin_port = htons(scanports[k]);
           if ((sock=socket(AF_INET,SOCK_STREAM,0)) != -1){
   tmp=1;
   ioctlsocket( sock, FIONBIO, &tmp);
   tv.tv_sec = CONNECT;
   tv.tv_usec = 0;
   FD_ZERO(&fds);
   FD_SET(sock, &fds);
                        connect(sock,(struct sockaddr *)&target_ip, sizeof(target_ip));
     if((i=select(sock+1,0,&fds,0,&tv))>0){
    if (infectado(sock,ip,scanports[k],j)==1)
                                        puerto=65536;
                                        j=3;
   } else j=3;
   closesocket(sock);
   sleep(100);

  }
             }
          k++;
   }
 }
 EnterCriticalSection(&css);
 threads--;
 sleep(1);
 LeaveCriticalSection(&css);
 _endthread();
}
/******************************************************************************/
int infectado(int sock, char *ip, int port, int j){
char cadena[256];
 int recividos=0;
 char buf[10];
 fd_set fds;
 u_long tmp=1;
 struct timeval tv;

 tmp=1;
 ioctlsocket( sock, FIONBIO, &tmp);
 tv.tv_sec = RECV;
 tv.tv_usec = 0;
 FD_ZERO(&fds);
 FD_SET(sock, &fds);

        send(sock,key[j].masterkey,sizeof(key[j].masterkey),0);
 if(select(sock +1, &fds, NULL, NULL, &tv) > 0){
                if (j==0) printf("Checking %s \tport: %i...\n",ip,port);
  recividos=recv (sock, buf, sizeof (buf),0);
  //closesocket(sock);
  if (recividos==1){
   sprintf(cadena," [+] IP: %s port: %i INFECTED with %s\n",ip,port,key[j].banner);
                        printf("%s",cadena);
                        fputs(cadena,vuln);
   return(1);
  }
 }
 return(0);
}


/******************************************************************************/
char *givemeip(char *ip)
{

 EnterCriticalSection(&cs);
 if (ip1[3]!=254)
   ip1[3]++;
 else{
  ip1[2]++;
  ip1[3]=1;
 }
 if (ip1[2]==255){
  ip1[2]++; ip1[1]++;}
 LeaveCriticalSection(&cs);
 if (ip1[2]>ip2[2]) { return(NULL); }
 if (ip1[2]==ip2[2])
  if (ip1[3]>ip2[3]) { return(NULL); }

 sprintf(ip,"%d.%d.%d.%d",ip1[0],ip1[1],ip1[2],ip1[3]);
        if (ip1[3]==1) printf(" + %s\n",ip);
 return(ip);
}
/******************************************************************************/




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


 int i,total=NTHREADS;
 WSADATA ws;

 printf(" Remote hxdef Scanner $Revision: 1.0 $\n");
 printf(" atarasco@sia.es http://www.siainternational.com\n\n");
 if (argc!=3) {
  printf(" Usage: rkdscan.exe xx.xx.xx.xx yy.yy.yy.yy\n");
  exit(1);
 }

 if (WSAStartup(MAKEWORD(2,0),&ws)!=0) {
  exit(1);
 }

 sscanf (argv[1], "%d.%d.%d.%d", &ip1[0],&ip1[1],&ip1[2],&ip1[3]);
 sscanf (argv[2], "%d.%d.%d.%d", &ip2[0],&ip2[1],&ip2[2],&ip2[3]);

 for(i=0;i<4;i++){
        if ( (ip1[i]>255) || (ip1[i]<0) ) exit(1);
        if ( (ip2[i]>255) || (ip2[i]<0) ) exit(1);
 }
 InitializeCriticalSection(&cs);
 InitializeCriticalSection(&css);
 InitializeCriticalSection(&csshell);

 printf(" [+] Targets: %s-%s with %i Threads\n",argv[1],argv[2],total);
 vuln=fopen("vuln.txt","a");
 for(i=0;i<total;i++)
        { _beginthread(checkea,8192,(void *)i); sleep(1); }
 while(threads>0) sleep(100);
 fclose(vuln);
 return(1);
}

Y para los vagos el plugin pra Nessus:
http://www.nessus.org/plugins/index.php?view=single&id=15517
« Última modificación: 25 Abril 2005, 17:03 por ANELKAOS » En línea

ANELKAOS
Moderador Global
***
Desconectado Desconectado

Mensajes: 3.045


#include<nda.h>


Ver Perfil WWW
Re: Haciendo el rootkit Hack Defender INDETECTABLE (Varios Tutoriales y Textos)
« Respuesta #12 en: 3 Abril 2005, 15:29 »

Readme muy interesante d Holy_Father traducido por Kintaro:
http://hxdef.czweb.org/knowhow/hidinges.txt
En línea

SlenX

Desconectado Desconectado

Mensajes: 71


¿ De verdad existe ?


Ver Perfil
Re: Haciendo el rootkit Hack Defender INDETECTABLE (Varios Tutoriales y Textos)
« Respuesta #13 en: 5 Septiembre 2005, 23:48 »

Bien, y si conseguimos meter el hxdef en una maquina remota habiendo matado antes el antivirus que tenga instalado?

Cuando la maquina esa se reinicie y el hxdef oculte todos los archivos... el antivirus detectara ahora los archivos?

Nose si me he explicado bien pero espero que lo entendais jeje  ;D

Un saludo!
En línea
Bourne Ultimatum


Desconectado Desconectado

Mensajes: 382



Ver Perfil WWW
Re: Haciendo el rootkit Hack Defender INDETECTABLE (Varios Tutoriales y Textos)
« Respuesta #14 en: 23 Septiembre 2005, 05:20 »

como hacer para ocultar los puertos de salida??
yo pongo
TCP:2000
UTP:2000
y me oculta los de entrada nada mas :o
En línea

"El pertenecia a esa clase singular de hombres que la especie produce rara vez,
en quienes el ansia de poder ilimitado es tan extremo que para conseguirlo
cualquier sufrimiento parece natural" Ernesto CHE Guevara

http://www.desdeabajorugby.com.ar
Páginas: [1] 2 Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
¿Como recuperar un dato de varios divs haciendo Click ? - javascript - Jquey
Desarrollo Web
Lupin 14 1,244 Último mensaje 31 Mayo 2011, 23:42
por Lupin
[AutoIt] Buscador de textos en varios tipos de archivos.
Scripting
Chefito 0 839 Último mensaje 24 Agosto 2011, 03:49
por Chefito
Powered by SMF 1.1.16 | SMF © 2006-2008, Simple Machines