A-A+

超详细centos7 安装最新破解(awvs)Acunetix Vulnerability Scanner12方法 + 汉化

2019年07月03日 19:26 学习笔记 评论 11 条 共4107字 (阅读18,770 views次)
Image

【注意:此文章为博主原创文章!转载需注意,请带原文链接,至少也要是txt格式!】

我所有的操作均在root下面进行!!!
我所有的操作均在root下面进行!!!
我所有的操作均在root下面进行!!!
【前提-卸载已有版本】:首先必须要卸载原有的awvs12,或者其它老的版本,如果你没有安装过,可以忽略这段落。懒得打你就复制命令。懒得打你就复制命令。懒得打你就复制命令。
直接执行以下命令进行卸载。

##停止服务,
systemctl stop acunetix_trial.service
##第一步,删除软件安装的目录。
rm -rf /home/acunetix/
##第二步,删除awvs建立的用户。在/etc/passwd 里面
userdel acunetix
##不管怎么样,重启一下
reboot

【安装前奏-准备环境--必要】:再说一次,我是CentOS Linux release 7.6.1810 版本,基本可以说 只要是centos7 就应该一样。
第一步先更新

yum clean all
yum update

然后在命令窗口执行:

strings /usr/lib64/libstdc++.so.6 |grep GLIBCXX

下一步就要解决没有GLIBCXX_3.4.20的问题喽

下一步就要解决没有GLIBCXX_3.4.20的问题喽


看一下自己的返回值,是否含有GLIBCXX_3.4.20 ,如果没有,那么很不幸的告诉你,来吧跟我一步一步折腾吧,不过还好,坑爹的路我已经走完,你按我的步骤会很顺畅的。

cd /var/tmp/
##下载一个gcc,你可以下载最新版,我害怕出问题,所以我下载了一个不上不下的中间版本。5.50的。
wget http://mirrors.nju.edu.cn/gnu/gcc/gcc-5.5.0/gcc-5.5.0.tar.gz
## 解压下载好东东。
tar -zxvf gcc-5.5.0.tar.bz
##进入目录
cd gcc-5.5.0
##因为编译gcc需要一些额外的东东,具体的在/contrib/download_prerequisites 文件里,所以可以直接执行一下的,觉得慢,也可以自己找下载
./contrib/download_prerequisites
##建一个目录,然后配置
mkdir build
##进入目录
cd build
##配置
../configure --enable-checking=release --enable-languages=c,c++ --disable-multilib
##下一步就是编译安装,巨慢!!!!!!
make && make install
##安装完了重启电脑。
reboot

累了吧,休息一下,前妻工作还没完事,还要继续。
下面不一句一句进行解释了,太累了。你就跟着操作吧~~注意我每个命令都隔了一样,懒得打你就复制命令。

cd /var/tmp/gcc-5.5.0/build/prev-x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs/
####
cp libstdc++.so.6.0.21 /lib64/
####
cd /lib64
####
rm -rf libstdc++.so.6
####
ln -s libstdc++.so.6.0.21 libstdc++.so.6
####再次查看你是否有GLIBCXX_3.4.20
strings /usr/lib64/libstdc++.so.6 |grep GLIBCXX

这回应该有了吧~~~~~~
【开始安装】:现在把你的awvs安装包放入/var/tmp里面,然后开始安装喽~~~

cd /var/tmp/
chmod 777 acunetix_trial.sh
./acunetix_trial.sh

然后你会遇到

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

输入yes
然后你又遇到

Hostname [localhost.localdomain]:

直接回车即可。
然后是输入邮箱账号,两次密码,密码建议 123qwe!@# 好记。。。呵呵。
如果你看到如下的内容,那么恭喜你,安装成功了。

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

Configuring acunetix user...
    Creating user acunetix.

By default the Acunetix will be installed to /home/acunetix/.acunetix_trial

Checking database port...
Checking backend port...

Configuring hostname...
Insert new hostname, or leave blank to use localhost.localdomain
    Hostname [localhost.localdomain]:
    Using hostname localhost.localdomain

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

Initializing file system...

Extracting files to /home/acunetix/.acunetix_trial....

Installing the database...

Starting the database process...
   - Create database
   - Populate database
   - Add new vulnerability data
   - Creating the master user
Stopping the database process...

Generating certificates...
 Generating certificate authority & certificates
