fixed output of coffee and primary banner

This commit is contained in:
Evan Hosinski
2025-05-17 10:25:16 -04:00
parent 61052b3308
commit 00d9a6b57e
15 changed files with 574 additions and 607 deletions
+3 -3
View File
@@ -552,7 +552,7 @@ func (w *DehashedWhoIs) WhoisIP(ipAddress string) ([]sqlite.LookupResult, error)
})
}
sqlite.StoreIPLookup(lookups)
sqlite.StoreWhoisLookup(lookups)
return lookups, nil
}
@@ -702,7 +702,7 @@ func (w *DehashedWhoIs) WhoisMX(mxHostname string) ([]sqlite.LookupResult, error
})
}
sqlite.StoreIPLookup(mxLookups)
sqlite.StoreWhoisLookup(mxLookups)
return mxLookups, nil
}
@@ -849,7 +849,7 @@ func (w *DehashedWhoIs) WhoisNS(nsHostname string) ([]sqlite.LookupResult, error
})
}
sqlite.StoreIPLookup(nsLookups)
sqlite.StoreWhoisLookup(nsLookups)
return nsLookups, nil
}