Skip to content

MAPFINDER is a Python script designed for conducting brute force attacks on files and directories of websites. This tool can help in identifying hidden or sensitive content on web servers by attempting to enumerate and access directories and files that may not be publicly linked.

Notifications You must be signed in to change notification settings

antoniotavareskozan/MAPFINDER

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

MAPFINDER

MAPFINDER is a Python script designed for conducting brute force attacks on files and directories of websites. This tool can help in identifying hidden or sensitive content on web servers by attempting to enumerate and access directories and files that may not be publicly linked.

Features

  • Brute force testing for files and directories on web servers.
  • Customizable wordlists for directory and file name discovery.
  • Robust error handling and reporting.
  • Multithreaded for efficient scanning.
  • CLI-based interface for ease of use.

Usage

To use MAPFINDER, follow these steps:

  1. Clone the repository to your local machine using Git:
git clone https://github.com/Keidi16/MAPFINDER.git
cd MAPFINDER
python3 mapfinder.py -target-url


About

MAPFINDER is a Python script designed for conducting brute force attacks on files and directories of websites. This tool can help in identifying hidden or sensitive content on web servers by attempting to enumerate and access directories and files that may not be publicly linked.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%