Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyberfantics/admin_found
It check all the posibilities of admin path to find admin page of site
https://github.com/cyberfantics/admin_found
Last synced: about 1 month ago
JSON representation
It check all the posibilities of admin path to find admin page of site
- Host: GitHub
- URL: https://github.com/cyberfantics/admin_found
- Owner: cyberfantics
- License: mit
- Created: 2023-12-25T17:56:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-27T16:23:08.000Z (7 months ago)
- Last Synced: 2024-05-28T00:43:53.170Z (7 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Admin Page Finder
This Python script is designed to search for admin pages on websites. It uses various tools and libraries to automate the process.
## Features
- Finds admin pages based on a predefined list of common paths used for admin access.
- Allows searching for admin pages by providing a URL or reading URLs from a file.
- Provides colorful output using ASCII art for a better user experience.
- Offers quick access to developer information and related channels.## Installation
1. Clone the repository:
```bash
git clone https://github.com/cyberfantics/admin-found.git
```
2. Navigate to the project directory:
```bash
cd admin-found
```
3. Install the necessary Python libraries if not already installed:
```bash
pip install requests pyfiglet
```
4. Run the script:
```bash
python admin.py
```## Usage
- Choose the option to search either by providing a URL or reading URLs from a file.
- Follow the on-screen prompts to navigate through the search process.
- The script will display found admin pages and save the results in a file named `sites.txt`.## Developer
Developed by S4lfi H4cker.
## Channels
- [Telegram Channel](https://t.me/cyberfantics)
- [WhatsApp Channel](https://whatsapp.com/channel/0029VaFE5Dv5Ejy2MaydYm3Z)Feel free to contribute or provide feedback!