Skip to main content

Posts

Showing posts with the label Hacking

Bypassing Windows 7 and Windows 10 Password Reset

Suppose you just designated a new password to your computer account, but you forget it the next time you login. What do you do now? All of your important stuff is there inside that account. Don't worry it's easy and today we are going to show you how to bypass and reset your password . For this you will need one thing : A Linux live cd or if you don;t have this cd then boot a USB with a linux .ISO file (both these will work the same way ),I would suggest Ubuntu Desktop version for this trick though you can use any. If you don't know how to boot a USB with .ISO file Read here  STEP 1: First of all start the computer and go to boot menu and boot this linux live cd / USB drive in your computer. Use Boot key whichever it is in your computer (It can be F12, F4, F6, F8 etc. depending on your computer) Here Choose USB option. STEP 2: Now you will see Ubuntu logo(logo is just ubuntu in letters)  on the screen.It will proceed and ask you for two cho...

SQL Injection ,Hacking PHP 4.4 sites in seconds

Today I am going to teach you how to hack a certain type of websites with very least efforts. Websites with PHP  4.4 have a SQL injection vulnerability in them which makes their Admin control panel easily accessible,and in just few steps you will access the admin's account of that website. Remember,this tutorial is applicable on PHP 4.4 machines with Apache running in parallel with them. Also,since I will be hacking REAL websites,I will not be displaying their URL’s or else I will be sued!!!. Also this tutorial is only for educational purpose. Here we go!!! Step 1 – Search for them Yep,make a Google dork to find sites running Apache and PHP 4.4 . Its quite easy.You can do this by searching inurl:adminlogin . Step 2 – Scan them Start by scanning them using Nmap ,Do and intense scan and find the open ports. If you find port 2000 open,then you have almost got it. most websites running PHP4.4 have this port for admin login. Now just login using port 2000 ie - ...

Hack Windows Password

Using Ophcrack,You can crack account password of almost all the Windows till date,And since OphCrack is the fastest password cracking tool,it wont take more than 4-5 minutes to crack a password.So let's begin What Do You Need ? BackTrack 5 Live DVD. Rainbow Files (i'll tell you what it is.) Physical Access to victim PC. So What-The-Hell is Rainbow Files ? First thing that pops in mind when reading rainbow files is the collection of rainbows and unicorns flying,but no,Rainbow Files/Tables are basically huge sets of precomputed tables filled with hash values that are pre-matched to possible plaintext passwords. The Rainbow Tables essentially allow hackers to reverse the hashing function to determine what the plaintext password might be. It's possible for two different passwords to result in the same hash so it's not important to find out what the original password was, just as long as it has the same hash. The plaintext password may not even be the same passwor...

Finding IP address using facebook!!!!!

If you want to check for ip address of particular person on facebook or orkut or any other social site just invite them for a chat, so that your browser should connect to that system, than only when chat is ON open command prompt type the below command Netstat –an This will show you the  connected ip addresses, than from shown ip addresses search for suspicious ip address that is not the local connection address. Local connections normally start from 192.168.1.1 ranging to 192.168.1.255 Other netstat commands: -a Displays all connections and listening ports. -e Displays Ethernet statistics. This may be combined with the -s option. -n Displays addresses and port numbers in numerical form. -p proto Shows connections for the protocol specified by proto; proto may be TCP or UDP. -s option to display per-protocol statistics, proto may be TCP, UDP, or IP. -r Displays the routing table. -s Displays per-protocol statistics. By default, statistics are shown for TCP, UDP and IP; the -p op...