Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traceback #2

Open
dodoaska opened this issue Oct 9, 2021 · 2 comments
Open

Traceback #2

dodoaska opened this issue Oct 9, 2021 · 2 comments

Comments

@dodoaska
Copy link

dodoaska commented Oct 9, 2021

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
Copy link
Owner

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

@dodoaska
Copy link
Author

dodoaska commented Oct 9, 2021

python3 -V
Python 3.9.7

pip3 install elementpath

same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants