Page MenuHomeDevCentral

Add known hexadecimal words
ClosedPublic

Authored by dereckson on Feb 18 2018, 15:06.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 25, 08:10
Unknown Object (File)
Mon, Mar 25, 08:10
Unknown Object (File)
Wed, Mar 20, 05:32
Unknown Object (File)
Mon, Mar 18, 02:59
Unknown Object (File)
Sun, Mar 17, 02:12
Unknown Object (File)
Mon, Mar 4, 15:45
Unknown Object (File)
Sat, Mar 2, 06:30
Unknown Object (File)
Feb 27 2024, 08:24
Subscribers
None

Details

Summary

The log is parsed to find hexadecimal hashes.

Some English words can be false positives, and such false positives are
ignored through an hexadecimal known words list.

Currently, the list only contains words used in the log, 'added' and 'ed25519'.

This changes adds some more, from a ^[a-f]+$ search in /usr/share/dict/words,
so the log should be safe in the future.

Test Plan

Ensure words aren't parse as SHA hashes.

Diff Detail

Repository
rSERVERSLOGDESIGN Servers logs website (design)
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Feb 18 2018, 15:56
This revision was automatically updated to reflect the committed changes.