Skip to content

CallahanVentures/Exposed-Directory-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exposed Directory Checker

This application checks for exposed directories on a list of URLs and logs the results. It can also print blocked directories and errors based on user preferences.

Features

  • Extracts directories from URLs.
  • Checks if directories are exposed.
  • Logs exposed, blocked, and error directories.
  • Multithreaded for faster processing.

Requirements

  • Python 3.x
  • requests library

You can install the required library using:

pip install requests

Usage

  • Place your list of URLs in a file named links.txt in the same directory as the script.
  • Run the script.
<python path variable> main.py

Follow the prompts to specify if you want to print blocked directories and error links. The results will be logged, and a file named exposed directories.txt will be created with the list of exposed directories found.

About

Searches a provided list of links for exposed file directories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages