当前位置:网站首页>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
边栏推荐
- Introduce two automatic code generators to help improve work efficiency
- Latex 编译报错 I found no \bibstyle & \bibdata & \citation command
- Sparse array (nonlinear structure)
- CUDA中的动态全局内存分配和操作
- Automation - when Jenkins pipline executes the nodejs command, it prompts node: command not found
- Sentinel Alibaba open source traffic protection component
- Vector types and variables built in CUDA
- qq邮箱接收不到jenkins构建后使用email extension 发送的邮件(timestamp 或 auth.......)
- Error "list" object is not callable in Web automatic switching window
- 代码技巧——Controller参数注解@RequestParam
猜你喜欢

Hydration failed because the initial UI does not match what was rendered on the server. One of the reasons for the problem

Pytest (1) case collection rules

AWD学习

Detailed definition of tensorrt data format

Thread hierarchy in CUDA

Latest CUDA environment configuration (win10 + CUDA 11.6 + vs2019)

unittest.TextTestRunner不生成txt测试报告

Redis - big key problem

最新CUDA环境配置(Win10 + CUDA 11.6 + VS2019)

ZZQ的博客目录--更新于20210601
随机推荐
CUDA中的动态全局内存分配和操作
(the 100th blog) written at the end of the second year of doctor's degree -20200818
FE - Eggjs 结合 Typeorm 出现连接不了数据库
Pytest (2) mark function
分布式事务 :可靠消息最终一致性方案
CUDA中的存储空间修饰符
利用NVIDIA GPU将Minecraft场景渲染成真实场景
Kotlin - 验证时间格式是否是 yyyy-MM-dd HH:mm:ss
Virtualenv and pipenv installation
Redis---1. Data structure characteristics and operation
CUDA中内置的Vector类型和变量
Name six schemes to realize delayed messages at one go
由於不正常斷電導致的unexpected inconsistency;RUN fsck MANUALLY問題已解决
There are multiple good constructors and room will problem
pytest(2) mark功能
Blog directory of zzq -- updated on 20210601
Pytest (1) case collection rules
Dynamic global memory allocation and operation in CUDA
Redis - big key problem
ctf-web之练习赛