Showing 47 open source projects for "rules"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    ORY Oathkeeper

    ORY Oathkeeper

    A cloud native Identity & Access Proxy / API (IAP)

    ORY Oathkeeper is an Identity & Access Proxy (IAP) and Access Control Decision API that authorizes HTTP requests based on sets of Access Rules. The BeyondCorp Model is designed by Google and secures applications in Zero-Trust networks. An Identity & Access Proxy is typically deployed in front of (think API Gateway) web-facing applications and is capable of authenticating and optionally authorizing access requests. The Access Control Decision API can be deployed alongside an existing API Gateway or reverse proxy. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    serve

    serve

    Static file serving and directory listing

    ...The core of serve is serve-handler, which can be used as middleware in existing HTTP servers. In order to customize the default behaviour, you can also pass custom routing rules, provide your own methods for interacting with the file system and much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    JSS

    JSS

    An authoring tool for CSS which uses JavaScript as a host language

    ...If you’re interested in playing around with JSS, you can use an online code playground. Try a Hello World example on CodeSandbox. JSS generates actual CSS, not Inline Styles. It supports every existing CSS feature. CSS rules are created once and reused across the elements using its class name in contrary to Inline Styles. Also, when DOM elements get updated, previously created CSS rules are applied. JSS generates unique class names by default. It allows avoiding the typical CSS problem, where everything is global by default. It completely removes the need for naming conventions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Fail2Ban

    Fail2Ban

    Daemon to ban hosts that cause multiple authentication errors

    Fail2Ban scans log files and bans IPs that show the malicious signs -- too many password failures, seeking for exploits, etc. Generally Fail2Ban is then used to update firewall rules to reject the IP addresses for a specified amount of time, although any arbitrary other action (e.g. sending an email) could also be configured. Out of the box Fail2Ban comes with filters for various services (apache, courier, ssh, etc). Fail2Ban is able to reduce the rate of incorrect authentications attempts however it cannot eliminate the risk that weak authentication presents. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5

    debian10autoconfig

    A set of scrips for interactive Debian 10 configuration

    This is a set of scripts to make clear Debian 10 install a well equipped and protected computer class machine. Scripts provide: - easy network configuring and protection (ip, static arp entries, firewall rules, etc) - easy GRUB protection - interactive one button software installations - configuring DE and providing settings restorations and directory cleaning - automatic shutting down at night and much more Of course you may use not the whole script set, but only needed scripts. All set is written for Debian 10 and tested on it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    sshwsd

    Ban IPs based on #failed login attempts (Systemd version)

    Scan systemd journal file for failed sshd login attempts in a given period. Add iptables rules to ban offenders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Please see http://firehol.org/ for up-to-date releases and information. FireHOL is a stateful iptables packet filtering firewall configurator. It is abstracted, extensible, easy and powerful. It can handle any kind of firewall, but most importantly, it gives you the means to configure it, the same way you think of it.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Shaper Control Tool

    Shaper Control Tool

    Administration tool for Linux-based ISP traffic shaper

    Administration tool for Linux-based ISP traffic shaper
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    one-file

    one-file

    compiles, appends source file that contains compile instructions

    ...When individually compiled, the source is appended, either as TEXT, or ZIP, to the resulting binary. That source contains command line options to extract that source, as well as the command line used to compile said source. There are no hard and fast rules, except "name-1f", must append source, and source must contain compile time command, and any "depends" info. one-file (1f) is based on an original idea implemented in the late 1990's Windows app SpASM32, a self editing & self compiling 32bit windows assembler, that attached its source to itself, or a programs source code to the resulting programs compiled binary. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10

    tisift

    imap cleanup & command line tool

    Beta state! tisift: scaning folder and sort messages with given filter rules. tish: imap shell = imap command line tools. Example: # Set MsgId on Mails without one FOLDER="Archives" ; tils -I "$FOLDER" |grep "\{"|while read LINE ; do tish -x addheader "$FOLDER" "$LINE" "X-New-Header: true" ; done # Correct Date to second received header: tish date Archives PATTERN received2 # Import or export mbox tish exportmbox Archives >file.mbox tish importmbox Archives <file.mbox Written in ruby. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    LogDistiller is a logfile merge and sort tool. Log content is classified according to rules configured in an XML file. Classification results go into reports, which are published : simply stored in a file, sent by mail, or even added to a news feed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    ...EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case the top, all and only by the rules known and given, in order by given where equal) $ echo -e "b e\ne\nc b" | depsort ditto, no opts needed $ libdeps objdump /lib/*.so.* (outputs if missing, load order (deps), rdeps, which are effected by missing lib/s, etc, see readme) $ doil (a package installer/solver like apt-get+dpkg which uses gdeptrace, see doil on Source Forge) dep-trace is now "gdeptrace" to ease packaging compatibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is a gui editor for creating/editing sudo files and rules. You can open and modify and existing sudo file, or to save the rules you just created. The programm is writen in gambas 3 and you will need the gambas3-runtime in order to run it. For Debian/Ubuntu/Mint user you can install it from the repository. For Slackware users you have to download gambas3 from http://pkgs.org/slackware-14.0/slacky-i486/gambas3-runtime-3.3.4-i486-1sl.txz.html or http://pkgs.org/slackware-14.0/slacky-x86_64/gambas3-runtime-3.3.4-x86_64-1sl.txz.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    husk
    An iptables front-end to allow rules to be expressed in a more flexible, free-form style using language closer to plain-English than iptables commands. Rules are then compiled to normal iptables commands.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    JWare/AntXtras is a powerful extension Ant library as well as a collection of useful Ant components. The current active AntXtras projects include "AntXtras", "Log4Ant", and "Svn4Ant".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    IPA is a pluggable, flexible, general-purpose accounting system. It supports static and dynamic rules, limits, sublimits, and thresholds. It works with external accounting, database and statistics modules.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    A package of scripts to watch for snort alerts, change / create firewall rules to block high priority alerts, and record recent blocks. It will increase block times based on previously recorded blocks
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SquidTL is a software created for administrators that want to limit usage of particular web sites by public internet points or office intranets. You can define rules based on regular expressions and time periods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Open Source software for web-based management of system and network security policies and Iptables firewall rules
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A Linux Traffic Control Management Interface: build tc-style rules for control network flows. Have support to set queue disciplines to interface (root) or inside a class (leaf), create classes and classifiers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Kazimir is a log analyzer, it "tail -f" on logfiles and run non-regression test in background. A configuration file defines rules to create "events" whose occurence is associated to one or more user defined actions. See http://kazimir.sourceforge.net
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    BlockSSHD protects computers from SSH brute force attacks by dynamically blocking IP addresses by adding iptables rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Nuhe is a log monitoring system, which is capable of alarm generation and action when rules are matched against log(s) activity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SB EventLog Monitor is monitoring and consolidating Windows EventLogs. Events are collected from server using VBS and WMI or by Windows agent. Events are parsed using PHP and YOUR rules and are stored in MySQL database. Email alerts are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Fireflier is a firewall tool, which is built on top of the iptables framework. You can create rules based on single incoming network packets or simply allow/deny single packets to pass. This project is discontinued. (see homepage)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Auth0 Logo