domi-owned icon indicating copy to clipboard operation
domi-owned copied to clipboard

Error: Unable to determine authentication type

Open 0xdevalias opened this issue 8 years ago • 1 comments

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*"

0xdevalias avatar Oct 26 '17 03:10 0xdevalias

how you do dat

jaydenater1234 avatar Mar 09 '24 22:03 jaydenater1234