Linux Scoringengine

Scoring Engine for UNIX-like and/or GNU/Linux systems used in CTF and/or US AFA CyberPatriot-like competition events (Note: The AFA was not involved in the creation of, and does not endorse, this Software)
Alternatives To Linux Scoringengine
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Laravel72,9871,1061,206a day ago152July 19, 202232PHP
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
Payloadsallthethings46,538
a day ago15mitPython
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
Framework29,228116,34210,7689 hours ago840September 22, 202231mitPHP
The Laravel Framework.
Trivy16,7502511 hours ago176September 16, 2022385apache-2.0Go
Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
Apktool15,957
5 days ago3February 26, 202291apache-2.0Java
A tool for reverse engineering Android apk files
Authelia15,92719 hours ago34September 19, 2022108apache-2.0Go
The Single Sign-On Multi-Factor portal for web apps
Flarum13,802
120 days ago19July 13, 2022mitPHP
Simple forum software for building great communities.
Hacker10112,804
2 months ago25otherSCSS
Source code for Hacker101.com - a free online web and mobile security class.
Nats Server12,5291,09011 hours ago417September 22, 2022254apache-2.0Go
High-Performance server for NATS.io, the cloud and edge native messaging system.
Pytest9,96865,29218,2993 days ago155April 23, 2022861mitPython
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
Alternatives To Linux Scoringengine
Select To Compare


Alternative Project Comparisons
Readme

Linux Scoring Engine

Objective

The Linux Scoring Engine (hereafter: the "Software") was created and is distributed to be a framework to more easily score how secure a UNIX-like operating systems (such as GNU/Linux distributions) is based on a set of user-defined vulnerabilities or other issues.

Usage

The Software was implemented using the Bash scripting language for use on [most] UNIX-like operating systems.
Using the modules/pre-made functions in the master_se_functions.sh file, the user can define the condition for a successful patch/fix of a vulnerability in ScoringEngine.sh.
The ScoringEngine.sh script, when run, should test the system according to the user-defined rules.
This software is recommended to be deployed in a virtual environment. There is no optimization for deployment on physical or virtual hardware.
Please reference the GETTING_STARTED.md file for more detailed information.

Operating System Compatibility

GNU/Linux
  • Debian-like
    • Debian
    • Ubuntu
    • Linux Mint
  • Red Hat/Fedora-like
    • RHEL (Red Hat Enterprise Linux) (untested)
    • Fedora
    • CentOS (Community ENTerprise Operating System)
  • SUSE-like
    • openSUSE
    • SUSE (untested)
BSD
  • Unknown; untested

Use of other works:

The Software relies on these other works of Free and Open Source Software (FOSS) by default to provide extra, but optional functionality. The works are as follows:

  • Classification Banner
    • GitHub link: fcaviggia/classification-banner
    • This FOSS provides the ability for the end user to quickly see how many user-defined vulnerabilities have already been patched in a banner at the top of the screen
  • shc Shell Script Compiler
    • GitHub link: neurobin/shc
    • This FOSS provides the ability to "encrypt" or otherwise obfuscate the source code so that the criteria for patching a user-defined vulnerability is hidden from the end user
Popular Security Projects
Popular Vulnerabilities Projects
Popular Security Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Shell
Security
Vulnerabilities
Unix