Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ImageTragick/PoCs
Proof of Concepts for CVE-2016–3714
https://github.com/ImageTragick/PoCs
Last synced: 3 months ago
JSON representation
Proof of Concepts for CVE-2016–3714
- Host: GitHub
- URL: https://github.com/ImageTragick/PoCs
- Owner: ImageTragick
- Created: 2016-05-03T05:43:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-23T17:45:55.000Z (over 8 years ago)
- Last Synced: 2024-08-03T01:39:27.889Z (6 months ago)
- Language: Shell
- Homepage: https://imagetragick.com
- Size: 22.5 KB
- Stars: 497
- Watchers: 30
- Forks: 153
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ImageTragick POCs
## How To Use
```
git clone https://github.com/ImageTragick/PoCs.git
cd PoCs
./test.sh
```To test a `policy.xml` file place it in the script directory and run `test.sh`.
## Safe Output
```
user@host:~/code/PoCs$ ./test.sh
testing read
SAFEtesting delete
SAFEtesting http with local port: 38663
SAFEtesting http with nonce: a7DyBeV7
SAFEtesting rce1
SAFEtesting rce2
SAFEtesting MSL
SAFE
```## Unsafe Output
```
user@host:~/code/PoCs$ ./test.sh
testing read
UNSAFEtesting delete
UNSAFEtesting http with local port: 44755
UNSAFEtesting http with nonce: a7DvBer2
UNSAFEtesting rce1
UNSAFEtesting rce2
UNSAFEtesting MSL
UNSAFE
```