New Vulnerability checks
- Test for host CMS Theme Preview XSS (CVE-2021-29484)
Updates
- Engines page in UI now shows the number of Targets bound to a scanning engine
- Vulnerabilities page in UI shows the Target Tracker Issue Id when the vulnerability is sent to an Issue Tracker
- Upgraded Chromium to v99.0.4844.0
- JWT audit checks are now done on GET / POST parameters
Fixes
- Fixed several Scanner crashes
- Numerous UI updates / fixes
- Fixed error when configuring GitHub Issue Trackers
- Numerous fixes related to CSRF token management
- Better handling of imported URLs that are excluded in LSR
- fixed issue causing pre-request scripts to be renamed, causing import scripts not to fail to be loaded
Download
- Windows: https://anonfiles.com/V2saJ8Rexf/acunetix_14.7.220322147_exe
- Linux: https://anonfiles.com/Ldt5J7Rfx2/acunetix_14.7.220322147_x64_sh
- Crack: https://anonfiles.com/v2u1J9R5x6/Crack_Acunetix_zip
Crack
Windows Patch
1. Set hosts:
C:\Windows\System32\drivers\etc\hosts
127.0.0.1 updates.acunetix.com
127.0.0.1 erp.acunetix.com
2. Install Acunetix
3.Replace License:
%ProgramData%\Acunetix\shared\license\license_info.json
%ProgramData%\Acunetix\shared\license\wa_data.dat
To Set Read-only Attribute of license_info.json:
attrib +r %ProgramData%\Acunetix\shared\license\license_info.json
Linux Patch
1. Set hosts:
vi /etc/hosts
127.0.0.1 updates.acunetix.com
127.0.0.1 erp.acunetix.com
2. Install Acunetix
3. Stop Acunetix Service:
sudo systemctl stop acunetix.service
4.Replace License:
/home/acunetix/.acunetix/data/license/license_info.json
/home/acunetix/.acunetix/data/license/wa_data.dat
To Set Read-only Attribute of license_info.json:
chmod 444 /home/acunetix/.acunetix/data/license/license_info.json
chown acunetix:acunetix /home/acunetix/.acunetix/data/license/wa_data.dat
5. Start Acunetix Service:
sudo systemctl start acunetix.service