当前位置:网站首页>开虚拟机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来用,一次成功,唉
边栏推荐
- [learning notes] drive
- PXE无人值守安装管理
- Ubuntu18.04+centos7 configure redis master-slave [learning notes]
- Results fill in the blanks for beer and drinks
- DOM -- page rendering, style attribute operation, preloading and lazy loading, anti shake and throttling
- MOOC Weng Kai C language week 3: judgment and cycle: 1. Judgment
- Iptables firewall
- MOOC翁恺 C语言 第三周:判断与循环:2.循环
- Technology sharing | send requests using postman
- Clock tree analysis example
猜你喜欢

Shell script - sort, uniq, TR, array sort, cut, Eval command configuration

Icc2 analysis timing artifact analyze_ design_ violations

Results fill in the blank shopping list (teach you to solve it with Excel)

Technology sharing | interface testing value and system

Applets: WSX scripts

bond模式配置

NAT-网络地址转换

DOM Foundation

组管理和权限管理

Results fill in the blank. How many days of national day are Sundays (solved by pure Excel)
随机推荐
Archery database audit platform deployment
DOM -- page rendering, style attribute operation, preloading and lazy loading, anti shake and throttling
Small turtle C (Chapter 6 arrays 1 and 2)
MOOC翁恺C语言 第四周:进一步的判断与循环:3.多路分支4.循环的例子5.判断和循环常见的错误
DOM operation cases
Test interview questions collection (II) | test tools (with answers)
Esxi arm edition version 1.10 update
Technology sharing | how to do Assertion Verification in interface automated testing?
MySQL build database Series (I) -- download MySQL
shell脚本——编程条件语句(条件测试、if语句、case分支语句、echo用法、for循环、while循环)
JSON notes
Difference between process and thread
shell脚本——sort、uniq、tr、数组排序、cut、eval命令配置
RAID disk array
Servlet
DOM - Events
shell脚本——“三剑客”之awk命令
Bond mode configuration
Technology sharing | common proxy tools for interface testing
DNS域名解析