当前位置:网站首页>kali最新更新指南
kali最新更新指南
2022-07-02 06:21:00 【zb0567】
1、更新源
方法1
sudo mv /etc/apt/sources.list /etc/apt/sources.list.bak
编辑 /etc/apt/sources.list
文件, 在文件最前面添加以下条目:
deb https://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib deb-src https://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
更改完 sources.list
文件后请运行 sudo apt-get update
更新索引以生效。
方法2
#(!可选!)备份原文件
mv /etc/apt/sources.list /etc/apt/sources.list.bak
#新建源文件
nano /etc/apt/sources.list
#写入源
#中科大kali源
deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
deb http://mirrors.ustc.edu.cn/kali-security/ kali-rolling/updates main contrib non-free
deb-src http://mirrors.ustc.edu.cn/kali-security/ kali-rolling/updates main contrib non-free
#阿里云kali源
deb http://mirrors.aliyun.com/kali kali-rolling main non-free contrib
deb http://mirrors.aliyun.com/kali-security/ kali-rolling/updates main contrib non-free
deb-src http://mirrors.aliyun.com/kali-security/ kali-rolling/updates main contrib non-free
#Ctrl+X保存
#更新源
sudo apt update
工具集约7G
终端执行:
sudo apt-get install kali-linux-all
注意:新版本中kali-linux-all更名为kali-linux-everything
由于以上原因,报错请执行:
sudo apt-get install kali-linux-everything
2、更新
sudo apt-get update
3、中文
sudo dpkg-reconfigure locales
en_us UTF8 UTF8
zh_cn UTF8 UTF8
zh_cn gbk
空格选中
选中zh_cn UTF-8
reboot
4、安装zsteg
git clone https://github.com/zed-0xff/zsteg cd zsteg/ gem install zsteg
Git Clone错误解决:GnuTLS recv error (-110): The TLS connection was non-properly terminated.
apt-get install gnutls-bin
git config --global http.sslVerify false
git config --global http.postBuffer 1048576000
zsteg的使用方法
查看帮助
zsteg -h
查看LSB信息
zsteg pcat.png
检测zlib
# -b的位数是从1开始的 zsteg zlib.bmp -b 1 -o xy -v
还有wbStego等请参考github的README.md
5、安装exiftool
apt-get install exiftool
6、安装imagemagick
apt-get install imagemagick
边栏推荐
- Singleton mode compilation
- Contest3147 - game 38 of 2021 Freshmen's personal training match_ 1: Maximum palindromes
- The difference between session and cookies
- 介绍两款代码自动生成器,帮助提升工作效率
- LeetCode 283. Move zero
- Common means of modeling: combination
- Don't use the new WP collection. Don't use WordPress collection without update
- 广告业务Bug复盘总结
- Top 10 classic MySQL errors
- Contest3147 - game 38 of 2021 Freshmen's personal training match_ F: Polyhedral dice
猜你喜欢
随机推荐
CUDA中的异步数据拷贝
LeetCode 39. Combined sum
锐捷EBGP 配置案例
BGP中的状态机
华为MindSpore开源实习机试题
Linear DP (split)
Generic classes and parameterized classes of SystemVerilog
MySql索引
Sentinel规则持久化到Nacos
日期时间API详解
RestTemplate请求时设置请求头,请求参数,请求体。
The difference between session and cookies
LeetCode 83. 删除排序链表中的重复元素
Cglib agent - Code enhancement test
The Chinese word segmentation task is realized by using traditional methods (n-gram, HMM, etc.), neural network methods (CNN, LSTM, etc.) and pre training methods (Bert, etc.)
深入了解JUC并发(二)并发理论
LeetCode 283. 移动零
Redis - grande question clé
Contest3145 - the 37th game of 2021 freshman individual training match_ H: Eat fish
CUDA中的函数执行空间说明符