Skip to content

yusufcannc/Browsable-Web-Directory-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is Browsable Web Directory?

Web servers may register to list the contents of directories that do not have an index page. In this case, threat actors can quickly obtain data about the target. These files can be sensitive files, important information about the company, and password information.

How Does BrowsableFinder Work?

BrowsableFinder tries to extract the paths in the "link", "script" and "img" tags from the websites given by the user, one by one, and prints the result to the screen.

Installation

First you need to install the libraries in the requirements file.

pip install -r requirements.txt

Then BrowsableFinder is ready to use.

Usage

python3 BrowsableFinder.py -f url.txt

enter image description here

Note: The urls in url.txt must start with http or https.

Thanks to Faruk and Kaan for their help.

Releases

No releases published

Packages

No packages published

Languages