Thursday, 21 February 2013

HOW TO SPEED UP INTERNETT SPEED 100% WORKING SIMPLE:-

Hi guys,
Today let's see about another working internet speedup trick. There are many tips and tricks available to speedup the internet connection. Already we have discussed many tricks to speedup internet connection. Today we will see how to speedup internet connection with top 10 high speed DNS servers.

Nowadays DNS servers have become a most important part in internet connection's speed. Sometimes you might see dongle's strength is in very good condition but the internet speed would be less. This all happen because of DNS servers. 
When you are using the default DNS provider from your ISP, it will be a slow access. You can speedup internet connection by using high speed DNS providers. 



How to Speedup Internet with Top 10 Public DNS Servers

Here I have listed you the top 10 high speed public DNS servers.

TOP 10 DNS SERVERS

Level3:
Preferred DNS server - 209.244.0.3
Alternate DNS server - 209.244.0.4

Google:
Preferred DNS server - 8.8.8.8
Alternate DNS server - 8.8.4.4

ScrubIT3:
Preferred DNS server - 67.138.54.120
Alternate DNS server - 207.225.209.77

OpenNIC4:
Preferred DNS server - 69.164.208.50
Alternate DNS server - 216.87.84.211

Public-Root5:
Preferred DNS server - 199.5.157.131
Alternate DNS server - 208.71.35.137

Comodo DNS:
Preferred DNS server - 8.26.56.26
Alternate DNS server - 8.20.247.20

OpenDNS:
Preferred DNS server - 208.67.222.222
Alternate DNS server - 208.67.220.220

DNS Advantage:
Preferred DNS server - 156.154.70.1
Alternate DNS server - 156.154.71.1

Norton DNS:
Preferred DNS server - 198.153.192.1
Alternate DNS server - 198.153.194.1

SmartViper:
Preferred DNS server - 208.76.50.50
Alternate DNS server - 208.76.51.51


How to Speedup Internet connection with Top 10 High Speed Public DNS Servers?

Go to Control Panel
Then go to Network and Sharing Center
Click on Local Area Connection




Then click on Properties


After that, Select Internet Protocol Version 4 (TCP/IPv4) and click on Properties 
                                               OR
Double Click on Internet Protocol Version 4 (TCP/IPv4)


Now click on Use the following DNS addresses and change it as follows. Use any of above mentioned public DNS servers.

For exmple:



Then click on OK,
That's all you have done successfully !!

HIDE YOUR DRIVE

Today Computer World tutorial is about how to hide a local drive without any 3rd party software. There are lots of free and payable software's available to hide local drive, but I'm not gonna talk about hide a local drive using a software. In this tutorial I'll show you an easiest way to hide local drive without using software. This will save your both money and time.

There are 3 methods available to hide a local drive without using any software

1. Hide a drive through gpedit
2. Hide a drive through regedit
3. Hide a drive using command prompt


Today we are covering command prompt way of doing it. So lets see how to do.



How to Hide any Local Drive using Command prompt

How to Hide a Local Drive using command prompt?

1. Click on Start - Run

2. In Run box type cmd and hit Enter. Now Command Prompt window will appear.

3. In command prompt, type diskpart and hit Enter.

4. Then type list volume and hit Enter.

Now it will display the list of all your computer drives details.



5. Then type the Drive Letter which you want to hide.
If you want to hide volume E, type select volume E and hit Enter.

Now follow mentioned massage will appear to you.
Volume 4 is the selected volume



How to Hide any Local Drive using Command prompt














6. After that, type remove letter E and hit an Enter.

That's all, you have done. Now restart your computer once. When you start your PC again, you want be able to see the
 particular drive in My Computer.


How to get back Hidden Drive again in My Computer.

Do the procedure which i have mentioned in step 1,2,3,4 and 5 again.

Click Start --> Run --> cmd -->

Then type diskpart - list volume - select volume E

After that type assign letter E and hit Enter.

That's all !! You have got back the hidden local drive. Once again restart your PC, now you will be able to see hidden local drive in My Computer.

Note: Your PC doesn't lost any data by doing this trick

TOP COMMANDS OF COMMANDS PROMPTS

An A-Z Index of the Windows CMD command line:-

   ADDUSERS Add or list users to/from a CSV file
   ADmodcmd Active Directory Bulk Modify
   ARP      Address Resolution Protocol
   ASSOC    Change file extension associations•
   ASSOCIAT One step file association
   AT       Schedule a command to run at a specific time
   ATTRIB   Change file attributes
B
   BCDBOOT  Create or repair a system partition
   BCDEDIT  Manage Boot Configuration Data
   BITSADMIN Background Intelligent Transfer Service
   BOOTCFG  Edit Windows boot settings
   BROWSTAT Get domain, browser and PDC info
C
   CACLS    Change file permissions
   CALL     Call one batch program from another•
   CERTREQ  Request certificate from a certification authority
   CERTUTIL Utility for certification authority (CA) files and services
   CD       Change Directory - move to a specific Folder•
   CHANGE   Change Terminal Server Session properties
   CHKDSK   Check Disk - check and repair disk problems
   CHKNTFS  Check the NTFS file system
   CHOICE   Accept keyboard input to a batch file
   CIPHER   Encrypt or Decrypt files/folders
   CleanMgr Automated cleanup of Temp files, recycle bin
   CLEARMEM Clear memory leaks
   CLIP     Copy STDIN to the Windows clipboard
   CLS      Clear the screen•
   CLUSTER  Windows Clustering
   CMD      Start a new CMD shell
   CMDKEY   Manage stored usernames/passwords
   COLOR    Change colors of the CMD window•
   COMP     Compare the contents of two files or sets of files
   COMPACT  Compress files or folders on an NTFS partition
   COMPRESS Compress individual files on an NTFS partition
   CON2PRT  Connect or disconnect a Printer
   CONVERT  Convert a FAT drive to NTFS
   COPY     Copy one or more files to another location•
   CSCcmd   Client-side caching (Offline Files)
   CSVDE    Import or Export Active Directory data 
D
   DATE     Display or set the date•
   DEFRAG   Defragment hard drive
   DEL      Delete one or more files•
   DELPROF  Delete user profiles
   DELTREE  Delete a folder and all subfolders
   DevCon   Device Manager Command Line Utility 
   DIR      Display a list of files and folders•
   DIRUSE   Display disk usage
   DISKPART Disk Administration
   DISKSHADOW Volume Shadow Copy Service
   DNSSTAT  DNS Statistics
   DOSKEY   Edit command line, recall commands, and create macros
   DriverQuery Display installed device drivers
   DSACLs   Active Directory ACLs
   DSAdd    Add items to active directory (user group computer) 
   DSGet    View items in active directory (user group computer)
   DSQuery  Search for items in active directory (user group computer)
   DSMod    Modify items in active directory (user group computer)
   DSMove   Move an Active directory Object
   DSRM     Remove items from Active Directory
E
   ECHO     Display message on screen•
   ENDLOCAL End localisation of environment changes in a batch file•
   ERASE    Delete one or more files•
   EVENTCREATE Add a message to the Windows event log
   EXIT     Quit the current script/routine and set an errorlevel•
   EXPAND   Uncompress files
   EXTRACT  Uncompress CAB files
F
   FC       Compare two files
   FIND     Search for a text string in a file
   FINDSTR  Search for strings in files
   FOR /F   Loop command: against a set of files•
   FOR /F   Loop command: against the results of another command•
   FOR      Loop command: all options Files, Directory, List•
   FORFILES Batch process multiple files
   FORMAT   Format a disk
   FREEDISK Check free disk space (in bytes)
   FSUTIL   File and Volume utilities
   FTP      File Transfer Protocol
   FTYPE    File extension file type associations•
G
   GETMAC   Display the Media Access Control (MAC) address
   GLOBAL   Display membership of global groups
   GOTO     Direct a batch program to jump to a labelled line•
   GPRESULT Display Resultant Set of Policy information
   GPUPDATE Update Group Policy settings
H
   HELP     Online Help
I
   iCACLS   Change file and folder permissions
   IF       Conditionally perform a command•
   IFMEMBER Is the current user a member of a Workgroup
   IPCONFIG Configure IP
k
   KILL     Remove a program from memory
l LABEL    Edit a disk label
   LOCAL    Display membership of local groups
   LOGEVENT Write text to the event viewer
   LOGMAN   Manage Performance Monitor
   LOGOFF   Log a user off
   LOGTIME  Log the date and time in a file
M
   MAPISEND Send email from the command line
   MBSAcli  Baseline Security Analyzer
   MEM      Display memory usage
   MD       Create new folders•
   MKLINK   Create a symbolic link (linkd) •
   MODE     Configure a system device
   MORE     Display output, one screen at a time
   MOUNTVOL Manage a volume mount point
   MOVE     Move files from one folder to another•
   MOVEUSER Move a user from one domain to another
   MSG      Send a message
   MSIEXEC  Microsoft Windows Installer
   MSINFO32 System Information
   MSTSC    Terminal Server Connection (Remote Desktop Protocol)
   MV       Copy in-use files
n
   NET      Manage network resources
   NETDOM   Domain Manager
   NETSH    Configure Network Interfaces, Windows Firewall & Remote access
   NETSVC   Command-line Service Controller
   NBTSTAT  Display networking statistics (NetBIOS over TCP/IP)
   NETSTAT  Display networking statistics (TCP/IP)
   NOW      Display the current Date and Time 
   NSLOOKUP Name server lookup
   NTBACKUP Backup folders to tape
   NTRIGHTS Edit user account rights
o
   OPENFILES Query or display open files
p
   PATH     Display or set a search path for executable files•
   PATHPING Trace route plus network latency and packet loss
   PAUSE    Suspend processing of a batch file and display a message•
   PERMS    Show permissions for a user
   PERFMON  Performance Monitor
   PING     Test a network connection
   POPD     Return to a previous directory saved by PUSHD•
   PORTQRY  Display the status of ports and services
   POWERCFG Configure power settings
   PRINT    Print a text file
   PRINTBRM Print queue Backup/Recovery
   PRNCNFG  Display, configure or rename a printer
   PRNMNGR  Add, delete, list printers set the default printer
   PROMPT   Change the command prompt•
   PsExec     Execute process remotely
   PsFile     Show files opened remotely
   PsGetSid   Display the SID of a computer or a user
   PsInfo     List information about a system
   PsKill     Kill processes by name or process ID
   PsList     List detailed information about processes
   PsLoggedOn Who's logged on (locally or via resource sharing)
   PsLogList  Event log records
   PsPasswd   Change account password
   PsPing     Measure network performance
   PsService  View and control services
   PsShutdown Shutdown or reboot a computer
   PsSuspend  Suspend processes
   PUSHD    Save and then change the current directory•
q
   QGREP    Search file(s) for lines that match a given pattern
   Query Process    Display processes (TS/Remote Desktop)
   Query Session    Display all sessions (TS/Remote Desktop)
   Query TermServer List all servers (TS/Remote Desktop)
   Query User       Display user sessions (TS/Remote Desktop)
r
   RASDIAL  Manage RAS connections
   RASPHONE Manage RAS connections
   RECOVER  Recover a damaged file from a defective disk
   REG      Registry: Read, Set, Export, Delete keys and values
   REGEDIT  Import or export registry settings
   REGSVR32 Register or unregister a DLL
   REGINI   Change Registry Permissions
   REM      Record comments (remarks) in a batch file•
   REN      Rename a file or files•
   REPLACE  Replace or update one file with another
   Reset Session  Delete a Remote Desktop Session
   RD       Delete folder(s)•
   RMTSHARE Share a folder or a printer
   ROBOCOPY Robust File and Folder Copy
   ROUTE    Manipulate network routing tables
   RUN      Start | RUN commands
   RUNAS    Execute a program under a different user account
   RUNDLL32 Run a DLL command (add/remove print connections)

s
   SC       Service Control
   SCHTASKS Schedule a command to run at a specific time
   SCLIST   Display Services
   SET      Display, set, or remove session environment variables•
   SETLOCAL Control the visibility of environment variables•
   SETX     Set environment variables
   SFC      System File Checker 
   SHARE    List or edit a file share or print share
   ShellRunAs Run a command under a different user account
   SHIFT    Shift the position of batch file parameters•
   SHORTCUT Create a windows shortcut (.LNK file)
   SHOWGRPS List the Workgroups a user has joined
   SHOWMBRS List the Users who are members of a Workgroup
   SHUTDOWN Shutdown the computer
   SLEEP    Wait for x seconds
   SLMGR    Software Licensing Management (Vista/2008)
   SOON     Schedule a command to run in the near future
   SORT     Sort input
   START    Start a program, command or batch file•
   SU       Switch User
   SUBINACL Edit file and folder Permissions, Ownership and Domain
   SUBST    Associate a path with a drive letter
   SYSTEMINFO List system configuration
t
   TAKEOWN  Take ownership of a file
   TASKLIST List running applications and services
   TASKKILL Remove a running process from memory
   TIME     Display or set the system time•
   TIMEOUT  Delay processing of a batch file
   TITLE    Set the window title for a CMD.EXE session•
   TLIST    Task list with full path
   TOUCH    Change file timestamps    
   TRACERT  Trace route to a remote host
   TREE     Graphical display of folder structure
   TSSHUTDN Remotely shut down or reboot a terminal server
   TYPE     Display the contents of a text file•
   TypePerf Write performance data to a log file
u
   USRSTAT  List domain usernames and last login
v
   VER      Display version information•
   VERIFY   Verify that files have been saved•
   VOL      Display a disk label•
w
   WAITFOR  Wait for or send a signal
   WHERE    Locate and display files in a directory tree
   WHOAMI   Output the current UserName and domain
   WINDIFF  Compare the contents of two files or sets of files
   WINMSDP  Windows system report
   WINRM    Windows Remote Management
   WINRS    Windows Remote Shell
   WMIC     WMI Commands
   WUAUCLT  Windows Update
x
   XCACLS   Change file and folder permissions
   XCOPY    Copy files and folders

Tuesday, 4 December 2012


Hack Wifi Password In Windows




FIRSTLY WE KNOW ABOUT HOW TO HACK WIFI PASSWORD AND WHAT TOOL ARE REQUIRED TO HACK WIFI PASSWORD
TOOL REQUIRED FOR WIFI HACKING:

1. COMMVIEW FOR WIFI :-

this tool is used for capturing the packet of wifi which we have to crack.this is also used for convert the file which is required for crack ( in this crack we convert .ncf file to .cap file)
you can use this link to download this software CLICK HERE
Link Pass:  canuhack.blogspot.com

2. AIRCRACK -NG :-

this tool is used for retrieve password from captured file from commview for wifi software
to download software please CLICK HERE
Link Pass:  canuhack.blogspot.com

STEP TO HACK WIFI NETWORK IN WINDOW:-

1. install commview
2. after installation a popup window is open in commview software for driver installation .( if pop window not open then goto > help > driver installation guide then do this)
3. install commview driver for your wifi network( without installation of driver you cannot capture data of desired wifi network)
4. after installation of driver click on capture button on left corner of software.
5. a pop up window is open and show wifi network near you.
6. select wifi network which you want to hack and click on capture.
you must need to see your connection is wep or not.(this trick only work with wep)
7. after that you can see the commview capture wifi data.
8. now goto to logging panel in commview and tick on auto saving and put
maximum directory size, mb – 2000
average log file size- 20
9. now capture packets for 2-3 hour.( about 1 lakh packet)

