Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 349 Bytes

File metadata and controls

10 lines (5 loc) · 349 Bytes

ImaginaryCTF_login

script to solve imaginary ctf login web challenge

this script is exploiting bcrypt truncation when hashing passsowrds

flag : ictf{why_are_bcrypt_truncating_my_passwords?!}

I got the idea from this video by ippsec "https://www.youtube.com/watch?v=E5TOeiCnGkE&t=3183s"