Posts

Showing posts from March, 2016

Website Security

Image
The internet is not 100% safe your website can be hacked at any time but there are some pretty easy ways to bypass some vulnerabilities by applying some codes to your website we would run through a few methods to secure your website from SQL injection, Cross site scripting, and file inclusion lets go do some codings 😊 A: SQL Injection -->Types                     Login Form Bypassing   UNION SQL Injection B: Cross Site Scripting       --> Cross Site Request Forgery C: File Inclusion      Types-> Remote File Inclusion and Remote Code Execution     On this post i am telling about five types of common web attacks, which are used in  most types of defacements or dumps of databases. The five exploits listed above are SQL injection, XSS, RCE, RFI, and LFI. Most of the  time, we missed out some website code tags..  coz of this we get website attacks and allows the hacker for attack on vulnerable website enough of the talks lets get into action. ================

Paypal Javascript Exploit

Image
Paypal Javascript Exploit Here is a simple JavaScript exploit through which you can hack Paypal & download products for free without spending single penny . More then 500 sites are Vulnerable !! . Step by Step Guide : Go to the vulnerable site & paste the below JavaScript given below in the browser & hit enter ! . javascript:top.location=document.getElementsByName('return')[0].value; javascript:void(0); So after you have hit enter, just sit back & enjoy the free product .  Live Demo :~# Vulnerable Site  -  http://www.orderproductsdirect.com/Instantdownload.htm So after you paste the JavaScript in the URL then the product will be automatically downloaded :) More Vulnerable sites link  -  http://pastebin.com/nLuSZb9J   (some sites are patched)