STEP TO CONVERT CAPTURED FILE.

open commview and follow step
1. goto file>log viewer
2. after open log viewer
3.goto file> load commview log> select all capture file > then open
4. after opening goto>export logs > select wireshark tcpdump format
5. save file with desired location (this file is used for cracking password)

CRACK PASSWORD USING AIRCRACK-NG:-

1. open download package.
2. goto bin and open aircrack-ng GUI.exe
3. open converted file
4. select key size – 64
5. click on launch
6. index no. of target file is– 1
7 wait for cracking password
8. if wifi password is cracked then it write
password 100% decerypted 94:13:26:54:66
in this password is 9413265466 for wifi
IF NOT CRACKED IN FIRST ATTEMPT 
1. if password is not cracked then it say FAILED NEXT TRY WITH 5000 IVS.
2. so we have to again capture packets and repeat above process again till password is crack.
NOTE:- when we again capture packet and convert it into cap then we have to select all previous captured packet also to convert.

Thursday, 29 November 2012


FAQ: How do I hack?


Learn How to Become a Hacker

These days i am getting more and more emails where my readers are asking me to teach them how to hack. Here is a message i received few days ago that made me laugh: "Alexander, please teach me how to hack email account and i will give you my girlfriend for one night".
So here i will answer some of the most frequently asked questions that every beginner asked before start hacking.

The best way to start hacking is to teach yourself !!!


How do I hack?

There is no easy way how to hack. Google is your best friend.. REMEMBER THAT! Read any information you can find on hacking. Read hacking forums and check out hacking websites. Learn a programming language like C++. Get a book like Hacking for Dummies which will teach you a lot.

What do I need to be able to hack?

Firstly you need to understand how your computers operating system works, networks and protocols works, security settings and general PC knowledge. After you understand how it works you need hacking tools which helps you to hack.

What is command prompt (cmd- the little dos Windows)?

Go START, RUN and type in: "cmd"

What can I do in cmd?

You can can do various things with it like run exploits or do a ping request.

Why does some of the hacking tools I download just close itself when I open them?

Lots of hacking tools are DOS based and has to be run through CMD. If you double click on the program it will open a DOS box and automatically close the box. From CMD you can navigate to the directory which your hacking tool is stored in and run it from there. Other hacking tools are GUI ( graphical user interface ) based and it will open like a normal Windows based program.

What is a IP address?

Every computer connected to the Internet or some network has a IP address. Goto START, RUN and type in "cmd" then type in "ipconfig" it will show you your IP address or addresses. It will look something like this : 81.35.99.84. IP = internet protocol.

How do I find someone's IP address?

There are many ways to find someones IP address. Here are two tutorials that will teach you how to hack an IP Address: How to Hack Someones IP Address and How to Find The IP Address of An Email Sender

What can I do with a IP?

Well you need someone's IP before you can hack, portscan or DOS them.

What is 127.0.0.1 IP?

It is your PC's local loopback IP address.

Why do I have two IP addresses when I do a ipconfig?

Well if your on a local LAN (Local area network) you will have a IP like 192.168.0.1. If your also directly connected to the internet you will have another IP address like 80.87.34.56. 192.168.0.1 is your local IP which you use to communicate with your local internet network (lan) and 80.87.34.56 is your internet IP.

What is a static and dynamic IP address?

Static means permanent set IP address - like a website will have a static IP address, it never changes. Dynamic means temporary IP address - dailing up to the Internet with a modem or most ADSL connections has dynamic IP's. Every time you logon to the Internet your ISP ( Internet Service Provider ) will issue you a new IP address.

I have sent someone a trojan but I cannot connect to their PC?

Either they are running a firewall which blocks you from connecting to their PC, or they are connected to the internet through a router.

What do I do when someone is behind a router and I want to control their PC with a trojan?

You will need to use a trojan which uses reverse connections - meaning you don't connect to the host, the host connects to you. Bifrost is a trojan which has the mentioned function. Remember when someone is behind a router and your using IPstealer to get hold of their IP address, you are actually getting their routers IP, not their actual PC's IP. The router will have the persons internet IP (WAN IP) and their PC will have a different IP - their LAN IP.

How do I check if my own PC is infected with a trojan?

Do a port scan on your PC and check which ports are open. If you find any open ports in this trojan port list you might be infected with a trojan. Download the trojan you think you might be infected with and connect to that specified port.

What is a router?

A device which is used to route data on a network. a Router decides where certain traffic should be sent to.

What is a firewall?

Its a software or hardware device which can block or permit certain ports or IP's or certain kinds of data.

What is a port and what can I do with it?

Every program running on your PC which has some network function uses a specific port to send an receive data though. If you do a port scan you will see which ports are open on the host you scanned. Port 80 is normally a web server. Port 21 a FTP server ect ect.. Trojans also uses ports. Check this list of trojan ports, if you find an open port in this list, the host might be infected with a trojan, download the trojan and try connecting to the port.

How do I do a port scan?

You need a program like SuperScan to do a portscan. Then all you do is add the ip you want to scan.

Why do you want to scan ports?

If you scan a PC with a port scanner, it will show you which programs or services are running on the PC.

Common ports:

