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

Report Download without ID Fails #1

Open
arcsector opened this issue Jul 7, 2021 · 0 comments
Open

Report Download without ID Fails #1

arcsector opened this issue Jul 7, 2021 · 0 comments

Comments

@arcsector
Copy link
Owner

You should be able to download reports like the second report download example in the reports documentation for REPORTS/DOWNLOAD. This translates to this python code:

c = Config(**config)
S = ShadowAPI(c)
date_since = date.today()
test_download = S.report_download(report="myreport", date_=date_since, type_='scan-netbios', limit=3)

However this doesn't work. I'll follow up with the Shadowserver team on this.

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

1 participant