• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Recent content by chequinho

  1. C

    Alternative Code Fud Crypters

    Re: Alternative Code Fud Crypters You need the Codejock ActiveX Suite
  2. C

    what programming languages do you use?

    Re: what programming languages do you use? It depends. For malware and stuff: VB6, VB.NET For personal/joy stuff: Java, C# For proffessional stuff: C#, VB.NET, Java, PHP and web development stuff...
  3. C

    Bypassing UAC with PowerShell

    Recently during a Red Team engagement, I got shell access to some user machines using Client Side Attacks. In many cases, the users had administrative privileges but I was stuck into non-elevated PowerShell reverse shells. UAC (User Account Control) was the spoilsport here. I hate UAC, it is...
  4. C

    hola a todos soy ghots_dark

    Re: hola a todos soy ghots_dark Que hay ghots, que bueno tenerte por acá después de lo de UdTools D: Bienvenido nuevamente
  5. C

    vb6 persistence

    Re: vb6 persistence You can launch in memory some exe (as byte array) (call it monitor) and pass as parameters the PID of the main process you want to persist. Then, the monitor process will be checking (in a loop) if the PID passed as parameter still active, otherwise, you can start it again...
  6. C

    AutoIT Forcing User to press yes in UAC

    Re: Forcing User to press yes in UAC "needtouac.exe" is the file that you want to run with elevated privileges.
  7. C

    Error alternative environ

    Re: Error alternative environ >StrConv(rtcEnvironBstr(Item), vbFromUnicode) vbFromUnicode transforma de String a Byte(). La función Alternative_Environ la tienes declarada como String, y bueno, String y Byte() son diferentes. Puedes volver a tranformar el arreglo de bytes a cadena con...
  8. C

    Ayuda con metodo de modd

    Re: Ayuda con metodo de modd Si esa modding en binario, yo te recomiendo que te vayas con los clásicos (AvFucker, Dsplit, SignatureFucker con ampliacion), etc. ya que estos suelen ser los más efectivos y más faciles (aunque no necesariamente más rápidos). Una vez que ya no puedas hacerlo más...
  9. C

    Ayuda BugDll metodo moddear

    Re: Ayuda BugDll metodo moddear --------------------------------------- Edit. My mystake, the method above is "DAF" xD BugDll removes the ".DLL" of "MSVBVM60.DLL" right? Well... usually there are 2 references of MSVBVM60.DLL in a standard VB6 application, one is in the first 1000 bytes of...
  10. C

    Ayuda BugDll metodo moddear

    Re: Ayuda BugDll metodo moddear BugDll? Is the method where you change MSVBVM60.DLL to XXXXXXX.DLL? In that case the XXXXXXX.DLL must be in the same folder that the EXE file or in the System32 folder, otherwise it won't work. You can bind all files and drop the dll in System32 folder just...
  11. C

    Ayuda con AV

    Re: Ayuda con AV Lo mejor para un modding efectivo es usar Antivirus instalados, ya que haces pruebas en un entorno más real. Puedes crear máquinas virtuales para ello, algunos CommandLine si funcionan en esa interfaz, pero algunos otros como Avast, Kaspersky, Panda, QuickHeal, etc suelen ser...
  12. C

    Visual Basic .NET Support

    Re: .NET Support Ve el Sub Main, ahí está la forma de implementación Saludos.
  13. C

    Crypter [Hi-TecH CrypteR v1.0]

    Buenas bros.   Después de bastante tiempo sin hacer crypters encontré algo de tiempo y bueno... les dejo el [Hi-TecH CrypteR v1.0].   Lenguaje del Builder: VB.NET (Framework versión 4.5.2) Lenguaje del Stub: VB6 (Service Pack 6)     Características:   File Is Clean By psyco?  ...
  14. C

    Crypter Level-23 crypter - by psyco

    Re: Level-23 crypter - by psyco I asume yes, Netwire host is coded in C
  15. C

    ACC Spotify.com | x2 | Premium Accounts: No expiry date and 30-04-2015

    Re: Spotify.com | x2 | Premium Accounts: No expiry date and 30-04-2015 Right, I was using it in the morning, that's sad Anyway thanks THE HERO. Regards.
Back
Top