Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 564 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 564 Bytes

Rust implementation of the https://github.com/CaliDog/Axeman

Attempted to keep close to the origin with some modifications of behavior:

Additional features:

  • filter certificates according to the Subject_Name::CN/Alt names suffix
  • save the index of the last retrieved certificate to file (log size at the time of invocation)

Note: this is my Rust learning project