flipkart-incubator / Astra

Automated Security Testing For REST API's
Apache License 2.0
2.49k stars 396 forks source link

step's to follow to know how ASTRA CLI scan all the apis using Postman collection #72

Closed yasserEnisoo closed 5 years ago

yasserEnisoo commented 5 years ago

In example 3 Declare that Astra also provides a feature to scan all the apis using Postman collection. so I create my proper collection with postman, where I make my test scenario ( 5 URL) and now I want to test it with ASTRA, so how to proceed and think am right to build a new ASTRA docker Image ?? to run test ??

sagarpo commented 5 years ago

you can use python astra.py -n FILENAME -c Postman to start the scan using postman collection.