Jumbo-WJB / Exchange_SSRF

Some Attacks of Exchange SSRF ProxyLogon&ProxyShell
166 stars 34 forks source link

Traceback #2

Open dodoaska opened 3 years ago

dodoaska commented 3 years ago

Traceback (most recent call last): File "/home/asus/Exchange_SSRF/exchange_ssrf_attacks.py", line 339, in Brute_Account(args.target, email) File "/home/asus/Exchange_SSRF/exchange_ssrf_attacks.py", line 119, in Brute_Account for item in folderXML.findall(".//t:EmailAddress", exchangeNamespace): NameError: name 'folderXML' is not defined

what i did wrong

Jumbo-WJB commented 3 years ago

do you use python3.8+? and import xml.etree.cElementTree as ET works in your python?

dodoaska commented 3 years ago

python3 -V
Python 3.9.7

pip3 install elementpath

same error