GithubHelp home page GithubHelp logo

ktzgraph / sitemapmaker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from frizb/sitemapmaker

0.0 1.0 0.0 14 KB

Creates an HTML site map based on a specified base URL and a folder path. Handy for exploring for hidden content in Burp Suite if you have the application’s source code.

License: BSD 3-Clause "New" or "Revised" License

Python 91.91% HTML 8.09%

sitemapmaker's Introduction

SiteMapMaker

Creates an HTML site map based on a specified base URL and a folder path. Handy for exploring for hidden content in Burp Suite if you have the application’s source code. Site Map Maker written in Python 2.7 and supports both Windows and Linux.

Command Line Parameter Help

python.exe SiteMapMaker.py -h

- Command Line Usage
	``# SiteMapMaker.py [options]``

Options
-------
====================== ==============================================================
-r --rootUrl            root URL to append file paths to (default=http://localhost)
-s --siteMapFile        site map html file path to be created (default=sitemap.html)
-p --pathToScan         specify the path to scan (default=.)
                        use the forward slash / for both *nix and windows paths
-i --ignoreFiles        specify files to not scan (default=('robots.txt', '.ignore'))
                        ignored files and file types should be comma separated 
-t --textList           output as a text list rather than an HTML file
-v --verbose            verbose mode
-d --debug              show debug output
-l --log                output to log file
====================== ==============================================================
Example:
 python SiteMapMaker.py -r http://foo.bar -p c:/testpath/test/ -i .zip,.bak,robots.txt

Sample Output

python SiteMapMaker.py -r http://localhost -p . -i .zip,.bak,robots.txt

http://localhost/Test/JavaScript.js

http://localhost/Test/TEST1.html

http://localhost/Test/TEST2.html

http://localhost/Test/CSS/style.css

sitemapmaker's People

Contributors

frizb avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.