Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!