Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.72 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.72 KB

A script to automatically dump all URLs present in /server-status to a file locally.
GitHub release (latest by date) YouTube Channel Subscribers

Features

  • Automatically parses the URLs present in Apache Server Status.
  • Export all URLs to a file.

Usage

$ ./LootApacheServerStatus.py -h
LootApacheServerStatus v1.1 - by @podalirius_

usage: LootApacheServerStatus.py [-h] -t TARGET [-l LOGFILE] [-v] [-k]

A script to automatically dump all URLs present in /server-status to a file locally.

optional arguments:
  -h, --help            show this help message and exit
  -t TARGET, --target TARGET
                        URL of the Apache server-status to connect to.
  -l LOGFILE, --logfile LOGFILE
                        Output URLs to specified logfile.
  -v, --verbose         Verbose mode. (default: False)
  -k, --insecure        Allow insecure server connections when using SSL (default: False)

Example

If you have access to the Apache Server Status:

You can use this tool to list all URLs:

Contributions

Pull requests are welcome. Feel free to open an issue if you want to add other features.