Some notes and tools on fingerprinting minified JavaScript libraries, AST fingerprinting, source code similarity, etc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ "$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 |
OlderNewer