ManageEngine Endpoint Central
ManageEngine's Endpoint Central, formerly Desktop Central, is a Unified Endpoint Management Solution that manages enterprise mobility management, including all features of mobile app management and mobile device management, as well as client management for a wide range of endpoints such as mobile devices, laptops computers, tablets, servers, and other machines. ManageEngine Endpoint Central allows users to automate their desktop management tasks such as installing software, patching, managing IT assets, imaging, and deploying OS.
Learn more
Screencapt
Screencapt allows you to record the entire screen or a selected area. You can also record a specific window. Screencapt is the ideal screen recorder because of its flexibility. Using the integrated audio recording you can also add your commentary or system sound directly into the screen recording. This is particularly useful when creating explanation videos or presentations.
Screencapt's ability to record a webcam is a special feature. You can now add your comments and reactions to the video. This makes your screen recordings more personal and professional.
Screencapt offers advanced options to record the cursor. You can choose to hide the cursor or add special effects to highlight specific actions. This is especially useful for software tutorials and demonstrations where a clear cursor view is required.
Learn more
Peach Fuzzer
Peach is an advanced SmartFuzzer that excels in both generation and mutation-based fuzzing techniques. It necessitates the creation of Peach Pit files, which outline the data's structure, type information, and interrelations for effective fuzzing. In addition, Peach provides customizable configurations for a fuzzing session, such as selecting a data transport (publisher) and logging interface. Since its inception in 2004, Peach has undergone continuous development and is currently in its third major iteration. Fuzzing remains one of the quickest methods to uncover security vulnerabilities and identify bugs in software. By utilizing Peach for hardware fuzzing, students will gain insights into the essential principles of device fuzzing. Designed to address any data consumer, Peach can be applied to servers as well as embedded devices. A wide array of users, including researchers, companies, and government agencies, leverage Peach to detect hardware vulnerabilities. This course will specifically concentrate on employing Peach to target embedded devices while also gathering valuable information in case of a device crash, thus enhancing the understanding of fuzzing techniques in practical scenarios.
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