Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Axeman is only pulling from one log #6

Open
hailnick opened this issue Oct 12, 2018 · 2 comments
Open

Axeman is only pulling from one log #6

hailnick opened this issue Oct 12, 2018 · 2 comments

Comments

@hailnick
Copy link

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 data from https://ct.googleapis.com/logs/argon2019/ct/v1 and haults.
If I try to download a specific log:
Axeman -c 16 -u ‘https://ct.googleapis.com/logs/argon2019/ct/v1‘
The program outputs
[INFO:root] - the current time - Starting...
Although no files are downloaded and the console allows input as if the program didn’t begin properly.

@Fitblip
Copy link
Member

Fitblip commented Feb 14, 2019

Hey sorry for the delay here, I don't have time to check into this, but if you wanted to submit a PR to remedy that'd be great!

@wizche
Copy link
Contributor

wizche commented Nov 5, 2019

Hey @hailnick, it looks like the format must match the one returned by the CTL list (-l)

> python3 -m axeman.core -l
Found 48 CTLs...
Google 'Argon2019' log
    \- URL:            ct.googleapis.com/logs/argon2019
    \- Owner:          Google
    \- Cert Count:     854,510,771
    \- Max Block Size: 128
...

So passing ct.googleapis.com/logs/argon2019 will do the job.

> python3 -m axeman.core -u ct.googleapis.com/logs/argon2019
[INFO:root] 2019-11-05 21:34:13,495 - Starting...
[INFO:root] 2019-11-05 21:34:13,614 - Downloading certificates for Google 'Argon2019' log
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants