Skip to content
/ webtree Public

Generates a tree like output for a web directory listing

License

Notifications You must be signed in to change notification settings

usdAG/webtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebTree

WebTree helps you to fully flatten a web directory listing into a file tree. Just like the tree command on linux would do. To achieve this it recursively parses the directory listing from the given base URL downwards (links upwards are ignored).

It was created in the course of a project parsing leak pages of ransomware groups in the Tor network. It was therefore tested in combination with the torsocks utility.

Usage

webtree.py <URL> <OUTFILE>

The script requires the target URL to the directory listing that should be parsed recursively as well as the path/ name to the output file.

About

Generates a tree like output for a web directory listing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages