All Projects → CIDRAM → Cidram

CIDRAM / Cidram

Licence: gpl-2.0
CIDRAM: Classless Inter-Domain Routing Access Manager.

Projects that are alternatives of or similar to Cidram

Server
☁️ Nextcloud server, a safe home for all your data
Stars: ✭ 17,723 (+20508.14%)
Mutual labels:  cloud, hacktoberfest, open-source, opensource
Open Pixel Art
A collaborative pixel art project to teach people how to contribute to open-source
Stars: ✭ 331 (+284.88%)
Mutual labels:  hacktoberfest, open-source, opensource
Augur
Python library and web service for Open Source Software Health and Sustainability metrics & data collection.
Stars: ✭ 304 (+253.49%)
Mutual labels:  hacktoberfest, open-source, opensource
Awesome Open Source Supporters
⭐️ A curated list of companies that offer their services for free to Open Source projects
Stars: ✭ 457 (+431.4%)
Mutual labels:  hacktoberfest, open-source, opensource
Android
📱 Nextcloud Android app
Stars: ✭ 2,669 (+3003.49%)
Mutual labels:  hacktoberfest, open-source, opensource
Online
Collabora Online is a collaborative online office suite based on LibreOffice technology. This is also the source for the Collabora Office apps for iOS and Android.
Stars: ✭ 278 (+223.26%)
Mutual labels:  hacktoberfest, open-source, opensource
Cortx
CORTX Community Object Storage is 100% open source object storage uniquely optimized for mass capacity storage devices.
Stars: ✭ 426 (+395.35%)
Mutual labels:  hacktoberfest, open-source, opensource
Laracom
Laravel FREE E-Commerce Software
Stars: ✭ 1,570 (+1725.58%)
Mutual labels:  hacktoberfest, open-source, opensource
Hacktoberfest 2020
Welcome to Open-source! Simply add your details to contributors | Repo for Hacktoberfest 2020 ✅
Stars: ✭ 621 (+622.09%)
Mutual labels:  hacktoberfest, open-source, opensource
Enclosure Picroft
Mycroft interface for Raspberry Pi environment
Stars: ✭ 649 (+654.65%)
Mutual labels:  hacktoberfest, open-source, opensource
Open Source Mac Os Apps
🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps
Stars: ✭ 28,908 (+33513.95%)
Mutual labels:  hacktoberfest, open-source, opensource
Data Structures And Algorithms In Cpp
This repository is in development phase and will soon provide you with c++ code of various data structures and algorithms
Stars: ✭ 176 (+104.65%)
Mutual labels:  hacktoberfest, open-source, opensource
Fortune Mod
Implementation of the Unix fortune command for displaying a random quotation, for Linux and other systems.
Stars: ✭ 156 (+81.4%)
Mutual labels:  hacktoberfest, open-source, opensource
Angular Open Source Starter
This is a starter project for creating open-source libraries for Angular. It is a full fledged Angular workspace with demo application and easy library addition. It is designed to be used for open-sourcing libraries on Github and has everything you'd need ready for CI, code coverage, SSR testing, StackBlitz demo deployment and more.
Stars: ✭ 120 (+39.53%)
Mutual labels:  hacktoberfest, open-source, opensource
Place2live
Analysis of the characteristics of different countries
Stars: ✭ 30 (-65.12%)
Mutual labels:  hacktoberfest, open-source, opensource
Freedomotic
Open IoT Framework
Stars: ✭ 354 (+311.63%)
Mutual labels:  hacktoberfest, open-source, opensource
Docker Waf
An NGINX and ModSecurity based Web Application Firewall for Docker
Stars: ✭ 181 (+110.47%)
Mutual labels:  firewall, waf, protection
Laravel Firewall
Web Application Firewall (WAF) package for Laravel
Stars: ✭ 544 (+532.56%)
Mutual labels:  firewall, waf, blacklist
Pi Hole
A black hole for Internet advertisements
Stars: ✭ 34,076 (+39523.26%)
Mutual labels:  blocker, cloud, hacktoberfest
Hacktoberfest2020
beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs in any language and C and Cpp program , Please leave a star ⭐ to support this project! ✨
Stars: ✭ 31 (-63.95%)
Mutual labels:  hacktoberfest, open-source, opensource

Join the chat at https://gitter.im/CIDRAM/Lobby v1: PHP >= 5.4.0 v2: PHP >= 7.2.0 License: GPL v2 PRs Welcome

What is CIDRAM?

CIDRAM (Classless Inter-Domain Routing Access Manager) is a PHP script designed to protect websites by blocking requests originating from IP addresses regarded as being sources of undesirable traffic, including (but not limited to) traffic from non-human access endpoints, cloud services, spambots, scrapers, etc. It does this by calculating the possible CIDRs of the IP addresses supplied from inbound requests and then attempting to match these possible CIDRs against its signature files (these signature files contain lists of CIDRs of IP addresses regarded as being sources of undesirable traffic); If matches are found, the requests are blocked.


Features:

  • Licensed as GNU General Public License version 2.0 (GPLv2).
  • Easy to install, easy to customise, easy to use.
  • Works for any system with PHP+PCRE installed, regardless of OS (PHP+PCRE required).
  • Fully configurable based on your needs.
  • Ideal solution for websites and forum systems using shared hosting services.
  • Does NOT require shell access.
  • Does NOT require administrative privileges.
  • Good, strong, stable support base.

Documentation:

[CONTRIBUTING.md] Want to help?


Current major version development status:

⬇Stage reached⬇ ➡Major version➡ v0 v1-v2 v3
Pre-Alpha
- Exploring early concepts/ideas. No code written/available yet.
Alpha
- Branched, but unstable. Not production-ready (high risk if used).
Beta
- Branched, but unstable. Not production-ready (low risk if used).
Stable
- First production-ready version has been tagged/released.
Mature
- Multiple stable versions/releases exist.
Locked
- Still maintained, but new features won't be implemented anymore.
EoL/Dead
- Not maintained anymore. If possible, stop using, and update ASAP.

Last Updated: 10 June 2020 (2020.06.10).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].