Advertisement
Guest User

Untitled

a guest
Oct 7th, 2022
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1.  
  2. <?php
  3. require("flag.php");
  4.  
  5. if (isset($_GET('password'])) {
  6. if (hash("md5", $_GET['password']) = $_GET['password']) {
  7. echo "Zastavica je: " . $zastavica;
  8. }
  9. else {
  10. echo "Napacno geslo";
  11. }
  12. } else {
  13. ?>
  14. <img class="code-image" src="./code.png">
  15. <?php
  16. }
  17. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement