https://github.com/p0dalirius/pylootapacheserverstatus
A script to automatically dump all URLs present in /server-status to a file locally.
https://github.com/p0dalirius/pylootapacheserverstatus
apache dump live loot pentest server-status
Last synced: 15 days ago
JSON representation
A script to automatically dump all URLs present in /server-status to a file locally.
- Host: GitHub
- URL: https://github.com/p0dalirius/pylootapacheserverstatus
- Owner: p0dalirius
- Created: 2022-04-07T08:57:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T07:20:31.000Z (3 months ago)
- Last Synced: 2025-04-11T04:53:09.826Z (17 days ago)
- Topics: apache, dump, live, loot, pentest, server-status
- Language: Python
- Homepage: https://podalirius.net/
- Size: 230 KB
- Stars: 23
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

A script to automatically dump all URLs present in /server-status to a file locally.
![]()
![]()
![]()
## Features
- [x] Automatically parses the URLs present in Apache Server Status.
- [x] Export all URLs to a file.## Usage
```
$ ./LootApacheServerStatus.py -h
LootApacheServerStatus v1.1 - by Remi GASCOU (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.