Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 964 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 964 Bytes

Blaklis' CTF challenges

Those are my challenges for multiple CTF I did since 2019 (sadly, I've no backups of my previous challenges :()

InsomniHack Finals 2019

Phuck3

PHPrivate

  • Difficulty : 🔥🔥🔥 (Hard)
  • Solves : > 20 (fail in the code :()
  • Main ideas : Use MySQL max_packet_size to make an uncatched query crash to return false == "" => login Bypass
  • Click to go on the challenge repo!

ShoPHP

  • Difficulty : 🔥🔥🔥🔥 (very hard)
  • Solves : 1
  • Main ideas : Use PHP bug #77115 to create a PHP array with duplicate keys to bypass SQL sanitization
  • Click to go on the challenge repo!