eauxfolles / content-discovery

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Python 100.0%