domi-owned
domi-owned copied to clipboard
Error: Unable to determine authentication type
Getting this error when trying to fingerprint a domino server (or run any of the other commands). Pretty sure it is 9.0.1.
https://github.com/coldfusion39/domi-owned/blob/583d0a5ade9305c40329916e0ecf1540a089c9be/domi_owned/main.py#L78
The server is returning a 500 error, which is falling into the 'else' clause of the code.
Error 500
HTTP Web Server: IBM Notes Exception - You are not authorized to access that database
It would be good if this was handled so the rest of the tool could work.
Hacking the following lines in seemed to allow it to work:
elif response.status_code == 500:
auth_type = "*shrugs*"
how you do dat