Giter VIP home page Giter VIP logo

apsf's Introduction

Admin panel & Subdomain finder

Description

The "Admin panel & Subdomain finder" is a Python script designed to verify the availability and accessibility of multiple web pages or subdomains on a web server. By utilizing the requests library, this tool checks the existence of URLs by appending paths or subdomains to a provided base URL.

Features

  • Multi-threaded Processing: Employs ThreadPoolExecutor to execute multiple HTTP requests concurrently, enabling efficient checking of numerous pages simultaneously.
  • Logging: Captures detailed information about each checked page, segregating findings into two log files (found.log and not_found.log) for future reference and analysis.
  • User-Agent Rotation: Uses the pyuseragents library to randomize User-Agent headers in each request, mimicking different clients and enhancing anonymity.
  • Mode Selection: Supports two modes of operation - subdomains and links - allowing users to check subdomains or specific paths respectively.

Usage

Prerequisites

Running the Script

  1. Clone the Repository

    git clone https://github.com/ava1e/apsf.git
  2. Execute the Script

    python main.py <URL> <file_path> <subdomains_file> <mode: subdomains/links>

    Replace <URL> with the base URL, <file_path> with the file containing paths or links to check, <subdomains_file> with the file containing subdomains, and <mode> with either subdomains or links.

    Example

    python main.py https://www.example.com links.txt subdomains.txt links
    
    python main.py example.com links.txt subdomains.txt subdomains
  3. Output:

    The script displays the status of each checked page or subdomain. Additionally, it logs found and not found pages into separate log files and prints a FINISHED message upon completion.

Notes

  • Exercise caution when handling large lists of paths or subdomains to prevent excessive network requests and ensure optimal performance.
  • Detailed information about each request's status is available in the generated log files (found.log and not_found.log), aiding in further analysis and review.

apsf's People

Contributors

ki77ens avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.