Giter Club home page Giter Club logo

nav1n0x / extfindr Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 6.0 15 KB

A simple Python based tool designed to scan URLs for high-severity file extensions. This script leverages `gau` to find URLs, then filters them to identify file types such as `.sql`, `.bak`, `.db`, `.config`, other potentially sensitive extensions. The results are displayed in the terminal with color-coded output for easier interpretation.

License: MIT License

Python 100.00%

extfindr's Introduction

ExtFindr

ExtFindr A simple Python based tool designed to scan URLs for high-severity file extensions. This script leverages gau to find URLs, then filters them to identify file types such as .sql, .bak, .db, .config and other potentially sensitive extensions.

Disclaimer

This tool is intended for educational purposes and ethical security testing only. Unauthorized use of this tool against systems or websites without proper permission is illegal and may result in severe penalties. Always ensure you have explicit permission from the owner of the system or website before running any security scans.

The developers (https://github.com/nav1n0x/ | https://x.com/nav1n0x) of this tool are not responsible for any misuse or damage caused by its use.

Features

  • High-severity extensions: Detects important file types like .sql, .bak, .db, .config, .pem, etc.
  • Supports batch processing: Scan multiple URLs from a file in one go.
  • Save results: Optionally export found results to a text file.

image

Requirements

  • Python 3.x
  • gau

Installation

  1. Clone the repository:

    git clone https://github.com/nav1n0x/ExtFindr.git
    cd extfindr
  2. Ensure that the required tools (gau) is installed.

Usage

To use ExtFindr, follow these steps:

  1. Create a text file containing the list of URLs you want to scan. Each URL should be on a new line.

    Example (urls.txt):

    https://example.com
    https://targetsite.com
    https://vulnerablewebsite.com
    
  2. Run the script with the -l flag to specify your URL list and optionally use the -o flag to save results to a file:

    python extfindr.py -l urls.txt -o results.txt
    • -l: Specify the input file with URLs.
    • -o: (Optional) Output file to save the results.

Example

python extfindr.py -l urls.txt -o found_results.txt
python extfindr.py -h

Usage: python extfindr.py -l <url_list_file> [-o <output_file>] [-t <num_threads>]

Options:
-l, --list          File containing list of URLs to scan (required)
-o, --output        Output file to save the results (optional)
-t, --threads       Number of concurrent threads (optional, default: 5)
-h, --help          Show this help message

License

This project is licensed under the MIT License. See the LICENSE file for details.


Happy scanning! ๐Ÿš€

extfindr's People

Contributors

nav1n0x avatar

Stargazers

Rakesh avatar @alone_hacker08 avatar Shehzad Ali avatar Sheldon Menezes avatar Zagros Bingol 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.