Collection of demonstration exploits to prove specific vulnerabilities
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Python 4 94 19 416
Markdown 5 49 2 138
Text 2 0 0 3
-------------------------------------------------------------------------------
SUM: 11 143 21 557
-------------------------------------------------------------------------------
poc
├── cve-2014-6271_shellshock_apache
│ ├── exploit.py
│ └── README.md
├── cve-2015-6967_unrestricted_file_upload_nibbleblog
│ ├── exploit.py
│ ├── README.md
│ └── requirements.txt
├── cve-2016-10709_command_injection_pfsense
│ ├── exploit.py
│ ├── README.md
│ └── requirements.txt
├── cve-2021-44228_log4shell_unifi
│ ├── exploit.py
│ ├── README.md
│ └── requirements.txt
└── README.md
5 directories, 12 files