Skip to content

walpurgisnatch/dirrunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

dirrunner

Simple tool for path traversal attacks

Basic Usage

python3 dirrunner.py -u https://example.com/someurl

Depth

Amount of subdirectories to dig in can be specified with the -d flag. Default = 12.

python3 dirrunner.py -u https://example.com/someurl -d 8

File

To specify file to try to get access, use -f flag. By default script will try to get access to list of common files.

python3 dirrunner.py -u https://example.com/someurl -f /var/www/html/index.html

About

Simple tool for path traversal attacks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages