Skip to content

katstews/Capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Capture!

Alright, so were given a huge ass list of usernames and passwords and its our job to brute force the usernames and then brute force the passwords. Alright, sounds simple enough. Only annoying thing is having to bypass the constant captcha that makes us solve a math equation. Not to mention the username list is 800+. We must solve the captcha to verify the username.

This comes in two steps. First find the username, the only way you know if the username is valid is if the error message states the usernames password is incorrect. Otherwise the username is not in the system. lame. Fun part is I finally implemented Regex and have quite a good grasp on how it works now. Second part is now just brute forcing all 1000+ passwords.

Hardest part for me was trying to find the equation that checks the captcha, but regex helped me sovled that problem instantly. Either way, after spending a couple hours learning regex I got the flag. Pretty fun, just lots of waiting ....

Essentially... a very simple version of Hydra

Screenshot 2023-07-10 at 3 44 08 PM

About

Capture is thm room where we need to brute force login and password while constantly bypassing captcha's.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages