我正在使用KaliLinux2016.2 amd64,并试图运行Fluxion。
第一步:终端类型:git clone https://github.com/deltaxflux/fluxion.git
第二步:
ls
cd fluxion
ls
./fluxion
是什么导致了这个问题?
发布于 2017-03-05 14:02:28
正如我从白色看到的那样,脚本没有执行权限。授予它执行权限,然后运行它:
cd ~/fluxion #if not there already
chmod u+x fluxion
./fluxionhttps://unix.stackexchange.com/questions/349273
复制相似问题