-
Notifications
You must be signed in to change notification settings - Fork 51
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
Problems adding nmap engine #16
Comments
Hi ! |
Hi, Same problem for me. ./start-server.sh 0 static files copied to '/data/PatrowlManager/staticfiles', 209 unmodified. Launch engine-nmap 👍 env/bin/python engine-nmap.py
But in console, stay in error :/ |
ok find the error. But in remote not working :/ The "info" work |
Hi, i have the same problem, |
Hello, It is the same for me, have you a solution for this problem ? Thank you. |
Same problem |
Same problem for me too. I've tried both ip 0.0.0.0 and 127.0.0.1 as well :-/ |
I notice that you run your scanners in docker using:
which makes it hard to debug the issue. Maybe gunicorn is writing an error log. Maybe it's better to write to a file? Also for the error log. |
Hi, cool project you have made, it looks really useful!
I am trying to follow the docs on how to add a new scan-engine, but it always fails. Any pointers on what might be wrong?
Details:
This is one of the many configurations I have tried:
The result is always Error:
When I visit
http://localhost:5101/engines/nmap/
I get a simple json object{page: "index"}
. So the URL in the config must be correct?The text was updated successfully, but these errors were encountered: