Skip to content

Instantly share code, notes, and snippets.

@inpromotion
Last active May 18, 2017 10:01
Show Gist options
  • Save inpromotion/58525f08679f7675f951b80c4e8d4061 to your computer and use it in GitHub Desktop.
Save inpromotion/58525f08679f7675f951b80c4e8d4061 to your computer and use it in GitHub Desktop.
Запуск Ai-Bolit на хостинге в параноидальном режиме и с логами
nohup php -q ai-bolit.php --path=`pwd` --report_20161222_1.html --list=virusrep_20161222_1.txt --mode=2 --size=5000K --skip=jpg,png,gif,jpeg,JPG,PNG,GIF,JPEG,bmp,BMP,avi,AVI,mov,MOV,psd,PSD > scanning_20161222_1.log 2>&1 &
tail -f scanning_20161222_1.log
@inpromotion
Copy link
Author

1-я строчка запускает процесс сканирования Ай-Болитом в параноидальном режиме.
2-я строчка выводит лог сканирования в консоль

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