当前位置:网站首页>Open virtual machine kali2022.2 and install GVM
Open virtual machine kali2022.2 and install GVM
2022-07-28 07:11:00 【angleoldhen】
The system used is under the official website KALI Virtual machine version of 2022.2
1. Regular system upgrade
sudo su
apt-get update //update The key update is the index record of the software package from the software source ( namely index files)
apt-get upgrade -y //upgrade It's based on update Update the index record to download and update the software package
apt-get dist-upgrade -y //dist-upgrade than upgrade Deal with the dependencies of software packages that need to be updated more intelligently .
The above three steps take time to measure 20 Minutes or more (100M bandwidth , morning 8 spot )
2. apt-get install gvm -y (3 minute )
3. gvm-setup (35 minute )
4. gvm-check-setup( Not necessarily )
5. runuser -u _gvm -- gvmd --user=admin --new-password=admin // Change Password
( If you are creating a user password, the command is :
runuser -u _gvm -- gvmd --create-user=admin --password=admin)
6. Open the browser , Input https://localhost:9392 Enter the account and password admin
There is no problem in this installation , I used other versions of KALI Several times , This and that anomaly always appear
1. postgresql Wrong version , new GVM Request to 14, And I have abnormal KALI yes 12, So I found a solution online :
sudo apt install postgresql-12
sudo systemctl stop [email protected]
sudo systemctl daemon-reload
sudo pg_dropcluster 12 main -stop
sudo pg_upgradecluster 14 main
2. restart KALI Error after , This has not been solved yet , I have checked the Internet, and some say it needs to be in /VAR Establish a hard connection to the directory , Failed to try , Others say it is to change the port number , Changed , Not really . Finally, the scoundrel went to the official website to find the latest KALI To use , One success , alas
边栏推荐
- MOOC翁恺 C语言 第三周:判断与循环:2.循环
- MOOC Weng Kai C language week 5: 1. cycle control 2. multiple cycles 3. cycle application
- Shell script - sort, uniq, TR, array sort, cut, Eval command configuration
- The.Joernindex database has no content after Joern runs
- shell---sed语句练习
- 一个定时任务提醒工具
- Wangeditor (@4.7.15) - lightweight rich text editor
- JS string method Encyclopedia
- MySQL查询父节点下面的所有子孙节点,查询用户列表时多级(公司)部门处理,根据反射,递归树形结构工具类
- Easypoi export interlaced style settings
猜你喜欢

一个定时任务提醒工具

PXE unattended installation management

PXE无人值守安装管理

shell---函数

Results fill in the blank. How many days of national day are Sundays (solved by pure Excel)

Esxi community nvme driver update v1.1

MOOC Weng Kai C language week 3: judgment and circulation: 2. circulation

win下安装nessus

MOOC翁恺C语言第八周:指针与字符串:1.指针2.字符类型3.字符串4.字符串计算

SySeVR环境配置:joern-0.3.1、Neo4j-2.1.5、py2neo2.0
随机推荐
Results fill in the blanks carelessly (violent solution)
Esxi community network card driver updated in March 2022
MOOC翁恺C语言 第四周:进一步的判断与循环:1.逻辑类型与运算2.级联和嵌套的判断
JS string method Encyclopedia
VNC Timed out waiting for a response from the computer
[learning records of erudite Valley] Super summary, attentive sharing | collection
Esxi community network card driver updated again
Remotely access the local website of services such as neo4j on the ECS
Shell--- circular statement practice
C language maze
New, let, VaR, const and temporary deadband. The difference between XML and JSON
Easypoi export table with echars chart
MOOC翁恺 C语言 第三周:判断与循环:1.判断
Bert的实现方法
Reptile learning summary
Static and floating routes
JS array method Encyclopedia
Implementation method of converting ast into word vector before converting word vector
VLAN的配置
DOM Foundation