Share
## https://sploitus.com/exploit?id=15ADF0F0-F125-5D4F-8176-D89D66F07DD2
# PoC Usage Instructions

## Single-target Detection
```
python poc.py -H 127.0.0.1 -p 9000
```
The output includes a `vulnerable: True/False` flag and the decoded `server_properties`. ## Batch Detection
1. Write `host:port` line by line in a file, for example:
   ```
   10.0.0.1:9000
   10.0.0.5:9000
   ```
2. Run:
   ```
   python poc.py -l targets.txt
   ```