ctf-writeups

Writeups for CTFs solved by DarkKnight

View on GitHub

OverTheWire Wargames

Natas Level 7 –> Level 8

Username: natas8

Password: DBfUBfqQG69KvJvJ1iAbMoIpwSNQ9bWe

URL: http://natas8.natas.labs.overthewire.org

Solution

you can decode it in sample way as follow

<?php
  encodedSecret = "3d3d516343746d4d6d6c315669563362";
  echo base64_decode(strrev(hex2bin($encodedSecret)));
?>

Natas9 Password

W0mMhUcRRnG8dcghE4qvk3JA9lGt8nDl