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

Loop Popup Nmap scan done #26

Open
calberts opened this issue Jun 6, 2023 · 2 comments
Open

Loop Popup Nmap scan done #26

calberts opened this issue Jun 6, 2023 · 2 comments

Comments

@calberts
Copy link

calberts commented Jun 6, 2023

Hoi

i started Nmap scan on a /24 now it popups Nmap scan done
there is no way to cancel the scan restart de scan etc how to solve this

Chris

@tomaszlakomypwr
Copy link

hi @calberts, did you solve it?

@BjornGrylls
Copy link

I had to delete and recreate the container to stop the popup. Reboot was not enough.

I've found that you should run your scan from a terminal and save it to the correct folder.

sudo nmap localhost -oX /tmp/webmap/localhost.xml

Replace localhost with your target
Then refresh the webpage and it will show your report.



I later found that I had to run the container as sudo to get the reports pretty.

sudo docker run -d \
         --name webmap \
         -h webmap \
         -p 8000:8000 \
         -v /tmp/webmap:/opt/xml \
         reborntc/webmap

This might actually also fix the popup issue.

In that case, the correct thing is to create a pull request with a feature telling the user to run the container as sudo, when they try to to scan or create reports.

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

No branches or pull requests

3 participants