Skip to content

Add SearchCVE.sh script and documentation#20

Merged
Miiraak merged 3 commits into
masterfrom
add-SearchCVE-bash-script
Aug 28, 2025
Merged

Add SearchCVE.sh script and documentation#20
Miiraak merged 3 commits into
masterfrom
add-SearchCVE-bash-script

Conversation

@Miiraak
Copy link
Copy Markdown
Owner

@Miiraak Miiraak commented Aug 28, 2025

Introduce SearchCVE.sh for automated CVE searches in Metasploit. Update documentation with an overview, features, usage examples, and troubleshooting tips. Implement argument parsing, error handling, and support for parallel execution in the script.

Introduce SearchCVE.sh for automated CVE searches in Metasploit. Update documentation with an overview, features, usage examples, and troubleshooting tips. Implement argument parsing, error handling, and support for parallel execution in the script.
@Miiraak Miiraak self-assigned this Aug 28, 2025
@Miiraak Miiraak added documentation Improvements or additions to documentation enhancement New feature or request Bash labels Aug 28, 2025
@Miiraak
Copy link
Copy Markdown
Owner Author

Miiraak commented Aug 28, 2025

ShellCheck Report for .sh files in this PR

File Line Type Message
Bash/Automation/SearchCVE.sh 108 warning Declare and assign separately to avoid masking return values. [SC2155]
Bash/Automation/SearchCVE.sh 139 note Expressions don't expand in single quotes, use double quotes for that. [SC2016]

@Miiraak
Copy link
Copy Markdown
Owner Author

Miiraak commented Aug 28, 2025

PSScriptAnalyzer Report for .ps1 files in this PR

No issues detected.

@Miiraak Miiraak merged commit 236d8f3 into master Aug 28, 2025
2 checks passed
@Miiraak Miiraak deleted the add-SearchCVE-bash-script branch August 28, 2025 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bash documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant