https://github.com/regit/pynetfilter_conntrack
Python binding of libnetfilter_conntrack
https://github.com/regit/pynetfilter_conntrack
Last synced: about 1 year ago
JSON representation
Python binding of libnetfilter_conntrack
- Host: GitHub
- URL: https://github.com/regit/pynetfilter_conntrack
- Owner: regit
- License: gpl-2.0
- Created: 2011-07-23T16:31:16.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T08:40:27.000Z (over 2 years ago)
- Last Synced: 2025-03-21T23:34:06.831Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 31
- Watchers: 7
- Forks: 20
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
=====================
pynetfilter_conntrack
=====================
libnetfilter_conntrack is a library to manage Linux firewall NetFilter.
pynetfilter_conntrack is a Python binding of this library. The binding is the
file pynetfilter_conntrack.py and you have also a clone of conntrack program:
conntrack.py.
conntrack.py
============
conntrack.py is a clone of conntrack C program. Features:
* List connections ;
* Export connections to XML document ;
* Delete connection.
For all commands, you can filter connections with:
* source/destination address from original/reply destination ;
* layer 3 and 4 protocols ;
* source/destination port from original/reply destination (protocols tcp,
udp and sctp).