AdminerRead - a script in the "Python" language version "3" for checking site directories, namely logs for the remains of passwords and logins, it also helps to study the directories and find a target for exploitation, there is nothing difficult to use, it is enough to stock up with a good dictionary (also there is a standard one), and deploy the database on a free resource, installation example:
Copy the script from github
git clone
Go to the directory of our script
cd AdministratorRead
Next, install the dependencies
sudo pip3 install -r requirements.txt
We are trying to see if everything worked out and whether there will be a help output
python3 AdministratorRead.py -h
Next, we will fill in all the variables and run the script, after which we will get the results of the found lines that we are interested in.
Works with Adminer version 1.0 - 4.6.2
PM Find
Reply Quote Report
LoSio
Advanced User
Posts: 56
Threads: 8
Joined: Jul 2022
Reputation: 11
#2
September 12, 2022, 08:06 AM
(September 12, 2022, 07:57 AM)Sayonara Wrote:
AdminerRead - a script in the "Python" language version "3" for checking site directories, namely logs for the remains of passwords and logins, it also helps to study the directories and find a target for exploitation, there is nothing difficult to use, it is enough to stock up with a good dictionary (also there is a standard one), and deploy the database on a free resource, installation example:
Copy the script from github
git clone
Go to the directory of our script
cd AdministratorRead
Next, install the dependencies
sudo pip3 install -r requirements.txt
We are trying to see if everything worked out and whether there will be a help output
python3 AdministratorRead.py -h
Next, we will fill in all the variables and run the script, after which we will get the results of the found lines that we are interested in.
Works with Adminer version 1.0 - 4.6.
Nice share dude, thx!
Copy the script from github
git clone
Go to the directory of our script
cd AdministratorRead
Next, install the dependencies
sudo pip3 install -r requirements.txt
We are trying to see if everything worked out and whether there will be a help output
python3 AdministratorRead.py -h
Next, we will fill in all the variables and run the script, after which we will get the results of the found lines that we are interested in.
Works with Adminer version 1.0 - 4.6.2
PM Find
Reply Quote Report
LoSio
Advanced User
Posts: 56
Threads: 8
Joined: Jul 2022
Reputation: 11
#2
September 12, 2022, 08:06 AM
(September 12, 2022, 07:57 AM)Sayonara Wrote:
AdminerRead - a script in the "Python" language version "3" for checking site directories, namely logs for the remains of passwords and logins, it also helps to study the directories and find a target for exploitation, there is nothing difficult to use, it is enough to stock up with a good dictionary (also there is a standard one), and deploy the database on a free resource, installation example:
Copy the script from github
git clone
Go to the directory of our script
cd AdministratorRead
Next, install the dependencies
sudo pip3 install -r requirements.txt
We are trying to see if everything worked out and whether there will be a help output
python3 AdministratorRead.py -h
Next, we will fill in all the variables and run the script, after which we will get the results of the found lines that we are interested in.
Works with Adminer version 1.0 - 4.6.
Nice share dude, thx!