Sign inSign up

nienie/awvs13

By nienie

•Updated over 6 years ago

Image
0

260

nienie/awvs13 repository overview

⁠awvs13

⁠环境

  • ubuntu16.4镜像

⁠使用方式

docker run -dit --privileged=true -p 443:3443 --name awvs13 nienie/awvs13:1.0
//-p 前面的是端口是外部端口,可以随意改
//登

[email protected]
Test1234

⁠自己安装一个新的

⁠准备

系统:Ubuntu16.4

⁠软件

我只是个搬运工啊 https://sqlsec.lanzous.com/ibcf0ib⁠

https://sqlsec.lanzous.com/ibcevmf⁠ 下载完,在linux系统里面用cat将这两个文件合并为一个文件,然后再解压

cat *.zip* > "Linux acunetix_13.0.200217097.zip"

//将这个文件弄到docker容器里面

⁠安装(安装在docker里面)

docker run -dit --privileged=true -p 443:3443 --name awvs13 ubuntu:16.04 "/sbin/init"

docker exec -it awvs13 bash

//切换到awvs13压缩文件的目录

//先安装一些依赖

apt-get update

apt-get install sudo 

sudo apt-get -y install libxdamage1 libgtk-3-0 libasound2 libnss3 libxss1 libx11-xcb-dev unzip bzip2

//解压awvs13的安装包

unzip "Linux acunetix_13.0.200217097.zip"

root@e229d3b8d1ad:~# ls
Linux acunetix_13.0.200217097.zip  acunetix_13.0.200217097_x64_.sh  license_info.json  wvsc

chmod 777 acunetix_13.0.200217097_x64_.sh

chmod +x acunetix_13.0.200217097_x64_.sh

sudo ./acunetix_13.0.200217097_x64_.sh

root@e229d3b8d1ad:~# sudo ./acunetix_13.0.200217097_x64_.sh 

Acunetix Installer Version: v_200217097, Copyright (c) Acunetix
------------------------------------------------------------

Checking os...
Checking for dependencies...
Please read the following License Agreement. You must accept the terms of this
agreement before continuing with the installation.
press ENTER to continue
>>> 

//上面按回车,然后按q,不看那些说明了

Accept the license terms? [yes|no]
[no] >>> 

//这里选择yes

Insert new hostname, or leave blank to use e229d3b8d1ad
    Hostname [e229d3b8d1ad]:

//这里回车默认就行

Configuring the master user...
    Email:

//随便填一个,这个是登录的邮箱,自己记住就好了

Configuring the master user...
    Email: [email protected]
    Password: 

//密码,要求大小写加数字


我安装出错了,我内存爆了,按道理,按照上面的操作是没有问题的了

然后就是破解了

sudo cp wvsc /home/acunetix/.acunetix/v_200217097/scanner/

sudo cp license_info.json /home/acunetix/.acunetix/data/license/

如果还是出现了问题,邮箱联系 [email protected]⁠,我尝试帮忙一下

Tag summary

Content type

Image

Digest

Size

622.6 MB

Last updated

over 6 years ago

docker pull nienie/awvs13:1.0