Archive for August, 2010

Msg Annoyer (Message Broadcaster)

0

Open Notepad & Type
@echo off
:netannoy
msg * Hi!
msg * How r u ?
msg * Wat’s Up ?
msg * Myself Raj Chandel….
msg * My Web Links are….
msg * www.rajhackingarticles.blogspot.com…..
msg * www.upscportal.in
msg * www.usefulwebsitename.blogspot.com
goto netannoy
Save as raj.bat

Rename New Folder into Your Name

4

Step1:- Download Resource Hacker and Replacer tool.

Download

Step2:- Open Resource Hacker and click open.

Step3:- Choose Shell32.dll>String Table>1896>1033

 

Step4:- change the word ‘New Folder‘ to ‘Your Name

 

Step5:-After Changing the appropriate options,Compile the script by Compile script option.

Step6:- Save as the file at another location.Please ensure that it must not be the original location of Shell32.dll

Step7:- Now open Replacer tool

 

Step8:- Drag & Drop Shell32.dll file from  system32 in Replacer than press Enter Key.

 

Step9:- Now Drag & Drop new Save as file on Replacer.

Step10:- Press Y and Reboot the System

Msg Annoyer (Message Broadcaster)

0
Open Notepad & Type
@echo off
:netannoy
msg * Hi!
msg * How r u ?
msg * Wat’s Up ?
msg * Myself Raj Chandel….
msg * My Web Links are….
msg * www.rajhackingarticles.blogspot.com…..
msg * www.upscportal.in
msg * www.usefulwebsitename.blogspot.com
goto netannoy
Save as raj.bat

Pharming

0

Interms of Wikipedia

Pharming is a hacker’s attack aiming to redirect a website’s traffic to another, bogus website. Pharming can be conducted either by changing the hosts file on a victim’s computer or by exploitation of a vulnerability in DNS server software. DNS servers are computers responsible for resolving Internet names into their real addresses — they are the “signposts” of the Internet. Compromised DNS servers are sometimes referred to as ”poisoned”.

Diffrence Between Phishing and Pharming

Pharming is like Phishing, the real login page will look the same and will steal your information but with one exception…the URL will be authentic to the real website. Meaning you will not know the difference between this and a real login page because the URL will not be any different and chances are if the malicious user who created it is experienced the source code will not be any different either.
Go to Top