first commit
This commit is contained in:
parent
985a5c928c
commit
f40a84879c
551 changed files with 72374 additions and 24 deletions
24
dvwa/hackable/flags/fi.php
Normal file
24
dvwa/hackable/flags/fi.php
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
|
||||
if( !defined( 'DVWA_WEB_PAGE_TO_ROOT' ) ) {
|
||||
exit ("Nice try ;-). Use the file include next time!");
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
1.) Bond. James Bond
|
||||
|
||||
<?php
|
||||
|
||||
echo "2.) My name is Sherlock Holmes. It is my business to know what other people don't know.\n\n<br /><br />\n";
|
||||
|
||||
$line3 = "3.) Romeo, Romeo! wherefore art thou Romeo?";
|
||||
$line3 = "--LINE MISSING--";
|
||||
echo $line3 . "\n\n<br /><br />\n";
|
||||
|
||||
$line4 = "NC4pI" . "FRoZSBwb29s" . "IG9uIH" . "RoZSByb29mIG1" . "1c3QgaGF" . "2ZSBh" . "IGxlY" . "Wsu";
|
||||
echo base64_decode( $line4 );
|
||||
|
||||
?>
|
||||
|
||||
<!-- 5.) The world isn't run by weapons anymore, or energy, or money. It's run by little ones and zeroes, little bits of data. It's all just electrons. -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue