Giter VIP home page Giter VIP logo

web-app-directory-hunter's Introduction

Web-App-Directory-Hunter

Overview

This Python script is a simple directory enumeration tool that checks a target URL for the existence of directories specified in a list. It uses the requests library to send HTTP GET requests to the target URL with each directory appended, and then checks the response. If a valid response is received, it is considered a "discovered directory."

Usage

To use this tool, follow these steps:

  1. Clone the repository to your local machine:
    git clone https://github.com/iftekharmickey/Web-App-Directory-Hunter.git
  2. Install the required dependencies. You can use pip to install the requests library:
    pip install requests
  3. Run the script with the following command, replacing [target_url] and [list_file] with your target URL and the file containing the list of directories to check:
    python directory_enum.py [target_url] [list_file]
  4. The script will iterate through the directories in the list and check if they exist on the target URL. If a directory is found, it will be displayed in the console.

Example

[*] Enter Target URL: https://example.com
[*] Enter List Containing Directories: directories.txt
[*] Discovered Directory: https://example.com/directory1
[*] Discovered Directory: https://example.com/directory2
[*] Discovered Directory: https://example.com/directory3

Dependencies

This script relies on the following external Python library:

  • requests: Used for sending HTTP GET requests to the target URL.

Legal and Ethical Considerations

  • This script is provided for educational purposes only. Using it for unauthorized access to any system is illegal and unethical.
  • Ensure that you have explicit permission to test the security of the target website.
  • Always adhere to applicable laws, regulations, and ethical guidelines.

Disclaimer

The author of this script is not responsible for any illegal or unethical use of the script. Use it responsibly and with permission.

Author

This tool was developed by Iftekhar Tahir. If you have any questions or feedback, feel free to contact me at [email protected].

web-app-directory-hunter's People

Contributors

iftekharmickey 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.