Skip to content

Instantly share code, notes, and snippets.

@andronedev
Last active July 20, 2024 01:50
Show Gist options
  • Save andronedev/5cdb64f4c4c933fcba6e8b10d92d1796 to your computer and use it in GitHub Desktop.
Save andronedev/5cdb64f4c4c933fcba6e8b10d92d1796 to your computer and use it in GitHub Desktop.

Acunetix free / gratuit (trial for ever)

install :

curl -s https://gist.githubusercontent.com/andronedev/5cdb64f4c4c933fcba6e8b10d92d1796/raw/acunetix-linux-free-install.sh | sudo bash

Update trial

curl -s https://gist.githubusercontent.com/andronedev/5cdb64f4c4c933fcba6e8b10d92d1796/raw/update-trial.sh | sudo bash
[ "$UID" -eq 0 ] || exec sudo "$0" "$@"
su
apt install unzip curl ; rm -rf /tmp/acun*
apt install libxdamage1 libgtk-3-0 libasound2 libnss3 libxss1 libx11-xcb1 -y
cd /tmp; rm master.zip -f
curl -L -o master.zip http://github.com/neolead/acunetix-linux/zipball/master/
unzip master.zip
cd `ls|grep neolead` && cat acupatch* > acupatch.tgz
tar -zxvf acupatch.tgz
chmod +x ./acunetix_trial.sh
./acunetix_trial.sh
service acunetix_trial stop
chmod 0755 patch_awvs
cp patch_awvs /home/acunetix/.acunetix_trial/v_190515149/scanner/
su - acunetix -c "/home/acunetix/.acunetix_trial/v_190515149/scanner/patch_awvs"
cd /tmp;rm -rf /tmp/acu*
service acunetix_trial stop
chattr +i /home/acunetix/.acunetix_trial/data/license/license_info.json
service acunetix_trial start
echo "Installed !"
[ "$UID" -eq 0 ] || exec sudo "$0" "$@"
sudo su - acunetix -c "/home/acunetix/.acunetix_trial/ && bash change_credentials.sh"
@sleepynight2024
Copy link

The repo has been deleted, is there an alt?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment