Tuesday 17 May 2016

ways to HACK LIVE WEB-SITE




Hey Friends,
     Today I am going to tell you some common ways to hack a live web-site but before that I WANT TO SAY THAT THESE ARE ILLEGAL ACTIVITIES IF YOU GOT CAUGHT THEN YOU CAN GO TO JAIL ALSO. 


SQL INJECTION ATTACKS

-SQL stands for STRANDED QUERY LANGUAGE
-SQL is the language for creating/upadating/modifying a DATA-BASE 
-SQL injection is also called code injection technique in which we insert sql command in between         URL of any web-site
-It is used to attack data-driven applications 
-It used to dump the database contents to the attacker
-SQL injection must exploit a security vulnerability in an application's software


DDOS ATTACK 

-Now a days most popular and most widely used are DDoS attacks  
-DDoSing is highly illegal
-DDoS stands for Distributed Denial of Services, 
-DDoS attack help to sending tons of URL requests to a website or a webpage in a very small amount of time..because of this web-site or web page is temporarily unavailable for the users


REMOTE CODE EXECUTION ATTACKS

-This type of vulnerability is extremely dangerous
-This attack bears many resemblances to SQL injection in that the attacker manipulates input to cause execution of unintended commands
-Remote Code Execution attack is a result of either server side or client side security weaknesses.
-To perform RCE attacks you need to use PHP function such as passthru() or eval() etc
-In this attack, the hacker is basically able to get complete access to the website’s server itself.


SOCIAL ENGINEERING ATTACKS

-A social engineering attack is one of the best & my favorite way to go inside and it is the simple one   as well as powerful.
-It is Technique which is used to play "con games" over internet
-It happens when you steal/get private information  from the web-site such as a credit card number,      email ,password and other details which is useful for hackers.
-A  social engineering popular attacks are Baiting, Spear, phishing,  Phishing Scareware etc..

No comments:

WINDOWS SUBSYSTEM FOR LINUX

Microsoft partnered with Canonical (creator of Ubuntu) to bring Linux environment experience in Windows 10. Through Windows Subsystem F...