Merge pull request #159 from srikwit/patch-1

Bug fix for searchsploit unable to DB information for products
This commit is contained in:
g0tmi1k 2020-04-06 12:53:23 +01:00 committed by GitHub
commit f377f48e17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -374,6 +374,7 @@ function nmapxml()
"[PRODUCT]")
## We have a name, but no version (yet?) e.g. dnsmasq
software="${input}"
echo "${software}"
;;
"[VERSION]")
software="${software} ${input}"