[HowTo] Install / Use AI-BOLIT Malware / Virus Scanner with VestaCP CentOS 7 / RHEL 7
[HowTo] Install / Use AI-BOLIT Malware / Virus Scanner with VestaCP CentOS 7 / RHEL 7
There are many great tools to scan for malware within you web directory. The other alternative available other than Maldet is AI-Bolit. It is a neat tool built using PHP.
Requirement: PHP5.3 and above
SSH into your server and go to public_html directory
Download AI-Bolit scanner by using links. If you don’t have it installed, you can install it by running this command OR you can download file from https://revisium.com/aibo and upload to your server via WinSCP.
You can download AI-Bolit using the tools
Press down key and navigate to download and select AI-Bolit (General Version) then save. Press CTRL + C to exit links. Once downloaded, extract the zip folder
move the scanner to public_html
run the scanner
Once the scanning completed, you can locate scan result file in your public_html. You will be able to view the report from the web browser.
You may prefer to rename the file for an easy access.
Make sure to remove the report once you have performed the cleanup.
Requirement: PHP5.3 and above
SSH into your server and go to public_html directory
Download AI-Bolit scanner by using links. If you don’t have it installed, you can install it by running this command OR you can download file from https://revisium.com/aibo and upload to your server via WinSCP.
Code: Select all
yum -y install links
Code: Select all
links https://revisium.com/aibo
Code: Select all
unzip ai-bolit-en.zip
cd ai-bolit
Code: Select all
mv ./* ../
cd ..
Code: Select all
php ai-bolit.php
Code: Select all
example.com/AI-BOLIT-REPORT-_examples_public_html-244453-30-08-2018_11-05.html
Make sure to remove the report once you have performed the cleanup.