Ping : 7
Systat : 11
Time : 13
NetStat : 15
SSH : 22
Telnet : 23
SMTP : 25
Whois : 43
Finger : 79
HTTP : 80
POP : 110

What is a exploit?

It's a poorly coded piece in software which you can use to gain access to the system. There is many exploits available for the various MS Windows's out there.

How do I use a exploit?

You first need to compile the exploit with a program like Bloodshed C++ compiler. Then you can start the exploit through command prompt and see if the system your trying to exploit is vulnerable to that specific exploit. Scroll down for more information about exploits.

What is a exploit POC?

POC stands for proof of concept and it the proof that a exploit works.
What is a DOS attack? - It is when too much data is being sent to a host and it cannot handle all the data and disconnects from the Internet.

How do I see what connections is currently made to my PC?

In cmd type in "netstat" - it will show you IP addresses of connections to your PC and what port it is using.

What is a MAC address?

Its a hard coded number, almost like a name which is embedded into a network card. It identifies the manufacturer of the card and a unique number for the card. No two network cards in the world has the same MAC address.

How do I find out my own or someone else's MAC address?

Your own MAC = Goto cmd and type in "ipconfig /all"
MAC address looks something like this : 00-13-20-A3-0B-4C
Someone else's MAC address you need their IP address and then goto cmd and type in "nbtstat -a 192.168.0.5" or whatever IP they use. This will show you their MAC address as well as their currently logged on user.

What is a Windows Registry and how do I access it?

Its where Windows stores most of the configurations of your operating system and most programs installed. You might used it to make a trojan server file you uploaded to the PC run automaticly when Windows starts up. To access the registry go START, RUN and type in "regedit"
Careful what you change in the registry, it might screw up you PC.. First make a backup of the registry.

How do I hack a webpage/ web server?

Search on google for IIS hacking tutorial, but remember not all webservers run IIS!

What is IIS?

It is Microsoft's web server. IIS - Internet information server. Most webservers run on port 80.

How do I hack into a Gmail, Yahoo or Hotmail email account?

Every now and then someone discovers a way to get into those email servers, but the service provider fixes the security hole so fast, there is no straight answer for that. Best way is to install a keylogger on the victims PC and get their login details. Otherwise download THIS program which you can use to brute force a hotmail account.

How do I hack into a POP3 email account?

Hydra 5.3 is a program which you can use to crack POP3 accounts. You will need a wordlist which Hydra will use to crack the POP3 password.

What is a keylogger?

It is a program you install on someone's PC which captures every key that is pressed on their keyboard which is emailed to you or stored into a file.

How do I get the administrator account password while logged in to the PC?

Locally run a program like Adminhack for local administrator account cracking. If you need to do it remotely run a program like Venom or Starbrute.

What is a SAM file?

SAM file is the file which stores all the user accounts and their password hashes like the Administrator account. SAM file is stored in "C:\WINDOWS\system32\config" but it is locked and inaccessable while you are busy using Windows - meaning you can't copy it while your in Windows. You need to boot up with another operating system like NTFSDOS or Linux with NTFS support. When you copied the SAM file you can crack the passwords stored in the SAM file with a program like LC5. With Pwdump6 it is possible to get access to the SAM file while logged into windows. It can also connect to a remote PC and grab the password hashes from the SAM file. Administrator account is needed.

How do I reset a administrator or some other account password on Win2K/WinXP/WinNT/Win2003?

Download Offline NT Password & Registry Editor which you can use to create a bootup disk or CD and then boot up the PC and then you can reset the password. Just remember that this program will not show you the password, you can only change the password.

How do I crack a administrator password?

If you need to crack a administrator password you will need to copy the SAM file to another machine and crack it. Download this NTXP-Cracker program which has included everything you need to boot up the PC, copy the SAM file and crack the SAM file on another machine.

How do I find out what operating system does my target run?

Download Detect and use it against your targets IP address.
Result:
C:\>detect.exe 127.0.0.1[*]------------------------------[*][*] XP/2K OS Detector[*][*] by: illwill & phr0stic[*][*]------------------------------[*]
[+] Finding Host 127.0.0.1
[+] Connected to 127.0.0.1
[+] Bytes Sent: 222
[?] The box seems to be Windows XP


Basically these are the frequently asked questions every beginner asked. Hope you'll find this post useful.


FAQ: Phishing to Hack Email Account Passwords

What is Phishing and how to use it for hacking?

I have written much about Phishing on this blog. I received large response for my indepth tutorial on Phishing to hack email account password. Thanks a lot for your kind co-operation. Many readers were able to get the trick or hack of Phishing and how to use Phishing to hack email account. But, some readers were just not able to get out their problems. I have written this article for such readers to help them sort out their Phishing related problems.

I was just going through comments made by you guys and noticed some readers left unanswered or they were not convinced by me. So, here are answers to some of commonly asked questions for Phishing.


1. First of all lets clear What is Phishing:

Basicly phishing is way of sending a fake page to victim which resembles the original page and ask the victim to login with the provided modified page called as phisher. This the most popular method used by hackers to hack email account passwords like myspace, gmail, yahoo, orkut, facebook, etc.

2. Does Phishing help in hacking email passwords?

