Page MenuHomeDevCentral

Write a Terminator plugin to resolve hashes
Open, NormalPublic

Description

Terminator allows plugins to add capabilities to the terminal.

We can detect hashes and then call resolve-hash with the found exception.

Regexp to detect hash

In the servers log, we use the following regexp for hashes: /\b([0-9a-f]{7,40})\b/g (extracted from servers-log.js).

References

Event Timeline

dereckson triaged this task as Normal priority.Mar 6 2022, 13:13
dereckson created this task.

Hey, I would love to work on this issue but am confused could you help me understand the issue a bit more please.

Hello,

We can chat for this task on IRC if you wish, please ping me on Libera, dereckson my username, and I can show you how the Python code currently works, and how to leverage that for the terminal.