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

Files can not accessed during scan #53

Open
spacemishka opened this issue Dec 1, 2023 · 1 comment
Open

Files can not accessed during scan #53

spacemishka opened this issue Dec 1, 2023 · 1 comment

Comments

@spacemishka
Copy link

hi,

i am getting errors like for most of the scanning steps:
/bin/sh: 1: cannot create /tmp/rapidscan_temp_nmap_telnet: Permission denied . . . /bin/sh: 1: cannot create /tmp/rapidscan_temp_nmap_rdp_tcp: Permission denied

What might cause this?

@LU5GOON
Copy link

LU5GOON commented Dec 22, 2023

Two things here,

You are either not running the command with Sudo to elevate permissions.

Or you can you even backout to your main directory where rapidscan's mainfolder is and type: sudo chmod 755 rapidscan
This grants full permission to a non elevated user but sudo in front of the rapidscan command is encouraged.

hops this helps

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

2 participants