r0jahsm0ntar1 / africana-framework

The africana-framework is a software designed for network & web hacking by automating as much stuff as possible to detect vulnerabilities on most common services and web technologies. It also has some wide range of penetration testing from internal network, Wi-Fi, system anonymity to web bug hunting. It's purely written for Good and not Evil.
23 stars 10 forks source link

mv: cannot move 'africana' to '/usr/local/bin/africana': Permission denied #10

Open 7h3pr0xy opened 3 months ago

7h3pr0xy commented 3 months ago

──(pr0xy㉿pr0xy)-[~/Documents/tools/africana-framework] └─$ sudo go build ./africana.go; mv africana /usr/local/bin mv: cannot move 'africana' to '/usr/local/bin/africana': Permission denied

TNT5788 commented 3 months ago

try to do the installation when you are root or try sudo go build ./africana.go; sudo mv africana /usr/local/bin I had the same issue.

r0jahsm0ntar1 commented 3 months ago

Thanks TNT5788 for helping me with answering that..