Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 16ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login

All gists

All Recently liked Recently forked
Recently created Least recently created Recently updated Least recently updated

Veruse / cPanel FTP Audit

Last active 16 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]