first commit
This commit is contained in:
parent
985a5c928c
commit
f40a84879c
551 changed files with 72374 additions and 24 deletions
19
dvwa/vulnerabilities/fi/file2.php
Normal file
19
dvwa/vulnerabilities/fi/file2.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
$page[ 'body' ] .= "
|
||||
<div class=\"body_padded\">
|
||||
<h1>Vulnerability: File Inclusion</h1>
|
||||
<div class=\"vulnerable_code_area\">
|
||||
<h3>File 2</h3>
|
||||
<hr />
|
||||
\"<em>I needed a password eight characters long so I picked Snow White and the Seven Dwarves.</em>\" ~ Nick Helm<br /><br />
|
||||
[<em><a href=\"?page=include.php\">back</a></em>] </div>
|
||||
|
||||
<h2>More info</h2>
|
||||
<ul>
|
||||
<li>" . dvwaExternalLinkUrlGet( 'https://en.wikipedia.org/wiki/Remote_File_Inclusion' ) . "</li>
|
||||
<li>" . dvwaExternalLinkUrlGet( 'https://www.owasp.org/index.php/Top_10_2007-A3' ) . "</li>
|
||||
</ul>
|
||||
</div>\n";
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue