kail tutorial (2)-basic settings (install vmtools, set shared files, update source, install software package)

参考:博客/changjue/p/11244585.html

1. Set the interface and change the resolution

Insert picture description here
Insert picture description here

2. Install VMware Tools

Click "Virtual Machine-> Install VMware Tools"
Insert picture description here
Insert picture description here
to copy the third file to the root folder, use the command to copy to the / home folder,
Insert picture description here
Insert picture description here
decompress the VM file,
Insert picture description here
and then use the two commands
Insert picture description here
. Enter directly where you encounter the option.
This is the case after the installation is complete:
Insert picture description here
restart to take effect. You can drag the host file to the virtual machine, but copy + paste cannot take effect for the file.


There will be problems when installing vmware tools in kail2020.
Problem: When the installation of VMware tools is not over, interrupt by Ctrl + c. When sudo ./vmware-install.pl is executed again, an error will occur after reinstalling
. The tools folder can be:

3.vmware set shared folder

Insert picture description here

4. Replace the source

Use the command: leafpad /etc/apt/sources.list
Insert picture description here
choose the source to add, I chose Tsinghua

deb http://mirrors.tuna.tsinghua.edu.cn/kali kali-rolling main contrib non-free
deb-src https://mirrors.tuna.tsinghua.edu.cn/kali kali-rolling main contrib non-free

#也可以是科大的源:
#中科大 
deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib 
deb-src http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib

There may be errors when adding, you can use the configured shared file, copy the content of the file in kail to paste.

Then apt four:

apt-get update           #读取软件列表,更新的是软件包的索引地址
apt-get update --fix-missing #将错误的过时的索引文件更新掉
apt-get upgrade          #这条命令才是更新真正的软件包
apt-get dist-upgrade     #大版本的更新
apt-get clean            #清理无用的包

5. Install the software package

apt-get 安装包名字 -y

smplayer: Media Player
ibus
ibus-Pinyin: Chinese input method installation package
flashplugin-nonfree: kail linux browser plug-
gdebi: easy to use graphical interface to install debi installation package
aMule
qbittottent: download software
geany: simple development environment
stardict: Dictionary meld:
a tool
for comparing file differences ttf-wqy-microhei: fonts commonly used in windows
kchmviewer: open to read chm format files
freemind: software similar to mind mapping
netspeed: traffic monitoring software
mtr: routing tracking gadgets, such as windows Trace
filezilla
filezilla-common: graphical interface ftp
chromium: Google Chrome
monodevelop
mono-gmcs: can be developed under Linux. Net development environment

Browser plugin

Insert picture description here
Insert picture description here
Insert picture description here
Firefox browser plug-in
flashgot: video file
autoproxy: fanqiang browser proxy software
Tamper Data: view and modify the HTTP submission process to achieve web-based penetration test function
cookie importer: import cookie
Cookie Manager: manage website cookie information, for verification For websites that log in as an identity, sometimes you need to export cookies to him, and then import cookies in another browser, and log in as the user of another website.
User Agent Switcher: modify the browser's characteristic string
HackBar: after installation, press F9 to transfer The parameters of sql injection, cross-site and other operations such as editing the URL address
Live http headers: intercepting and viewing the Http header and other operations
Firebug: comprehensive web debugging plug-in
Download YouTube Videos as MP4: You can generate a button on the youtube website, click the button You can download the video
Flagfox: You can display the logo of the visited website through the browser
hashr: Calculate the hash value

Installed via URL:
XSS Me: https://addons.mozilla.org/en-US/firefox/addon/xss-me
SQL Inject Me: https://addons.mozilla.org/en-US/firefox/addon / sql-inject-me / & src = ss

Published 28 original articles · Likes0 · Visits 900

Guess you like

Origin blog.csdn.net/weixin_43876557/article/details/104477389