Skip to content

Commit

Permalink
shellchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
m-1-k-3 committed Nov 23, 2024
1 parent 57062b7 commit c8d8fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/L15_emulated_checks_nmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ check_live_nmap_basic() {
# just to ensure there is some kind of version information in our entry
if [[ "$(echo "${lNMAP_CPE}" | tr ':' '\n' | wc -l)" -lt 4 ]]; then
# if the length does not match we can drop these results
print_output "[-] WARNING: Identifier ${lBIN_VERSION} is probably incorrect and will be removed" "no_log"
print_output "[-] WARNING: Identifier ${lNMAP_CPE} is probably incorrect and will be removed" "no_log"
continue
fi
if [[ "${lNMAP_CPE}" =~ :.*[0-9].* ]]; then
Expand Down

0 comments on commit c8d8fe0

Please sign in to comment.