Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slashdoom/idbf
iDbF (Identity Database Framework) is a collection of scripts to create an identity (user/ip/group mapping) database for use with pfSense, Squid and other applications for the sake of achieving "Next Generation" firewall like features.
https://github.com/slashdoom/idbf
Last synced: about 1 month ago
JSON representation
iDbF (Identity Database Framework) is a collection of scripts to create an identity (user/ip/group mapping) database for use with pfSense, Squid and other applications for the sake of achieving "Next Generation" firewall like features.
- Host: GitHub
- URL: https://github.com/slashdoom/idbf
- Owner: slashdoom
- License: bsd-3-clause
- Created: 2015-03-24T13:57:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T00:53:38.000Z (over 7 years ago)
- Last Synced: 2023-02-27T05:35:37.252Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 111 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iDbF (Identity Database Framework)
iDbF is a collection of scripts to create an identity (user/ip/group mapping) database for use with pfSense, Squid and other applications for the sake of achieving "Next Generation" firewall like features.# Requirements:
* Python3
* MySQL Python Connector
* MySQL/MariaDBFor Windows DC mappings:
* Syslog-NG on iDbF server
* NXLog on Windows DC'sFor pfSense URL Table Aliases
* Flask
* Webserver (NGINX, Apache2, etc.)
* WSGI/uWSGIFor URL Filtering
* Squid 3.4
* ufdbGuard 1.31