ztgrace / changeme

A default credential scanner.
GNU General Public License v3.0
1.44k stars 248 forks source link

Nexus Repository Manager login check not working #47

Closed anshumanbh closed 7 years ago

anshumanbh commented 7 years ago

Hello,

So, I downloaded a docker image for the Nexus Repository Manager and started it locally by typing docker run -d -p 8081:8081 --name nexus sonatype/nexus:oss

This started the Nexus Repository Manager and I could access it by going to http://localhost:8081/nexus.

I then ran changeme to scan against this URL and it did not find the default creds. I could however navigate to the console and click on Login and enter the default creds admin/admin123 and get in successfully.

So, I am guessing there is something wrong with the https://github.com/ztgrace/changeme/blob/master/creds/http/general/nexus_repository_manager.yml file here. It says basic_auth but the login doesn't look like its happening over Basic Auth. Is that why?

Cheers!

anshumanbh commented 7 years ago

Actually, nevermind. This is working as expected! I was doing something stupid with NGROK and Docker containers.