coldfusion39 / domi-owned

IBM/Lotus Domino exploitation
MIT License
118 stars 44 forks source link

Error: Unable to determine authentication type #2

Open 0xdevalias opened 6 years ago

0xdevalias commented 6 years ago

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*"
jaydenater1234 commented 7 months ago

how you do dat