Skip to content

Instantly share code, notes, and snippets.

@JohnHammond
Created February 8, 2021 02:30
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save JohnHammond/8c765cbfd43dd37dc546280716cb8e0b to your computer and use it in GitHub Desktop.
Save JohnHammond/8c765cbfd43dd37dc546280716cb8e0b to your computer and use it in GitHub Desktop.
Writeup to TryHackMe's "Classic Passwd" challenge
# Run ltrace
ltrace ./Challenge.Challenge
# Enter a bogus username to see the `strcmp` instruction and see the correct answer.
# Get the flag
echo "AGB6js5d9dkG7" | ./Challenge.Challenge
@vendetta546
Copy link

thm : finally hammond is alive !!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment