D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python35
/
share
/
imunify360
/
scripts
/
Filename :
modsec_scan.py
back
Copy
#!/bin/bash # FIXME: workaround for bug https://cloudlinux.atlassian.net/browse/DEF-2271 if grep -q 'enable_scan_modsec:\s*true' /etc/sysconfig/imunify360/imunify360-merged.config; then "/usr/share/imunify360/scripts/modsec_scan_real.py" "$@" else echo "1 OK" fi