我在实时 Kali Linux 中使用 Realtek 8821AE 内部卡。每次切换到监控模式时,我都会失去与 WiFi 的连接。
这是故意的吗?
注意:我用aircrack套件测试了卡,并在尝试注入测试时成功。
当我尝试运行 npm 命令时出现以下错误
root@localhost:# npm --version
internal/modules/cjs/loader.js:584
throw err;
^
Error: Cannot find module 'semver'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:582:15)
at Function.Module._load (internal/modules/cjs/loader.js:508:25)
at Module.require (internal/modules/cjs/loader.js:637:17)
at require (internal/modules/cjs/helpers.js:22:18)
at Object.<anonymous> (/usr/share/npm/lib/utils/unsupported.js:2:14)
at Module._compile (internal/modules/cjs/loader.js:701:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:712:10)
at Module.load (internal/modules/cjs/loader.js:600:32)
at tryModuleLoad (internal/modules/cjs/loader.js:539:12)
at Function.Module._load (internal/modules/cjs/loader.js:531:3)
Aborted
Run Code Online (Sandbox Code Playgroud)
我尝试卸载并重新安装 npm 和 nodejs,但仍然收到错误
我怎样才能解决这个问题?
我在 WSL2 中运行 Kali Linux。这是一个新安装(使用wsl --install)但是当我尝试时apt-get update出现以下错误:
W: An error occurred during the signature verification. The repository is not updated and the previous
index files will be used. GPG error: http://mirrors.jevincanders.net/kali kali-rolling InRelease: The
following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <devel@kali.org>
W: Failed to fetch http://http.kali.org/kali/dists/kali-rolling/InRelease The following signatures
were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <devel@kali.org>
W: Some index files failed to download. They have been ignored, or old ones used instead. …Run Code Online (Sandbox Code Playgroud) 我在安装 Kali linux 时设置了 root 密码,现在我忘记了。我什至不记得我的用户名。我通过互联网搜索,我找到了一种包括编辑 GRUB 菜单的方法,它没有我现在的 Kali linux 版本似乎不能工作。我该怎么做才能重置我的 root 密码?
我最近在我的 Raspberry Pi 2 B 型上安装了 Kali Linux,但我遇到了很多问题。主要是没有渗透工具,例如 msfconsole、metasploit 等。当我输入 msfvenom 和我从教程中遵循的其他说明时,我得到了一个错误
-bash: msfvenom: 命令未找到
对于所有其他工具也是如此。我该怎么办?
apt-get update
Get:1 http://ftp.yzu.edu.tw/Linux/kali kali-rolling InRelease [30.5 kB]
Reading package lists... Done
E: Release file for http://http.kali.org/kali/dists/kali-rolling/InRelease is not valid yet (invalid for another 10h 37min 24s). Updates for this repository will not be applied
Run Code Online (Sandbox Code Playgroud)
来源清单
deb http://http.kali.org/kali kali-rolling main non-free contrib
deb-src http://http.kali.org/kali kali-rolling main non-free contrib
Run Code Online (Sandbox Code Playgroud) 我正在上课,“道德黑客”使用 Kali Linux 作为我的主要操作系统。此类处理 TOR 和代理配置。他经常说,“以root身份浏览互联网不是一个好主意。” 这是为什么?