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:
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user