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

Dell iDRAC6/7 (Mbedthis): doesn't work on HTTP #4

Closed
cnotin opened this issue Aug 4, 2020 · 2 comments
Closed

Dell iDRAC6/7 (Mbedthis): doesn't work on HTTP #4

cnotin opened this issue Aug 4, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@cnotin
Copy link

cnotin commented Aug 4, 2020

Dell iDRAC 6/7 seems to be listening by default on HTTP and HTTPS. HTTP is only a redirection to HTTPS and doesn't accept authentication requests.
Currently we get this which isn't very neat:

PORT    STATE SERVICE REASON
80/tcp  open  http    syn-ack ttl 128
| http-default-accounts: 
|   [Dell iDRAC6/7 (Mbedthis)] at /
|_    (no valid default credentials found)
443/tcp open  https   syn-ack ttl 128
| http-default-accounts: 
|   [Dell iDRAC6/7 (Mbedthis)] at /
|_    root:calvin

I have a few ideas to improve this but nothing that satisfies me 100%. Maybe you'll have better ones :)

@nnposter nnposter self-assigned this Aug 4, 2020
@nnposter nnposter added the enhancement New feature or request label Aug 4, 2020
@nnposter
Copy link
Owner

nnposter commented Aug 4, 2020

This should not be that hard. We can just check that some other resource responds with HTTP 200, instead of a redirect or an error.

@cnotin
Copy link
Author

cnotin commented Aug 5, 2020

It works, thanks :)

PORT    STATE SERVICE REASON
80/tcp  open  http    syn-ack ttl 128
443/tcp open  https   syn-ack ttl 128
| http-default-accounts: 
|   [Dell iDRAC6/7 (Mbedthis)] at /
|_    root:calvin

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

No branches or pull requests

2 participants