skavngr / rapidscan

:new: The Multi-Tool Web Vulnerability Scanner.
GNU General Public License v2.0
1.69k stars 385 forks source link

Files can not accessed during scan #53

Open spacemishka opened 7 months ago

spacemishka commented 7 months ago

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 commented 6 months ago

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