-
-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
print_output "The resolver module integrates OpenAI GPT into EMBA reports." | ||
print_output "The resolver module integrates OpenAIs GPT into EMBA reports." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
|
||
print_output "This module aggregates all found version numbers together from S06, S08, S09, S24, S25 and S115 and searches with cve-search for known vulnerabilities." | ||
print_output "Additionally the identified CVE details are matched with public exploit databases." | ||
print_output "Additionally, the identified CVE details are matched with public exploit databases." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
print_output "The CycloneX SBOM module generates a Software Bill of Materials (SBOM) in JSON format by processing vulnerability data through CycloneDX." | ||
print_output "The CycloneDX SBOM module generates a Software Bill of Materials (SBOM) in JSON format by processing vulnerability data through CycloneDX." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
print_output "The upnp hnap checks module conducts live tests on UPnP, HNAP and JNAP services, using upncp and curl commands to enumerate and log responses from these services on identified HTTP and HTTPs ports." | ||
print_output "The UPnP and HNAP module conducts live tests on UPnP, HNAP and JNAP services, using upncp and curl." |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
print_output "The patools module extracts zip, tar, tgz firmware images with patool." | ||
print_output "The patools module extracts zip, tar and tgz firmware images with patool." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
print_output "The VMDK extractor module extracts contents from VMDK files by enumerating devices within the image, mounting each device and copying its contents to a designated extraction directory." | ||
print_output "The VMDK extractor module extracts contents from VMDK images by enumerating devices within the image, mounting each device and copying its contents to a designated extraction directory." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
print_output "The BMC decyptor module decrypts and extracts firmware from BMC files." | ||
print_output "The BMC decyptor module decrypts and extracts firmware from BMC images." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
print_output "The BSD UFS filesystem mounter module extracts and analyzes BSD Unix File Systems formatted firmware files by mounting them read-only, copying their contents for analysis and then cleaning up." | ||
print_output "The BSD UFS filesystem mounter module extracts and analyzes BSD Unix File Systems formatted firmware files by mounting them read-only, copying their contents for further analysis and then cleaning up." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
print_output "The ZyXel extraction module is used to extract protected ZIP firmware files from Zyxel devices by identifying encryption keys for ELF executables and utilizing them for firmware extraction." | ||
print_output "The Zyxel extraction module is used to extract protected ZIP firmware files from Zyxel devices by identifying encryption keys for ELF executables and utilizing them for firmware extraction." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
print_output "The unblob extraction module is the main extraction module and is responsible for analyzing binary firmware blobs using the unblob extractor, extracting firmware to a directory and performing basic Linux path identification within the extrated firmware." | ||
print_output "The unblob extraction module is the main extraction module and is responsible for analyzing binary firmware blobs using the unblob extractor, extracting firmware to a directory and performing basic Linux path identification within the extracted firmware." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
print_output "The OpenAI module facilitates AI-assisted analysis by leveraging OpenAIs ChatGPT as a second opinion on different static firmware analysis tasks" | ||
print_output "The OpenAI module facilitates AI-assisted analysis by leveraging OpenAIs ChatGPT as a second opinion on different static firmware analysis tasks." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
print_output "The firmware details module is responsible for providing details about the firmware and testing information. It detects the number of files and directories present in the firmware, offers insights into release/vetsion information and generates a filesystem tree to visualize the directory structure." | ||
print_output "The firmware details module is responsible for providing details about the firmware and testing information. It detects the number of files and directories present in the firmware, offers insights into release/version information and generates a filesystem tree to visualize the directory structure." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
print_output "The Bootloader check module performs checks to identify the bootloader and system startup configuration of a target system." | ||
print_output "The Bootloader check module performs checks to identify the bootloader and system startup configuration." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
print_output "The Radare decompile checker module perfomrs analysis of binary files and decompiles them to identify vulnerable functions." | ||
print_output "The Radare decompile checker module performs analysis of binary files and decompiles them to identify vulnerable functions." |