RE: Something i want to say about checkers ... 03-24-2020, 12:00 PM
#3
I use a raspberry pi with a mysql database for the wordlist , the database looks like this
username
password
checked - default 0
valid - default 0
Then I run a python script using pymysql to grab any usernames not checked and process them. I update the checked / valid parameter after checking. Each script for bruteforcing is custom but you can usually base them on config files if you are lazy. Its honestly basic python you could probably whip something up in half a day of learning python. I am currently working on a auto mysqli/dorker that injects new wordlist into the database so it kind of works without input.
I am sure theres better ways to go about this , I am not to sure about the mysql database to be honest. But its working ok for now.
username
password
checked - default 0
valid - default 0
Then I run a python script using pymysql to grab any usernames not checked and process them. I update the checked / valid parameter after checking. Each script for bruteforcing is custom but you can usually base them on config files if you are lazy. Its honestly basic python you could probably whip something up in half a day of learning python. I am currently working on a auto mysqli/dorker that injects new wordlist into the database so it kind of works without input.
I am sure theres better ways to go about this , I am not to sure about the mysql database to be honest. But its working ok for now.
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)