-
Notifications
You must be signed in to change notification settings - Fork 103
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
Credentials failure after using Site.copy #307
Comments
This is part to do with how the console handles credentials. There are 2 types of credentials those tide to a Site and Global ones. With global ones it's a reference and therefore copying credentials is as easy as giving the new site a reference to the credential. With site specific credentials we don't have this reference base because each site will modify it's credential according to its need. This however causes a problem with the copy command as it knows there is a credential on the site you want to copy but the console due to security reasons will not return the password for that credential. When saving a site this looks normal because the save assumes the credential is being saved with a blank password and doesn't know better. The potential fix to this is to not copy over site credentials as part of the gem. |
Thanks! Im now trying with Global Shared Credentials instead of Site Specific Credentials. For SharedCrednetials, i couldnt get it to work so far, getting below ssh errors. |
I believe the issue has something to do with my ssh settings, and not nexpose now. Closing the issue. |
Expected Behavior
I expect copying a site should also copy the saved credentials in the earlier site.
Current Behavior
But i see that after copy a site, if i launch a scan, it fails citing credentials failure and it only works if i agains manually input the password in the form.
The text was updated successfully, but these errors were encountered: