当前位置:网站首页>开虚拟机KALI2022.2下安装GVM
开虚拟机KALI2022.2下安装GVM
2022-07-28 05:29:00 【angleoldhen】
使用的系统是官网下的KALI的虚拟机版本2022.2
1. 常规系统升级
sudo su
apt-get update //update重点更新的是来自软件源的软件包的索引记录(即index files)
apt-get upgrade -y //upgrade是根据update更新的索引记录来下载并更新软件包
apt-get dist-upgrade -y //dist-upgrade会比upgrade更智能地处理需要更新的软件包的依赖关系。
以上三步耗时实测20分钟以上(100M带宽,早上8点)
2. apt-get install gvm -y (3分钟)
3. gvm-setup (35分钟)
4. gvm-check-setup(不一定要)
5. runuser -u _gvm -- gvmd --user=admin --new-password=admin //修改密码
(如果是创建用户密码则命令是:
runuser -u _gvm -- gvmd --create-user=admin --password=admin)
6.打开浏览器,输入https://localhost:9392 输入账号密码 admin
本次安装未碰到问题,前面我用其他版本的KALI装了几次,总是出现这个那个异常
1. postgresql版本不对,新的GVM要求要14,而我出现异常的KALI是12,所以从网上找了解决方案:
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. 重启KALI后出错,这个目前还没解决,查过网上有的说是需要在/VAR目录建立一个硬连接,没试成功,也有的说是改端口号,改过了,也不成。最后无赖上官网找最新的KALI来用,一次成功,唉
边栏推荐
- Differences and relationships among NPM, Yran and NPX
- My deployment notes
- shell脚本——编程条件语句(条件测试、if语句、case分支语句、echo用法、for循环、while循环)
- On cookies and session
- Method of designing test cases
- ES6 add -- > object
- [learning notes] drive
- MOOC翁恺C语言 第六周:数组与函数:1.数组2.函数的定义与使用3.函数的参数和变量4.二维数组
- DHCP principle and configuration
- Ubuntu18.04+centos7 configure redis master-slave [learning notes]
猜你喜欢

Technology sharing | detailed explanation of actual combat interface test request methods get, post

DOM Foundation

Shell script - regular expression

NAT和PAT的原理及配置

Blue bridge code error ticket

Vmware workstation configuration net mode

Technology sharing | common proxy tools for interface testing

Technology sharing | interface testing value and system

Network - transport layer (detailed version)

MySQL build database Series (I) -- download MySQL
随机推荐
MOOC翁恺C语言第八周:指针与字符串:1.指针2.字符类型3.字符串4.字符串计算
Use powercli to create a custom esxi ISO image
Svg understanding and drawing application
Technology sharing | do you know the functions of the server interface automated testing and requests library?
Blue Bridge Cup square filling number
DHCP服务
Archery database audit platform deployment
Animation animation realizes the crossing (click) pause
Applet navigator cannot jump (debug)
FTP service
DNS forward resolution experiment
Custom components -- slots
Technology sharing | sending requests using curl
Operation document tree
PXE无人值守安装管理
Array to linked list
Servlet
Group management and permission management
DOM window related data, operations & BOM operations
Shell script - sort, uniq, TR, array sort, cut, Eval command configuration