https://github.com/castaglia/proftpd-mod_p0f
ProFTPD module for passively fingerprinting connecting clients
https://github.com/castaglia/proftpd-mod_p0f
Last synced: 3 months ago
JSON representation
ProFTPD module for passively fingerprinting connecting clients
- Host: GitHub
- URL: https://github.com/castaglia/proftpd-mod_p0f
- Owner: Castaglia
- Created: 2011-10-19T20:52:30.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-02-20T17:21:38.000Z (over 3 years ago)
- Last Synced: 2025-02-03T21:45:50.869Z (4 months ago)
- Language: C
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
The mod_p0f module for ProFTPD uses the p0f utility for passively fingerprinting
clients which connect to the proftpd daemon. The fingerprint data are
exposed for use via notes and environment variables.For further module documentation, see mod_p0f.html.
Future Feature Ideas:
P0FPolicy
Configure the default allow/deny policy, for when no matching P0F*Filter
is configuredProperly handle proftpd restarts/SIGHUPs by stop/starting p0f process
SFTP/SCP unit tests