Exchange_SSRF icon indicating copy to clipboard operation
Exchange_SSRF copied to clipboard

Traceback

Open dodoaska opened this issue 3 years ago • 2 comments

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

dodoaska avatar Oct 09 '21 10:10 dodoaska

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

Jumbo-WJB avatar Oct 09 '21 12:10 Jumbo-WJB

python3 -V
Python 3.9.7

pip3 install elementpath

same error

dodoaska avatar Oct 09 '21 12:10 dodoaska