Autor Tema: Shellcode vb6 help me  (Leído 3691 veces)

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

MiniJoe

  • Bytes
  • *
  • Mensajes: 11
  • Reputación: +0/-0
    • Ver Perfil
Shellcode vb6 help me
« en: Julio 31, 2012, 03:45:47 pm »
want to learn win32 shellcode

Who knows to help

Visual basic 6

sample :

Dim sHex      As String     

  sHex = "5589E583C4F831D28955FC8955F8EB0EE8xxxxx01x83F802742085C07423E82A000000837DF800750AE828000000E83A0000008B45FCC9C20C00E817000000EBF268xxxxx02xE8xxxxx03xEBE631D24AE820000000C3FF7510FF750CFF750868xxxxx04xE8xxxxx05x8945FCC331D2E801000000C38D4510508D450C508D4508508D45FC508D45F85052B8xxxxx06x508B00FF501CC3"

Visual basic6
¿Cómo hizo shellcode.
cómo utilizar código shell.
Quiero aprender.


help
« última modificación: Agosto 01, 2012, 01:52:05 am por MiniJoe »

Bazooka

  • Terabyte
  • *****
  • Mensajes: 951
  • Reputación: +31/-20
  • El pibe Bazooka
    • Ver Perfil
    • Desof sistemas
Re:Shellcode vb6 help me
« Respuesta #1 en: Agosto 01, 2012, 08:53:10 am »
Este es un foro en Español!
Todos somos muy ignorantes. Lo que ocurre es que no todos ignoramos las mismas cosas.

cobein

  • Moderador Global
  • Gigabyte
  • *****
  • Mensajes: 348
  • Reputación: +63/-0
  • Más Argentino que el morcipan
    • Ver Perfil
Re:Shellcode vb6 help me
« Respuesta #2 en: Agosto 01, 2012, 09:05:17 am »
First you can start checking some examples from planetsourcecode, go look up for Paul Caton and you will find many examples to help you out start with ASM. Here is an example with ASM source included http://planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=49798&lngWId=1


MiniJoe

  • Bytes
  • *
  • Mensajes: 11
  • Reputación: +0/-0
    • Ver Perfil
Re:Shellcode vb6 help me
« Respuesta #3 en: Agosto 01, 2012, 03:11:58 pm »
¿Cómo puedo tener shellcode

cobein

  • Moderador Global
  • Gigabyte
  • *****
  • Mensajes: 348
  • Reputación: +63/-0
  • Más Argentino que el morcipan
    • Ver Perfil
Re:Shellcode vb6 help me
« Respuesta #4 en: Agosto 01, 2012, 04:24:01 pm »
To compile the code in the example above I recommend you to use FASM that will generate a bin file that file will have the opcodes you need after that you can copy them with an hex viewer.

MiniJoe

  • Bytes
  • *
  • Mensajes: 11
  • Reputación: +0/-0
    • Ver Perfil
Re:Shellcode vb6 help me
« Respuesta #5 en: Agosto 01, 2012, 06:12:33 pm »
Can I take a sample video?

MiniJoe

  • Bytes
  • *
  • Mensajes: 11
  • Reputación: +0/-0
    • Ver Perfil
Re:Shellcode vb6 help me
« Respuesta #6 en: Agosto 01, 2012, 06:17:53 pm »
I want to learn the construction and use of shellcode.
Can you take a sample video?

cobein

  • Moderador Global
  • Gigabyte
  • *****
  • Mensajes: 348
  • Reputación: +63/-0
  • Más Argentino que el morcipan
    • Ver Perfil
Re:Shellcode vb6 help me
« Respuesta #7 en: Agosto 01, 2012, 06:53:53 pm »
Ok do you know how to code in assembly?

MiniJoe

  • Bytes
  • *
  • Mensajes: 11
  • Reputación: +0/-0
    • Ver Perfil
Re:Shellcode vb6 help me
« Respuesta #8 en: Agosto 01, 2012, 07:21:27 pm »

I know, but I do not know Visual Basic 6 shellcode.
I want to learn to create and use shellcode.
Would you mind taking a sample video?

« última modificación: Agosto 01, 2012, 08:15:42 pm por MiniJoe »