【发布时间】:2023-03-20 09:25:01
【问题描述】:
我从 microsoft store 获得了 kali linux。
我想运行./ngrok authtoken <my_authtoken>
但得到-bash: ./ngrok: cannot execute binary file: Exec format error
所以我尝试了chmod +x ./ngrok authtoken <my_authtoken> 和sudo chmod +x ./ngrok authtoken <my_authtoken>
但无论哪种方式我都会得到chmod: cannot access 'authtoken': No such file or directory chmod: cannot access '<my_authtoken>'
我该怎么办?
我真的需要运行./ngrok authtoken <my_authtoken>
P.S:我想使用 blackeye,当我选择它下载 Ngrok 的号码时
编辑 1:我从 https://ngrok.com/download 下载了另一个版本,我删除了 blackeye 目录中以前的 Ngrok 并解压缩了新版本。
现在我收到bash: ./ngrok: Permission denied
编辑 2:已经 12 天没有准确的答案了,我想我必须得到真正的 Kali Linux,问题是 Windows 版本。
【问题讨论】:
标签: ngrok kali-linux