Skip to content

Instantly share code, notes, and snippets.

@rlodev67
rlodev67 / PoC_CVE-2021-28482.py
Created May 5, 2021 09:01 — forked from testanull/PoC_CVE-2021-28482.py
PoC of CVE-2021-28482
import requests
import time
import sys
from base64 import b64encode
from requests_ntlm2 import HttpNtlmAuth
from urllib3.exceptions import InsecureRequestWarning
from urllib import quote_plus
requests.packages.urllib3.disable_warnings(category=InsecureRequestWarning)