当前位置:网站首页>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
边栏推荐
- Kotlin - verify whether the time format is yyyy MM DD hh:mm:ss
- FE - 微信小程序 - 蓝牙 BLE 开发调研与使用
- Latex参考文献引用失败 报错 LaTeX Warning: Citation “*****” on page y undefined on input line *
- (第一百篇BLOG)写于博士二年级结束-20200818
- Sentinel Alibaba open source traffic protection component
- 程序员的自我修养—找工作反思篇
- No process runs when querying GPU, but the video memory is occupied
- Flask-Migrate 检测不到db.string() 等长度变化
- Redis——大Key问题
- Win10:添加或者删除开机启动项,在开机启动项中添加在用户自定义的启动文件
猜你喜欢

Sublime Text 配置php编译环境

Latex在VSCODE中编译中文,使用中文路径问题解决

ctf三计

Sparse array (nonlinear structure)

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)

由於不正常斷電導致的unexpected inconsistency;RUN fsck MANUALLY問題已解决

Introduce two automatic code generators to help improve work efficiency

一口气说出 6 种实现延时消息的方案

Uploading attachments using Win32 in Web Automation

Pytest (2) mark function
随机推荐
apt命令报证书错误 Certificate verification failed: The certificate is NOT trusted
NodeJs - Express 中间件修改 Header: TypeError [ERR_INVALID_CHAR]: Invalid character in header content
qq邮箱接收不到jenkins构建后使用email extension 发送的邮件(timestamp 或 auth.......)
(第一百篇BLOG)写于博士二年级结束-20200818
The intern left a big hole when he ran away and made two online problems, which made me miserable
Redis - hot key issues
[literature reading and thought notes 13] unprocessing images for learned raw denoising
20210306转载如何使TextEdit有背景图片
Redis——缓存击穿、穿透、雪崩
CUDA user object
There are multiple good constructors and room will problem
Kotlin - 验证时间格式是否是 yyyy-MM-dd HH:mm:ss
Latex参考文献引用失败 报错 LaTeX Warning: Citation “*****” on page y undefined on input line *
Redis - grande question clé
由於不正常斷電導致的unexpected inconsistency;RUN fsck MANUALLY問題已解决
Functions of tensorrt
Codeforces Round #797 (Div. 3) A—E
CUDA中的线程层次
CUDA中的动态全局内存分配和操作
CUDA中的Warp Shuffle