当前位置:网站首页>Kali latest update Guide
Kali latest update Guide
2022-07-02 06:40:00 【zb0567】
1、 Update source
Method 1
sudo mv /etc/apt/sources.list /etc/apt/sources.list.bak
edit /etc/apt/sources.list
file , Add the following entry to the front of the file :
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
End of change sources.list
Please run after the file sudo apt-get update
Update index to take effect .
Method 2
#(! Optional !) Back up the original file
mv /etc/apt/sources.list /etc/apt/sources.list.bak
# New source file
nano /etc/apt/sources.list
# Write source
# China University of science and technology kali Source
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
# Alibaba cloud kali Source
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 preservation
# Update source
sudo apt update
Tool intensive 7G
Terminal execution :
sudo apt-get install kali-linux-all
Be careful : In the new version kali-linux-all Renamed kali-linux-everything
For the above reasons , If an error is reported, please execute :
sudo apt-get install kali-linux-everything
2、 to update
sudo apt-get update
3、 chinese
sudo dpkg-reconfigure locales
en_us UTF8 UTF8
zh_cn UTF8 UTF8
zh_cn gbk
Check the space
Choose zh_cn UTF-8
reboot
4、 install zsteg
git clone https://github.com/zed-0xff/zsteg cd zsteg/ gem install zsteg
Git Clone Error resolution :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 How to use
view help
zsteg -h
see LSB Information
zsteg pcat.png
testing zlib
# -b The number of digits is from 1 At the beginning zsteg zlib.bmp -b 1 -o xy -v
also wbStego Please refer to github Of README.md
5、 install exiftool
apt-get install exiftool
6、 install imagemagick
apt-get install imagemagick
边栏推荐
- Sentinel Alibaba open source traffic protection component
- Latex在VSCODE中编译中文,使用中文路径问题解决
- Loops in tensorrt
- Summary of advertisement business bug replay
- 20201025 visual studio2019 qt5.14 use of signal and slot functions
- 由于不正常断电导致的unexpected inconsistency;RUN fsck MANUALLY问题已解决
- ctf三计
- Shardingsphere JDBC
- (the 100th blog) written at the end of the second year of doctor's degree -20200818
- 蚂蚁集团g6初探
猜你喜欢
TensorRT的数据格式定义详解
Latex参考文献引用失败 报错 LaTeX Warning: Citation “*****” on page y undefined on input line *
Sentinel Alibaba open source traffic protection component
Win10桌面图标没有办法拖动(可以选中可以打开可以删除新建等操作但是不能拖动)
Redis——缓存击穿、穿透、雪崩
Redis——Cluster数据分布算法&哈希槽
web自动中利用win32上传附件
Sentinel 阿里开源流量防护组件
Redis - hot key issues
ctf-web之练习赛
随机推荐
Win10桌面图标没有办法拖动(可以选中可以打开可以删除新建等操作但是不能拖动)
查询GPU时无进程运行,但是显存却被占用了
计算属性普通函数写法 和 set get 写法
蚂蚁集团g6初探
Unexpected inconsistency caused by abnormal power failure; Run fsck manually problem resolved
Distributed transactions: the final consistency scheme of reliable messages
js中对于返回Promise对象的语句如何try catch
unittest. Texttestrunner does not generate TXT test reports
selenium+msedgedriver+edge浏览器安装驱动的坑
Find the highest value of the current element Z-index of the page
Summary of advertisement business bug replay
TensorRT的数据格式定义详解
Sentinel Alibaba open source traffic protection component
Solution to the black screen of win computer screenshot
CUDA and Direct3D consistency
There is no way to drag the win10 desktop icon (you can select it, open it, delete it, create it, etc., but you can't drag it)
Learn about various joins in SQL and their differences
ctf-web之练习赛
记录一次RDS故障排除--RDS容量徒增
Redis——Cluster数据分布算法&哈希槽