This was the most basic question I read. No doubt, the reader is newbie and hence I have included this question over here. Helping newbies is my prime purpose. The answer is "Yes. Phishing is meant for hacking email passwords".

3. Which email passwords can be hacked using Phishing?

Phishing can be used to hack any email password or any online account password. It can be email account like hotmail, gmail, yahoo; social networking site account like myspace, orkut, faceboook; banking account; file sharing account or any account you want.

4. How do I perform Phishing?

Phishing is one of the easiest hacking methods. The only thing is you have to get the actual idea of what you have to do to hack email password. You can learn Phishing and how to make your own Phisher by referring my articles "How to Make a Phisher to Hack Any E-Mail Account Password" and "Software to Create Your Own Phisher".

5. What are webhosts?

Webhosts, to explain in short, are offering free webspace where we can upload our created phisher. Phisher is fake login page that we create and we have to upload it on internet. So, we need some space on internet for phisher which is provided by such free webhosts.

I would recommend you following webhosts:

6. Why I can't upload write.php?

Well to upload write.php file, your webhost must support php files. Try using webhosts I have illustrated in Q.5. They all support php.

7. Why I can't run Phisher Creator software on my computer?

For being able to run Phisher Creator software, your computer must have necessary library files installed. Install Library files package and even .NET Framework.

8. How do I send Phisher link to victim?

Get the Anonymous Emailer software and create a fake email and post the phisher link in this email. Ask victim to login to his account using this link. Also try using your logic to make him login to your sent phisher.

9. Why I don't get passes.txt file?

Passes.txt file is created only after victim logins with our sent phisher. If you are trying it, login using phisher and then go to file manager of FTP account. You will see passes.txt file created. If file is not present, try refreshing the page and you'll get it. If you're still not able to get passes.txt file, do one of following:
  • Re-login using phisher.
  • Change your webhost.
  • Re-start from beginning.
Sorry for this... but this has helped many visitors as they don't know where they had made a mistake. So, its always best to restart the process.

10. How do I get my Phisher link?

Go to File Manager. Upload your phisher created by Phisher creator. Now, click on uploaded "index.htm" file. You will see fake page. Now, in address bar, you will get your Phisher link. This is your Phisher link. Send this phisher link to your victim.

11. Why Phishing is not working for me?

I'm received many questions like this. I helped many readers and finally reached conclusion that most of them were not reading my article completely and carefully. So, read article completely and carefully. This is most common error made by readers.


Thats it. I hope now, you will have most of your doubts about Phishing cleared. This article is meant only for you.

Enjoy Phishing to hack email password...

What Are Anonymizers?


Just about everything you do in a computer is logged. In Windows, there are event handels that log main events performed by the user, such as logging into the computer. On Linux, even things such as error logging for the xorg server is performed, and some programs that users intent to use for malicious purposes, even log locally on the computers, without the users consent. The programs are not logging because they know you are conducting abuse, but because the logging is used for error-checking. However, if you find yourself in trouble, the error-logs can point the police to evidence of your mis-doing.

Say you manage to attack and compromise a webserver, and remove the logs, you're still not safe though. There is another thing that prevents you from being completely undetectable, Your IP/Domain address, and this is what this tutorial will primarily be focusing on.

What is an Anonymizer?

Anonymizers are online services that eliminate the trail of information that you leave behind, whilst surfing, so that your online activities cannot be traced back to you. The anonymizers vary in sophistication depending on the level of security and number of features that you require. Some anonymizers require the use of client software and others only require that you log onto their website before browsing other sites.

How do Anonymizers work?

You essentially surf the Web through the anonymizer site, going to that site first and then routing all your pages from there. When you send a page request through the anonymizer, it acts like a super-proxy server, stripping off the header of each data packet, thus making your request anonymous. The requested page is then fed through the anonymizer back to your Web browser.


In order to avoid being tracked, one can use an anonymous proxy to surf the web. An anonymous proxy makes sure your IP address does not get stored on the web server logs. Web servers log every ?GET? request made, together with date, hour, and IP. But if you are accessing the Internet through a proxy server, then the IP of the proxy is logged and not yours.
In case you do not go through an anonymous proxy, then you are actually risking vital information that belongs to you. For example, a hacker can easily find out your IP Address, your web browser, your Operating System and even the previous URL that you have visited. You can also be easily located geographically (provided one has the necessary software tools) because people can find out a whole lot of things that give your location. Like your hostname, your continent, your country, your city and even your Internet Service Provider.
Consider the scenario where a hacker gets access to your computer, he can find out your name, email address, telephone number, various user ID's and passwords, details about software you use and your preferences, locations of files and folders, the search strings that you used and literally hundreds of other personal things. All this information is stored in files like SYSTEM.ini, USER.dat, SYSTEM.dat etc. One very important file is the nsform??.TMP which stores all the data inside every Netscape form you've ever submitted, with and without SSL, when the submission failed or was canceled.

Some of the best Anonymizers:

  • Anonymouse - A very good free anonymizer. By using this CGI proxy you can anonymously surf web pages, send anonymous e-mails and look at news.

  • ProxyKing.net - This anonymizer service keeps websites from tracking your internet movements by preventing them from placing cookies on your home computer.

  • AnonymousIndex.com - Anonymous private surfing service, hide your ip, manage website ads, referrers and cookies through this free web based proxy.

  • HideMyAss.com - Free anonymous browsing, for the times when you REALLY need to hide your ass online!

  • ProxyFoxy.com - Proxy Foxy offers you free anonymous surfing. With our free tool you can surf the Internet safe and secure without revealing your identity. Avoid cookies, spyware and other malicious scripts.

