Axeman icon indicating copy to clipboard operation
Axeman copied to clipboard

Axeman is a utility to retrieve certificates from Certificate Transparency Lists (CTLs)

Results 13 Axeman issues
Sort by recently updated
recently updated
newest added

Encapsulate the fields in " characters and escape them in the domain field

-s (start_offset) is not used in the code, and thus does not work. (Is this option replaced by -z (ctl_offset)?)

The use of the -z (ctl_offset) option will result in missing entries, or double entries if its not devidable by the block_size. Having a non dividable amount will cause Axeman...

Hi, While running a custom wrapper around axeman that inserts records into a custom database format, I've found out that every now and then a special certificate comes along, example...

Hi I have set up Axeman on a Google Compute Engine machine running Ubuntu 16.04 LTS server. When I run the program: axeman -c 16 The program downloads 32GB of...

axeman pulled down a few TBs of CSVs from various CTLs and then crashed: ``` [450] Finished, writing CSV... [450] CSV /tmp/certificates/ct2.digicert-ct.com_log/72408700-72408766.csv written! [450] Parsing... [450] Finished, writing CSV... [450]...

Traceback (most recent call last): File "/home/dcs/.local/bin/axeman", line 11, in sys.exit(main()) File "/home/dcs/.local/lib/python3.5/site-packages/axeman/core.py", line 280, in main loop.run_until_complete(get_certs_and_print()) File "uvloop/loop.pyx", line 1364, in uvloop.loop.Loop.run_until_complete File "/usr/lib/python3.5/asyncio/futures.py", line 274, in result...

The URL fix in 1.15 is needed for this project to function, pypi is on 1.14 https://pypi.org/project/axeman/ Can you cut the new release?