Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Laravel | 72,987 | 1,106 | 1,206 | a day ago | 152 | July 19, 2022 | 32 | PHP | ||
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. | ||||||||||
Payloadsallthethings | 46,538 | a day ago | 15 | mit | Python | |||||
A list of useful payloads and bypass for Web Application Security and Pentest/CTF | ||||||||||
Framework | 29,228 | 116,342 | 10,768 | 9 hours ago | 840 | September 22, 2022 | 31 | mit | PHP | |
The Laravel Framework. | ||||||||||
Trivy | 16,750 | 25 | 11 hours ago | 176 | September 16, 2022 | 385 | apache-2.0 | Go | ||
Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more | ||||||||||
Apktool | 15,957 | 5 days ago | 3 | February 26, 2022 | 91 | apache-2.0 | Java | |||
A tool for reverse engineering Android apk files | ||||||||||
Authelia | 15,927 | 1 | 9 hours ago | 34 | September 19, 2022 | 108 | apache-2.0 | Go | ||
The Single Sign-On Multi-Factor portal for web apps | ||||||||||
Flarum | 13,802 | 1 | 20 days ago | 19 | July 13, 2022 | mit | PHP | |||
Simple forum software for building great communities. | ||||||||||
Hacker101 | 12,804 | 2 months ago | 25 | other | SCSS | |||||
Source code for Hacker101.com - a free online web and mobile security class. | ||||||||||
Nats Server | 12,529 | 1,090 | 11 hours ago | 417 | September 22, 2022 | 254 | apache-2.0 | Go | ||
High-Performance server for NATS.io, the cloud and edge native messaging system. | ||||||||||
Pytest | 9,968 | 65,292 | 18,299 | 3 days ago | 155 | April 23, 2022 | 861 | mit | Python | |
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing |
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.
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.
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:
shc
Shell Script Compiler