An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![](./.github/banner.png)


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


GitHub release (latest by date)

YouTube Channel Subscribers


## 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:

![](./.github/apache_server_status.png)

You can use this tool to list all URLs:

![](./.github/example.png)

## Contributions

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