4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / s2-048.py PY
#! /usr/bin/python3
#######################################################################
#     File Name           :     s2-048.py
#     Created By          :     Les1ie
#     Email               :     [email protected]
#     Creation Date       :     [2017-07-07 20:37]
#     Last Modified       :     [2017-07-07 20:48]
#     Description         :     exp for s2-048 
#######################################################################

import requests
import sys
import time

string = '''
 ____    ____             ___    _  _      ___  
/ ___|  |___ \           / _ \  | || |    ( _ ) 
\___ \    __) |  _____  | | | | | || |_   / _ \ 
 ___) |  / __/  |_____| | |_| | |__   _| | (_) |
|____/  |_____|          \___/     |_|    \___/ 
'''
print(string)

print("CVE-2017-9791")
print("Refer:")
print("https://cwiki.apache.org/confluence/display/WW/S2-048?from=groupmessage")