Posts: 171 Threads: 0 Joined: N/A     September 12, 2022 at 7:57 AM 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 https://github.com/p0dalirius/AdminerRead
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
Posts: 66 Threads: 0 Joined: N/A September 12, 2022 at 8: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 https://github.com/p0dalirius/AdminerRead
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! Posts: 15 Threads: 0 Joined: N/A September 12, 2022 at 8:08 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 https://github.com/p0dalirius/AdminerRead
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
great share Posts: 24 Threads: 0 Joined: N/A November 7, 2022 at 3:51 AM thanks a lot !!!!! Posts: 25 Threads: 0 Joined: N/A November 11, 2022 at 6:31 PM interesting thx for the share Posts: 82 Threads: 0 Joined: N/A November 14, 2022 at 5:36 AM Let's try this |