You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: