runZeroInc / recog-go

Recog-Go: Pattern Recognition using Rapid7 Recog
Other
101 stars 30 forks source link

Adds db/fingerprint references which can be traversed via `FingerprintMach` #24

Open dabdine opened 3 weeks ago

dabdine commented 3 weeks ago

Use case: Determine which type of database the fingerprint match was generated from: fpMatch.Fingerprint.DB.DatabaseType (e.g., os, service, software, whatever). Useful when you don't know in advance what can be generated, but you want to know what class of thing should've been produced so you can route handling of it in a special way without inspecting each parameter in the Values map.