What is a Hacker / Cracker?


A Hacker is known to build things, solve problems and not break or crack any system. The computer industry initially hired good programmers to make sure how to full proof their system. However, over the years, the media, journalism and writers have played a very important role in changing the real meaning of the word hacker. They themselves are very confused in the term Hacker and a Cracker. A typical definition of a Hacker, that today comes to you mind is that a Hacker, is a person who tries to gain unauthorized access to any property and computers. The term Hacker came as slang from the computer world. So, different people have given different definitions to it. But what remains the common point is, that whenever you hear the word hacker, the first think that comes to your mind is always negative and bad. However, the real meaning of a hacker is a programmer who really finds it thrilling to learn more about it, who likes to explore more details about the programming language and hence stretches his or her capabilities more than any average person.

What is a Cracker?

Crackers are people who get cheap thrill out of cracking computer codes, and breaking into systems. Hence, these are the people who have negativity around them and they only believe in breaking or cracking an access to any kind of system that they have no authorization to. They are malicious annoying people who try to uncover sensitive information by poking their unwanted nose everywhere. Hackers on the other hand are knowledgeable and responsible people. They like to take intellectual challenges and like to overcome all limitations that are there in a particular system. Learning to hack is not very easy. It is a special gift that is only given to a selected few. Only people who are good in searching and keeping themselves updated about the latest technology are the one who are blessed with it. Only being good with computers does not qualify one to be a good hacker. Some people also reapply their hacking knowledge to different fields like music and electronic. It is also said the every hacker is independent of any kind of hack he does, call it in the computer field or elsewhere. Hackers are known to be ethical, wise in their practice.

The realty is: “Hackers build things, crackers break them.”

Today the hacker world has been given 3 different names. The White hat hackers, who do all the good things and are positively motivated people, Then we have the Black hat hackers also called the crackers who are usually into negative work of cracking and breaking into someone’s system and finally the third and the last are the gray hat hackers who explore the best of both the worlds. To conclude, we can say that Hackers are people who are skilled programmers that work for a positive cause or a goal, either for themselves or for an organization which could be private as in an industry or for the government.

Thinking of a Hacker

The thinking of a hacker is very much the same as that of a good program developer. Hackers who have been successful have developed a common strategy over a period of time. This strategy is to very patiently and carefully document every step, which is what the programmers do. They are good at analyzing and following a methodical approach of investigation. So when they start they don’t have much as in the background, they start from the starch and gradually build what is called the entire roadmap or game plan.
It is a known fact that in order to think like a master hacker one should imitated all the big hackers both intellectually and emotionally. As they always work on a different platform and it is the platform of Self Belief.

1. The typical thinking of a Hacker is that, they believe that the world is full of ongoing problems which continuously need solutions to it. So looking for solutions should be the ultimate aim and not giving up till the time the problem is cracked.

2. Another fundamental that they work on is that, the same wheel should not be invented twice as it will be a waste of time and effort both. Brains with creativity should be used for new proposes and not older ones. So, they believe in the theory that time is precious and make the best out of it.

3. The third fundamental truth that they believe in is that, repetition is what leads to success and no word like boredom can be found in their dictionary.

4. The next good thing they believe in is Freedom. Most of the hackers work independently and that is a strong foundation for them to grow. It is said that freedom has no limit to the growth of an individual.

5. No replacement for a good attitude. An attitude to fight and not flight. One can give up whenever he or she wants. It is only the attitude that makes you different from the other.

6. Hackers believe in a value system that is not negotiable and do not compromise on it, because if they do then they would be crackers and not hackers.

Documentation is said to be the wisest thing that any developer a simple programmer or a hacker maintains. At times finding solutions is so difficult that is only the documentation that can help one understand the entire process all over again. It is like hunting for a treasure hunt in a jungle with small clues that take you to the next clue and one step closer to the final gift. 

FAQ: Phishing to Hack Email Account Passwords


Hack RuneScape User Account Password | RuneScape Phishing

I have told you how to hack various sites using phishing, like Facebook, Gmail, RapidShare, etc. Now, I am adding one more article about how to hack Runescape account using Runescape Phishing.

Before we start Please Note: Phishing is legally offensive. I am not responsible for any action done by you.


How to Hack RuneScape Account Password?

1. First of all download RuneScape Phisher from here.

2. The downloaded folder contains two files:
  • Index.htm and
  • update.php
3. Now, sign up for free webhost or webhosting service like:
4. After you login to your account, go to File Manager and upload these two files mentioned in Step 2.

5. Now, send this phisher link (index.html link) to your victim and make him login to his Runescape account using your sent Phisher.

5. Once he logs in to his Runescape account using Phisher, all his typed Runescape id and password is stored in "passwords.txt". This file is created in your webhost control panel as shown below.


6. So, you have obtained Runescape password and can easily hack runescape account.

So friends, I hope you are now able to hack Runescape account password using Runescape Phishing. I have tried my best to keep this tutorial simple to help you hack runescape account.

