archerysec / archerysec-cli

A commandline tool that wraps the Archerysec REST API for controlling Archery and executing quick, targeted scans.
Other
11 stars 2 forks source link

Report upload fails #1

Closed wheelq closed 5 years ago

wheelq commented 5 years ago

I have exported report in JSON format, using archerysec GUI. Then I wanted to re-import same JSON file using archerysec-cli. But it looks like it fails:

` archerysec-cli -s http://xxx.xxx.xxx.xxx:9000 -u admin -p xxxxxxxx --upload --file=report_arachni.json --TARGET="https://xxxxxxxxx/" --file_type=JSON --scanner=arachni --project_id="81111111-1111-1111-1116-111111111111"1

And here is the result: image

wheelq commented 5 years ago

why is it closed?

anandtiwarics commented 5 years ago

--scanner=arachni supports only XML file. please use xml file. Duplicate of #2