Generating Certificate Authority
Certificate Authority Generation Succesful
Generating Certificate....
Certification Geneation Succesful
Saving settings...
Creating the startup script...
Registering service...

Adding LSR shortcuts...
Creating uninstall...

Please visit https://localhost.localdomain:13443/ to access Acunetix UI

到此其实就算是安装完毕,如果你安装在虚拟机里,那么你还需要额外映射端口。

firewall-cmd --zone=public --add-port=13443/tcp --permanent
firewall-cmd --reload

【AWVS破解步骤】:
注意要把破解补丁复制到/home/acunetix/.acunetix_trial/v_190515149/scanner/ 下面,然后执行下面的命令。

chmod 777 patch_awvs
systemctl stop acunetix_trial.service
./patch_awvs

如果破解成功,那么会显示下面的内容


< xs3c.co >
 ------------
       \   ,__,
        \  (oo)____
           (__)    )\
              ||--|| *
Crack by bigchan.Tested on v_190325161.
Usage: Copy me to the scanner folder and run as root.

Check environment.
Generating license.
Patch executable.
Jobs done, there you go.

看到这个,那就恭喜恭喜,基本已经完成了。

【awvs汉化】:
注意把汉化文件放入你需要放入的目录,然后命令窗口在那个目录下,然后执行如下命令。

cp app-bundle.js  /home/acunetix/.acunetix_trial/v_190515149/ui/scripts
cp tpls-bundle.js  /home/acunetix/.acunetix_trial/v_190515149/ui/scripts
chattr +i /home/acunetix/.acunetix_trial/data/license/license_info.json
systemctl start acunetix_trial.service

awvs12 完美破解汉化

awvs12 完美破解汉化


至此,完结撒花,完结撒花,完结撒花!!!!快,送上你的RMB,知识无价,点击下方打赏我,中间的按钮,难道你还要吝啬么?

【AWVS修改端口】:
修改web端口
vi /home/acunetix/.acunetix_trial/wvs.ini
将server.port=13443改为server.port=443
修改后,需要重启服务呦。

只有以诚相待,才会不虚此行。
破解补丁由:https://xs3c.co/archives/643 朋友提供。
----------------------------------------------------------------------------------------------
好多大佬说,破解完成后用段时间就失效了,扫不了了。只要删除wa_data.dat文件即可。亲测可用!!!

Version: 12.0.190515149

rm -rf /home/acunetix/.acunetix_trial/data/license/wa_data.dat

布施恩德可便相知重

微信扫一扫打赏

Image

支付宝扫一扫打赏

Image
×
Image

11 条留言  访客:11 条  博主:0 条

  1. Image 我是被迫的

    我是被迫的

  2. Image gdd

    自己瞅瞅

  3. Image 222

    编译安装最后报错怎么整?楼楼。。。configure: error: error verifyinq int64 t uses long 1ong
    make [21: *** [confiqure-staqel-gcc] Error 1
    make [2]: Leavinq directory^/var/tmp/qcc-5.5.0/build’
    make[11: ** 「stagel-bubblel Error 2
    make [1]: Leaving directory^/var/tmp/gcc-5.5.0/build’* a111 T

    • Image gdd

      你这个明显是 gcc编译的问题。 错误不全没办法分析。。。。

      • Image 222

        楼主谢谢你,这个已经解决了。
        可是我部署完了并且破解成功。是在一台华为云服务器上远程部署的,也做了端口映射。访问UI就是不行,求助下您!!!!
        是不是vi /home/acunetix/.acunetix_trial/wvs.ini这里的设置问题啊?我的wvs.ini初始是这样的server.address=0.0.0.0 server.port=13443 server.host=ecs-c839-0003

  4. Image dmm

    博主, 汉化补丁的两个文件可以发一下吗,找不到在哪里下载呢,谢谢了

  5. Image 划水水

    如果出现报错执行一下两句:
    yum install gcc
    yum install gcc-c++

  6. Image 关门

    第一,谢谢您。找了好久才找到您这篇文章。谢谢
    第二。配置版本那里报错。不知道怎么会是。

    ../configure –enable-checking=release –enable-languages=c,c++ –disable-multilib

  7. Image 关门

    谢谢。该问题自己已经解决。。谢谢。

  8. Image Tao

    大佬 汉化脚本发下 谢谢

  9. Image yifeng

    大佬 汉化脚本发下 谢谢

给我留言

Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image