![]() |
|
How to Deface a Website using XSS ? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: How to Deface a Website using XSS ? (/Thread-How-to-Deface-a-Website-using-XSS) |
How to Deface a Website using XSS ? - HEX C++ COD3R - 09-08-2012 Well now you understand how XSS works, we can explain some simple XSS deface methods, there are many ways for defacing i will mention some of the best and most used, the first one being IMG SRC, now for those of you who dont know html, IMG SRC is a tag, that displays the IMAGE linked to it on the webpage. <html><body><IMG SRC="http://website.com/yourDefaceIMAGE.png"></body></html> ok now if you change the link to a valid picture link, and save it and run it you will see what i mean. Right now say you have found a Shoutbox, Comment box, or anything that shows your data after you submitted it you could insert the following to make the picture display on the page. <IMG SRC="http://site.com/yourDefaceIMAGE.png"> The other tags are not needed has the page will already have them. Ok it helps to RE: How to Deface a Website using XSS ? - chipp - 09-08-2012 Quote:IMG SCRIMG SRC bro... RE: How to Deface a Website using XSS ? - HEX C++ COD3R - 09-09-2012 (09-08-2012, 07:13 AM)chipp Wrote:aaa:epic:Quote:IMG SCRIMG SRC bro... Thanks for the clearification
RE: How to Deface a Website using XSS ? - chipp - 09-09-2012 Quote:clearificationclarification. RE: How to Deface a Website using XSS ? - HEX C++ COD3R - 09-09-2012 (09-09-2012, 05:21 PM)chipp Wrote:aah :epic:Quote:clearificationclarification. caught me again LOL RE: How to Deface a Website using XSS ? - muhammad fakir - 09-10-2012 Hex, Thanks for tutorial... I am trying....NOW... RE: How to Deface a Website using XSS ? - d3dbrain - 09-12-2012 this is only html coding... only put a image... |