Skip to content

Tool to support with "Content Discovery" during mapping of a web applications/sites.

License

Notifications You must be signed in to change notification settings

eauxfolles/content-discovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

content-discovery

Made with Python License: MIT

PoC/Alpha of a tool written in Python to support with "Content Discovery" during mapping of a web applications/sites.

Tool loads external file including names of files or folder which should be discovered. A target list is created consisting of a combination of the target URL and the possible files or folders. Probing is conducted and response displayed for each mix. Tested under Windows.

Usage: "condisc.py -option url [dictionary]"

Where:

  • "-option" is either "-files" or "-folders".
  • "url" is the target URL including identifier for the used protocol (e.g. https://www.example.com).
  • "[dictionary]" is the name of an optional dictionary to be used. Located in same folder as the script.

Two dictionaries (one for files, one for folders) are available to proof functionality.

Releases

No releases published

Languages