当前位置:网站首页>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
边栏推荐
- Dynamic global memory allocation and operation in CUDA
- [literature reading and thought notes 13] unprocessing images for learned raw denoising
- Kotlin - 验证时间格式是否是 yyyy-MM-dd HH:mm:ss
- js中map和forEach的用法
- CUDA and Direct3D consistency
- Asynchronous data copy in CUDA
- PgSQL学习笔记
- virtualenv和pipenv安装
- Redis——大Key问题
- 2020-9-23 use of QT timer qtimer class.
猜你喜欢

Redis——大Key問題

Redis——缓存击穿、穿透、雪崩
![Data science [viii]: SVD (I)](/img/cb/7bf066a656d49666985a865c3a1456.png)
Data science [viii]: SVD (I)

Unexpected inconsistency caused by abnormal power failure; Run fsck manually problem resolved

web自动中利用win32上传附件

Latex参考文献引用失败 报错 LaTeX Warning: Citation “*****” on page y undefined on input line *

ShardingSphere-JDBC篇

Win10网络图标消失,网络图标变成灰色,打开网络设置闪退等问题解决

qq邮箱接收不到jenkins构建后使用email extension 发送的邮件(timestamp 或 auth.......)

pytest(2) mark功能
随机推荐
CUDA中的Warp matrix functions
20201025 visual studio2019 qt5.14 use of signal and slot functions
JS modification element attribute flipping commonly used in selenium's Web Automation
ctf三计
Uploading attachments using Win32 in Web Automation
Idea announced a new default UI, which is too refreshing (including the application link)
Render minecraft scenes into real scenes using NVIDIA GPU
Find the highest value of the current element Z-index of the page
sprintf_ How to use s
Pytest (1) case collection rules
Sparse array (nonlinear structure)
Learn about various joins in SQL and their differences
pytest(1) 用例收集规则
Self cultivation of programmers - Reflection on job hunting
Codeforces Round #797 (Div. 3) A—E
Kotlin - verify whether the time format is yyyy MM DD hh:mm:ss
FE - 微信小程序 - 蓝牙 BLE 开发调研与使用
Redis - hot key issues
计算属性普通函数写法 和 set get 写法
实习生跑路留了一个大坑,搞出2个线上问题,我被坑惨了