PF Sense
pfsense.orgWidely used, open source firewall/router.
- Homepage: pfsense.org
- GitHub: github.com/pfsense/pfsense
- Privacy: pfsense.org/privacy.html
- Web info: web-check.xyz/check/pfsense.org
PF Sense Privacy Policy
Privacy Policy Summary
- The service is provided 'as is' and to be used at your sole risk
- Instead of asking directly, this Service will assume your consent merely from your usage.
Score
Documents
- Terms of ServiceCreated 08 Jan 22, Last modified 1 year ago
- Privacy PolicyCreated 08 Jan 22, Last modified 1 year ago
About the Data
This data is kindly provided by tosdr.org. Read full report at: #6291
PF Sense Source Code
Author
Description
Main repository for pfSense
Homepage
http://www.pfsense.orgLicense
Apache-2.0
Created
12 May 11
Last Updated
16 Jun 26
Latest version
Primary Language
PHP
Size
408,974 KB
Stars
5,672
Forks
1,595
Watchers
5,672
Language Usage
Star History
Top Contributors
-
@rbgarga (5050)
-
@jim-p (4001)
-
@sbeaver-netgate (2786)
-
@vktg (954)
-
@marcos-ng (727)
-
@smos (717)
-
@NOYB (454)
-
@efonne (421)
-
@loos-br (316)
-
@SjonHortensius (311)
-
@rcmcdonald91 (267)
-
@doktornotor (215)
-
@jdillard (198)
-
@PiBa-NL (181)
-
@sullrich (176)
-
@k-paulius (161)
-
@stilez (154)
-
@heper (138)
-
@bcyrill (136)
-
@dse (119)
-
@NewEraCracker (110)
-
@leprecha1 (87)
-
@CharlieMarshall (59)
-
@luckman212 (54)
-
@ermal (52)
-
@SanderVanLeeuwen (52)
-
@billm (48)
-
@Augustin-FL (45)
-
@peterberbec (44)
-
@vcoque (43)
-
@kprovost (38)
-
@miken32 (37)
-
@EvgenyY (32)
-
@pierrepomes (31)
-
@mgsmith1000 (30)
-
@marcelloc (30)
-
@dotike (29)
-
@plumbeo (27)
-
@ppomes (26)
-
@ccope-netgate (26)
-
@jlduran (25)
-
@brunostein (24)
-
@i7wasn7m3 (23)
-
@nagyrobi (23)
-
@BBcan177 (22)
-
@phil-davis (22)
-
@kiokoman (20)
-
@znerol (20)
-
@razzfazz (20)
-
@dennypage (19)
-
@thanegill (19)
-
@jxmx (19)
-
@frankthetank (18)
-
@mdima (17)
-
@ccesario (16)
-
@davidjwood (15)
-
@pyvirus (14)
-
@neriberto (14)
-
@Bouwdie (13)
-
@scherma (13)
-
@dougwollison (13)
-
@NanoCaiordo (13)
-
@Robert-Nelson (12)
-
@technical50 (12)
-
@GChuf (11)
-
@JoeriCapens (11)
-
@gitdevmod (11)
-
@al-right (10)
-
@xbipin (10)
-
@Godwottery (10)
-
@yakatz (9)
-
@chewrocca (9)
-
@stephenw10 (9)
-
@Firelinux (9)
-
@itshari (9)
-
@pdemonaco (9)
-
@dbaio (9)
-
@ayvis (9)
-
@raphendyr (8)
-
@Kapmeister (8)
-
@overhacked (8)
-
@emmtbot (8)
-
@hamnur (8)
-
@reb00tz (8)
-
@thompsa (8)
-
@simoncpu (8)
-
@florian-asche (8)
-
@DasTestament (8)
-
@vizvayu (8)
-
@Alexilmarranen (7)
-
@dsmackie (7)
-
@helderpe (7)
-
@evansus (7)
-
@baxeno (7)
-
@PhilZ-cwm6 (6)
-
@hexaclock (6)
-
@namezero111111 (6)
-
@timdufrane (6)
-
@surrural (6)
-
@loonylion (6)
Recent Commits
-
jim-p (31 Mar 26)
Encode RSS widget post titles. Fixes #16770
-
Marcos Mendoza (30 Mar 26)
Constrain regex for ifconfig parsing. Fix #16769 This avoids matching e.g. "ssid" on a line that contains "-hidessid".
-
R. Christian McDonald (30 Mar 26)
pkg-utils.inc: chase pkg json output changes. Fixes #16768
-
jim-p (27 Mar 26)
Safety belt encoding Add and enhance encoding on a few pages of interest. There is currently no known viable way to leverage these, but it's better to be safe.
-
jim-p (27 Mar 26)
Encode hostnames in ARP table. Fixes #16763 While here, add and enhance encoding of other parameters for safety.
-
Marcos Mendoza (25 Mar 26)
Improve pfanchordrill output readability Adds a new line to the end of pfanchordrill output.
-
Brad Davis (25 Mar 26)
Remove lsof temporarily until it is updated after upstream changes https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294023
-
Brad Davis (25 Mar 26)
Bump the default version of go to 1.25 1.24 is EoL and the new default version is 1.25.
-
Marcos Mendoza (25 Mar 26)
Merge pull request #4734 from filnko/fix-all-inkl-dyndns
-
jim-p (23 Mar 26)
Alias table comment cleanup. Comments are already cleaned up before being written to the table file, but it's still best to ensure they're encoded before display.
-
Luiz Souza (20 Mar 26)
Make sure the 'Accept' button is displayed with the message.
-
R. Christian McDonald (17 Mar 26)
util.inc: define `POSIX_EPERM`
-
R. Christian McDonald (17 Mar 26)
follow up to 1eba5d92, replace rogue space indents with tabs
-
R. Christian McDonald (17 Mar 26)
util.inc: refactor `isvalidpid` to use posix_kill instead of exec
-
Marcos Mendoza (16 Mar 26)
Remove user survey prompts. Implement #16747
-
Marcos Mendoza (13 Mar 26)
Migrate previous config encoding on upgrade
-
jim-p (11 Mar 26)
Validate DHCPv6 Delegation Parameters. Fixes #16744
-
Jim Pingle (12 Mar 26)
Validate PID file before use. Fixes #16743 Also ensure Captive Portal zone and OpenVPN service ID are valid before stopping services
-
Jim Pingle (12 Mar 26)
Respect cert checkbox when creating a user. Fixes #16721 Also fixes a case where the form was not displaying properly when there were input errors. This likely needs more testing to confirm each action case is being handled properly with and without input errors in the submission.
-
Christoph Filnkößl (07 Mar 26)
DDNS: Update All-Inkl response handling. Fixes #16218
-
Marcos Mendoza (06 Mar 26)
Increase log level of mwexec() errors Errors from this were previously set to informational because callers of mwexec() should already check for the return value of the command being run so any errors are properly handled and any necessary logs provide proper context. However it's more appropriate to set it to at least notice for added awareness of potential errors.
-
Brad Davis (06 Mar 26)
Clean up and modernize
-
Brad Davis (06 Mar 26)
Clean up and modernize
-
Brad Davis (06 Mar 26)
Simplify and eliminate some extra extra forking
-
Marcos Mendoza (05 Mar 26)
RSS widget: Update deprecated code. Fix #16733 Refactor the code to replace the use of deprecated methods: set_cache_location(), set_feed_url()
-
Marcos Mendoza (05 Mar 26)
Fix function comment typo
-
Marcos Mendoza (04 Mar 26)
Add ntoe about default log level for verbose options Verbose options can log additional information that may only be shown with the respective log level.
-
R. Christian McDonald (02 Mar 26)
Invalidate password hash cache after changing password. Fixes #16728
-
Marcos Mendoza (02 Mar 26)
Merge pull request #4748 from k-ross/godaddy-v6
-
Charlie Root (02 Mar 26)
Use IPv4 when updating GoDaddy IPv6 dynamic DNS entries. Fixes #16731
PF Sense Security
PF Sense Website
Website
pfSense® - World's Most Trusted Open Source Firewall
pfSense is a free and open source firewall and router that also features unified threat management, load balancing, multi WAN, and more
Redirects
Does not redirect
Security Checks
All 65 security checks passed
Server Details
- IP Address 208.123.73.78
- Hostname acb.netgate.com
- Location Austin, Texas, United States of America, NA
- ISP zColo
- ASN AS27325
Associated Countries
-
US
Safety Score
Website marked as safe
100%
Blacklist Check
www.pfsense.org was found on 0 blacklists
- AntiSocial Blacklist
- Artists Against 419
- Badbitcoin
- Bambenek Consulting
- CERT Polska
- CoinBlockerLists
- CRDF
- CryptoScamDB
- EtherAddressLookup
- EtherScamDB
- Fake Website Buster
- MetaMask EthPhishing
- NABP Not Recommended Sites
- OpenPhish
- PetScams
- PhishFeed
- PhishFort
- Phishing.Database
- PhishStats
- PhishTank
- Phishunt
- RPiList Not Serious
- Scam.Directory
- SecureReload Phishing List
- Spam404
- StopGunScams
- Suspicious Hosting IP
- ThreatFox
- ThreatLog
- TweetFeed
- URLhaus
- ViriBack C2 Tracker
Website Preview
PF Sense Reviews
More Self-Hosted Network Security
-
Powerful open source web content filter.
-
Open-source self-hosted VPN and firewall built on WireGuard®.
-
A hardened, versatile, state-of-the-art open source firewall based on Linux. Its ease of use, high performance and extensibility make it usable for everyone.
-
Network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole. Pi-Hole can significantly speed up your internet, remove ads and block malware. It comes with a nice web interface and a mobile app with monitoring features, it's open source, easy to install and very widely used.
-
A simple way to set up a home VPN on any Debian server. Supports OpenVPN and WireGuard with elliptic curve encryption keys up to 512 bit. Supports multiple DNS providers and custom DNS providers - works nicely along-side PiHole.
-
Another DNS server for blocking privacy-invasive content at its source. Technitium doesn't require much of a setup, and basically works straight out of the box, it supports a wide range of systems (and can even run as a portable app on Windows). It allows you to do some additional tasks, such as add local DNS addresses and zones with specific DNS records. Compared to Pi-Hole, Technitium is very lightweight, but lacks the deep insights that Pi-Hole provides, and has a significantly smaller community behind it.
-
Detect if you have a malware-infected computer on your network, and powerful network analysis framework and monitor.
About the Data: PF Sense
API
You can access PF Sense's data programmatically via our API. Simply make a GET request to:
https://api.awesome-privacy.xyz/v1/services/pf-sense The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.
Share PF Sense
Help your friends compare Self-Hosted Network Security, and pick
privacy-respecting software and services.
Share PF Sense and Awesome Privacy with your network!