Cannot run any tool (permission denied)
theoneandonly-vector opened this issue · comments
theoneandonly-vector commented
Example:
??(root?localhost)-[~]
??# arsenal
Traceback (most recent call last):
File "/usr/local/bin/arsenal", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.10/dist-packages/arsenal/app.py", line 185, in main
App().run()
File "/usr/local/lib/python3.10/dist-packages/arsenal/app.py", line 64, in run
self.start(args, cheatsheets)
File "/usr/local/lib/python3.10/dist-packages/arsenal/app.py", line 161, in start
self.prefil_shell_cmd(cmd)
File "/usr/local/lib/python3.10/dist-packages/arsenal/app.py", line 178, in prefil_shell_cmd
fcntl.ioctl(stdin, termios.TIOCSTI, c)
PermissionError: [Errno 13] Permission denied
Mayfly commented
can you give me your os and the way you install arsenal so i can reproduce the issue ?
theoneandonly-vector commented
Kali for ARM64 started in Termux using root-permissions (real, normal root, no proot).
Installed using pip
Viking commented
Hello,
Arsenal is not validated on ARM64 yet.
We will try to do it in future release.