To contribute your work to the project you need to create a pull request on the Github where it is hosted.
The pull request should contain all needed information – such as an exploit itself, exploit prerequisites, exploit YAML profile if needed hardware profile, hardware prerequisites and if possible needed hardware verification code.
The pull request would be inspected for possible malicious actions and then merged and added to the installation VM.
There are 5 possible codes for non-DoS exploits:
These codes translate into the following wrapper functions that you can import into your exploit code or wrapper:
from bluekit.report import report_vulnerable, report_not_vulnerable, report_error, report_undefined, report_none_of_4_state_observed
In all functions “data” argument represents the data that would appear in the report and logs.
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…
When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…
Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…
Introduction Unlock the full potential of your Linux system with this comprehensive guide to essential…