Do you have questions, comments, or suggestions? Feel free to post a comment!

Learn Everything About Phishing


I've been posting a lot about Phishing on this blog. Phishing is the most used method for hacking email accounts. This method is very understandable and easy to use. Many readers were able to get the trick or hack of Phishing and how to use Phishing to hack email account, but some readers were just not able to get out their problems. I have written an article "What is Phishing and How to Use It to Hack Email Account Passwords" where i answered some of the most commonly asked questions for Phishing. But even after this post i keep receiving comments where readers ask me more questions about phishing, so i decided to update the first post about phishing. Here i'm posting this article to answer your question and tell you more about phishing. Now if you are new into this i recommend you to read my first post "What is Phishing and How to Use It to Hack Email Account Passwords", and then continue with this one.


1. What is a phisher

Basically a phisher is a fake login page, that is made to look exactly like the real login page of the real website so as to fool somebody into entering their information and sending it to you.

2. How can I get somebody to login to my phisher?

That's for you to find out, use your mind. Probably the simplest way is Social Engineering and some phishing skill Here is an example :http://imgdevil.com/pfiles/140/phisher.jpg

3. How to use?
  1. Find a web host that supports php.
  2. Upload all of the files to your web hosting.
  3. Goto the link (yoursite.freehostname.com or whatever) and it should show the login if you uploaded it in the root directory. Send your victim the Index page.
  4. To get the passwords they enter gotoyoursite.freehostname.com/passwords.txt, or whatever the name of your text file is.
  5. Remember to have the .txt file always on CHMOD 777 to enable it to be writtable.

4. Changing the log.txt or password.txt to something else

First rename your text file to what you want it, so nobody can guess it.
Then open the next.php (or may be named out.php) and edit the text that says passes.txt to whatever you named your text file.

5. How to hide links in forums?

If your trying to post it where html is allowed its:
http://yourreallink.com

If you are trying to post it on forms its:
[url=http://yourphisherlink.com]http://yourreallink.com[/url]

6. Free Hosting for your phisers

* 110mb - http://110mb.com
* Ripway - http://ripway.com
* SuperFreeHost - http://superfreehost.info
* Freehostia - http://freehostia.com
* Funpic - http://funpic.de
* Freeweb7 - http://freeweb7.com
* t35 - http://t35.com
* Awardspace - http://awardspace.com
* PHPNet - http://phpnet.us
* Free Web Hosting Pro - http://freewebhostingpro.com
* ProHosts - http://prohosts.org
* AtSpace - http://atspace.com
* ByetHost - http://byethost.com/
* 000webhost - http://000webhost.com/
* My5GB - http://www.my5gb.com/
* Oxyhost - http://www.oxyhost.com/
* Rack111 - http://www.rack111.com/
* Ocostwebhost - http://0costwebhost.com/
* FreeZoka - http://www.freezoka.com/

7. Free Domain List

* .TK - http://dot.tk/
* .CJB.NET - http://cjb.net/
* .DOM.IR - http://dom.ir/
* .EURO.ST & MANY MORE - http://ulimit.com/en
* .CO.CC - http://co.cc/
* .CO.NR - http://freedomain.co.nr/
* .US.TT & MANY MORE - http://joynic.com
* .UNI.CC - http://uni.cc/
* .CA.GS - http://ca.gs

8. Email Spammer
http://hackforums.net/email spammer


9. URL Hiders

http://2isp.com

http://tinyurl.com
http://w3t.org
http://lix.in
http://sturly.com
http://urlprune.com
http://rarme.com
http://doiop.com/
http://rapidlayer.in/
http://myref.de/
http://link-protector.com/
http://www.lil-link.com/
http://urlite.com/
http://protect-links.com
http://snurl.com
http://lil-links.com
http://rapidbolt.com
http://snip-it.com 

10. Proxies if you get banned on forums for posting phisers

http://subno.info
http://jeal.info
http://workstudyguide.com
http://mariogold.com
http://unblockthissite.com
http://kproxy.com

11. Interesting tools/sites

http://fakenamegenerator.com/ - hacked a unverified paypal or something change the name no ideas see this
http://www.fakemailer.net/
http://www.deadfake.com/

12. Site to Phish at

http://smforum.net/
http://wrzboard.org/
http://blitzwarez.net/
http://warezscene.org/
http://blackbay.org/
http://warezforum.info/forum/
http://projectw.org/
http://voide.org/
http://warez-it.co.uk/
http://t-warez.com/
http://share4life.co.uk/forums/
http://forumw.org/
http://tehparadox.com/
http://wrzteam.com/vb/
http://katzforums.com/
http://usawarez.net/forum/index.php
http://silentground.org/forums/
http://xtremew.org/
http://wckedforums.com/
http://porn-bb.org
http://www.forumophilia.com/index.php
http://www.warezcountry.org/
http://mpcforum.com
http://gamerzneeds.net
http://gamerzplanet.net
http://puzo.us
http://puso.org

And Any Other Community Out there Basically. Its all about Mixing :D

I am NOT Responsible For ANYTHING You Do With This , I encourage you not to use any of this. It was only created for educational purposes and to demonstrate how web pages are vulnerable. PHISHERS ARE ILLEGAL.