0

How can I change the value of src parameter inside the iFrame tag with programs like wfuzz or fuff?

For example I have an iFrame on the server like this:

iframe.php

<html>
<head><title>attack to iFrame</title></head>
<body>

<h1> iFrame Attack !!! </h1>

<iframe src="test.php" width="72%"></iframe> 

</body>
</html>

and is it possible to access system files via iFrame ?

something like this :

<iframe src="file://etc/passwd" width="72%"></iframe>

thanks in advance

Freeman
  • 221
  • 1
  • 3
  • 6

0 Answers0