Merge pull request #159 from srikwit/patch-1
Bug fix for searchsploit unable to DB information for products
This commit is contained in:
commit
f377f48e17
1 changed files with 1 additions and 0 deletions
|
@ -374,6 +374,7 @@ function nmapxml()
|
||||||
"[PRODUCT]")
|
"[PRODUCT]")
|
||||||
## We have a name, but no version (yet?) e.g. dnsmasq
|
## We have a name, but no version (yet?) e.g. dnsmasq
|
||||||
software="${input}"
|
software="${input}"
|
||||||
|
echo "${software}"
|
||||||
;;
|
;;
|
||||||
"[VERSION]")
|
"[VERSION]")
|
||||||
software="${software} ${input}"
|
software="${software} ${input}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue