Last active 50 minutes ago
bash <(curl -fsSL https://gist.veru.se/Veruse/cpanel-ftp-audit/raw/HEAD/cpanel-ftp-audit.sh)
0
0
1
| 1 | #!/usr/bin/env bash |
| 2 | # |
| 3 | # cpanel-ftp-audit.sh |
| 4 | # |
| 5 | # FTP login history, failed logins and file transfers for EVERY FTP account |
| 6 | # under a cPanel user: the main login, the <user>_logs account and all FTP |
| 7 | # sub-accounts (name@domain). Works with Pure-FTPd and ProFTPD. |
| 8 | # |
| 9 | # Usage (as root): |
| 10 | # bash cpanel-ftp-audit.sh [-v] [cpanel_username] |