Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Beginner picoMini 2022 - General Challenges - PW Crack 3
Play lesson

picoCTF Challenges - Beginner picoMini 2022 - General Challenges - PW Crack 3

5.0 (3)
25 learners

What you'll learn

This course includes

  • 17.3 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

Follow along with the video! Once logged into the picoctf.org site, navigate to the following URL: https://play.picoctf.org/practice/challenge/247?page=1&search=pw We will need to use a terminal to complete this challenge. Learn how to open the picoCTF webshell here: https://youtu.be/-TQqJ6i4DMU The modified code for the level_3_pw_check function is as follows: def level_3_pw_check(): for pw in pos_pw_list: user_pw_hash = hash_pw(pw) if( user_pw_hash == correct_pw_hash ): print("Welcome back... your flag, user:") decryption = str_xor(flag_enc.decode(), pw) print(decryption) return print("That password is incorrect") ------------------ HackerFrogs Links ------------------ Livestream Channel: twitch.tv/theshyhat Twitter: twitter.com/theshyhat Reddit: https://www.reddit.com/r/hackerfrogs/

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

FAQs

Course Hive
Download CourseHive
Keep learning anywhere