Installation of Admin-Scanner Tool in Kali Linux OS

Step 1: Check whether Python Environment is Established or not, use the following command.

python

Step 2: Fire up your Kali Linux terminal and move to Desktop using the following command.

cd Desktop

Step 3: You are on Desktop now create a new directory called Admin-Scanner using the following command. In this directory, we will complete the installation of the Admin-Scanner tool.

mkdir Admin-Scanner

Step 4: Now switch to the Admin-Scanner directory using the following command.

cd Admin-Scanner

Step 5: Now you have to install the tool. You have to clone the tool from Github.

git clone https://github.com/alienwhatever/Admin-Scanner.git

Step 6: The tool has been downloaded successfully in the Admin-Scanner directory. Now list out the contents of the tool by using the below command.

ls

Step 7: You can observe that there is a new directory created of the Admin-Scanner tool that has been generated while we were installing the tool. Now move to that directory using the below command:

cd Admin-Scanner

Step 8: Once again to discover the contents of the tool, use the below command.

ls

Step 9: Now we are done with our installation, Use the below command to view the help (gives a better understanding of tool) index of the tool.

python3 scan.py

Admin-Scanner – Find Admin Panel Of Any Website By Using Custom Wordlist

Admin or Administrators is the role with the highest privilege or highest level of access to your website or domain. Administrators can add content on all pages and access all items in the specified Admin Toolbar or page, which means that admins can control-wide settings like the design of tour websites or the database configuration. Admins can add and delete other admin users and approve or reject other users’ edits on the domain.

Note: Make Sure You have Python Installed on your System, as Admin-Scanner is a python-based tool. Click to Install: Python Installation Steps on Linux

Similar Reads

What is Admin-Scanner Tool?

Admin-Scanner is an automated python language script that can detect the admin pages on the target domain. If you are an attacker and trying to penetrate the domain, these admin pages can help you. If you find any misconfigured admin page, you can easily be the domain administrator and make changes as per your choice. Admin-Scanner tool provides you with inbuilt wordlists, which are brute-forced on the target domain to detect admin pages....

Features of Admin-Scanner Tool

Admin-Scanner is open-source and free to use. Admin-Scanner is Python language-based tool. Admin-Scanner is an automated tool for finding admin pages. Admin-Scanner provides the feature to customize and use wordlists. Admin-Scanner provides the feature to set the value of the thread for efficient usage. Admin-Scanner is easy to use....

Flags or Tags Available

-site – Specifying URL of Target Domain –proxy - – Scanning for Admin Panel using Proxy Server –t – Time delay for a thread to scan (To prevent from getting HTTP 508) –w – Providing Custom Wordlists....

Installation of Admin-Scanner Tool in Kali Linux OS

Step 1: Check whether Python Environment is Established or not, use the following command....

Working with Admin-Scanner Tool

Example 1: Simple Scan (Single Domain)...