You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: