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

null problem #9

Closed Bank4500 closed 7 months ago

Bank4500 commented 3 years ago

I'm having trouble with archerysec right now.

We can create project using CLI commands:

$ archerysec-cli -s http://192.168.222.131:8000 -u Bank -p 123456 --createproject \ --project_name=test_project --project_disc="test project" --project_start=2021-07-30 \ --project_end=2021-07-30 --project_owner=Bank

Output:

{"message": "Project Created", "project_id": "4b4303bc-2cd6-4212-8801-231e8b10be6d"} We can launch scan(s) using CLI:

$ archerysec-cli -s http://192.168.222.131:8000 -u Bank -p 123456 \ --zapscan --target_url=http://demo.testfire.net \ --project_id=4b4303bc-2cd6-4212-8801-231e8b10be6d

Output:

null

I'm not sure if I forgot to install something or forgot to add something. hphQaq40 ImcE93gz

Bank4500 commented 3 years ago

How should I fix scan id null?

slackerwx commented 3 years ago

I'm having the same problem

anandtiwarics commented 3 years ago

hi, please use a released version of archerysec we are working on major changes on the master branch.