Skip to content

Python script for automating brute-force attacks on UoM Moodle login using a provided username and password list. Utilizes requests and BeautifulSoup for web scraping, fetching login tokens, and attempting logins. Successful attempts are logged. For educational purposes only.

Notifications You must be signed in to change notification settings

patricnilackshan/UoM_Moodle_Brute_Forcer

Repository files navigation

UoM_Moodle_Brute_Forcer

Use bopscrk to create a word list.

See Single-Thread if you wanna Brute Force with a single wordlist.

See Multi-Thread if you wanna Brute Force with multiple wordlists at the same time.

Use Text_File_Splitter to chunk a long wordlist into multiple parts as to support multi-thread brute force.

About

Python script for automating brute-force attacks on UoM Moodle login using a provided username and password list. Utilizes requests and BeautifulSoup for web scraping, fetching login tokens, and attempting logins. Successful attempts are logged. For educational purposes only.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages