Patrowl / PatrowlDocs

PatrOwl - Open Source, Free and Scalable Security Operations Orchestration Platform
https://www.patrowl.io
GNU Affero General Public License v3.0
147 stars 51 forks source link

Access Refused at /scans/defs/add AMQPLAIN after running a scan #33

Closed 0xDagal closed 3 years ago

0xDagal commented 3 years ago

What did you do?

Running nmap scan

What did you expect to see?

Seeing the results

What did you see instead?

An error from amqp/connection.py

Screens or logs

image

image

Ideas

We use the user Admin as our admin user in settings.py and but in connection.py we see the user as guest which is our Linux user, is there a connection ? Do we need to change one of these ?

PRIvATEer35 commented 3 years ago

Hi, if you change your user RABBIT_ENV credential in the PatrowlManager/app/settings.py, you have to change it in all the file who are working with RabbitMQ, otherwise it will create an authentificaton conflict as yours.