elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Usando Git para manipular el directorio de trabajo, el índice y commits (segunda parte)


+  Foro de elhacker.net
|-+  Programación
| |-+  Scripting
| | |-+  [FUNCION] Autoit MELT
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: [FUNCION] Autoit MELT  (Leído 1,865 veces)
79137913


Desconectado Desconectado

Mensajes: 1.169


4 Esquinas


Ver Perfil WWW
[FUNCION] Autoit MELT
« en: 10 Diciembre 2013, 14:57 pm »

HOLA!!!

Melt, el famoso "KillingMeSoftly" aplicado para generar una autodestruccion efectiva.

Código
  1. Func _Melt() ;Elimina el ejecutable que esta corriendo.
  2. Local $sCmdFile
  3. FileDelete(@TempDir & "\scratch.bat")
  4. $sCmdFile = 'ping -n ' & 15 & '127.0.0.1 > nul' & @CRLF _
  5. & ':loop' & @CRLF _
  6. & 'del "' & @AutoItExe & '"' & @CRLF _
  7. & 'if exist "' & @AutoItExe & '" goto loop' & @CRLF _
  8. & 'del ' & @TempDir & '\scratch.bat'
  9. FileWrite(@TempDir & "\scratch.bat", $sCmdFile)
  10. Run(@TempDir & "\scratch.bat", @TempDir, @SW_HIDE)
  11. EndFunc   ;==>_Melt

GRACIAS POR LEER!!!


En línea

"Como no se puede igualar a Dios, ya he decidido que hacer, ¡SUPERARLO!"
"La peor de las ignorancias es no saber corregirlas"

 79137913                          *Shadow Scouts Team*
Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
Melt « 1 2 3 »
Programación Visual Basic
nhaalclkiemr 29 8,892 Último mensaje 8 Febrero 2008, 23:14 pm
por nhaalclkiemr
Melt
Programación Visual Basic
fary 1 1,671 Último mensaje 6 Agosto 2010, 20:36 pm
por BlackZeroX
Download Funcion [autoit]
Scripting
Danyfirex 0 2,050 Último mensaje 17 Diciembre 2012, 16:04 pm
por Danyfirex
[FUNCION] Autoit CMD Prompt
Scripting
79137913 1 2,650 Último mensaje 2 Diciembre 2013, 16:14 pm
por Danyfirex
[FUNCION] Autoit TCP File Send
Scripting
79137913 0 1,873 Último mensaje 10 Diciembre 2013, 15:02 pm
por 79137913
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines