Altered the badger db to derive the HWID from more static sources and to have a fallback in the event of a failure

This commit is contained in:
Evan Hosinski
2026-04-07 08:52:11 -04:00
parent d80ac68201
commit da53a787fe
3 changed files with 310 additions and 14 deletions
+2 -2
View File
@@ -195,8 +195,8 @@ var (
// Write history records to file if any
if len(historyRecords) > 0 {
fmt.Println("[*] Records Found: %d\n", len(historyRecords))
fmt.Println("[*] WHOIS History being written to file: %s%s\n", whoisOutputFile, fType.Extension())
fmt.Printf("[*] Records Found: %d\n", len(historyRecords))
fmt.Printf("[*] WHOIS History being written to file: %s%s\n", whoisOutputFile, fType.Extension())
writeErr := export.WriteWhoIsHistoryToFile(historyRecords, filename, fType)
if writeErr != nil {
if debugGlobal {