Wiz
Wiz is a new approach in cloud security. It finds the most important risks and infiltration vectors across all multi-cloud environments. All lateral movement risks, such as private keys that are used to access production and development environments, can be found. You can scan for vulnerabilities and unpatched software in your workloads. A complete inventory of all services and software within your cloud environments, including version and package details, is available. Cross-reference all keys on your workloads with their privileges in your cloud environment. Based on a complete analysis of your cloud network, including those behind multiple hops, you can see which resources are publicly available to the internet. Compare your industry best practices and baselines to assess the configuration of cloud infrastructure, Kubernetes and VM operating system.
Learn more
Docmosis
Docmosis is a self-hosted or SaaS template-based document generation solution. Integrate with custom-built software applications or popular third-party apps using the API.
Create templates using MS Word or LibreOffice. Add plain-text placeholders to control: the insertion of text/images/tables; conditionally add/remove any content; perform calculations; loop over repeating data; format data/numbers and much more.
Integrate with: Custom software built using Java, C#, Python, PHP, Ruby and more via a REST API; Low-code and no-code platforms like Appian, Bubble, Mendix, Outsystems; Third-party form builders or apps that can perform a webhook such as FormAssembly or Salesforce.
Used by customers in Finance, Health, Legal, Education, Government, HR, Insurance, Logistics, and Manufacturing to generate customized letters invoices, proposals, contracts, statements, reports and more.
Learn more
Jazzer
Jazzer, created by Code Intelligence, is a coverage-guided fuzzer designed for the JVM platform that operates within the process. It draws inspiration from libFuzzer, incorporating several of its advanced mutation features powered by instrumentation into the JVM environment. Users can explore Jazzer's autofuzz mode via Docker, which autonomously produces arguments for specified Java functions while also identifying and reporting any unexpected exceptions and security vulnerabilities that arise. Additionally, individuals can utilize the standalone Jazzer binary available in GitHub release archives, which initiates its own JVM specifically tailored for fuzzing tasks. This flexibility allows developers to effectively test their applications for robustness against various edge cases.
Learn more
LibFuzzer
LibFuzzer serves as an in-process, coverage-guided engine for evolutionary fuzzing. By being linked directly with the library under examination, it injects fuzzed inputs through a designated entry point, or target function, allowing it to monitor the code paths that are executed while creating variations of the input data to enhance code coverage. The coverage data is obtained through LLVM’s SanitizerCoverage instrumentation, ensuring that users have detailed insights into the testing process. Notably, LibFuzzer continues to receive support, with critical bugs addressed as they arise. To begin utilizing LibFuzzer with a library, one must first create a fuzz target—this function receives a byte array and interacts with the API being tested in a meaningful way. Importantly, this fuzz target operates independently of LibFuzzer, which facilitates its use alongside other fuzzing tools such as AFL or Radamsa, thereby providing versatility in testing strategies. Furthermore, the ability to leverage multiple fuzzing engines can lead to more robust testing outcomes and clearer insights into the library's vulnerabilities.
Learn more