WebFuzzing / EvoMaster

The first open-source AI-driven tool for automatically generating system-level test cases (also known as fuzzing) for web/enterprise applications. Currently targeting whitebox and blackbox testing of Web APIs, like REST, GraphQL and RPC (e.g., gRPC and Thrift).
GNU Lesser General Public License v3.0
515 stars 85 forks source link

Unexpected Error while executing a swagger v1 url #773

Closed agrawalhemant5393 closed 1 year ago

agrawalhemant5393 commented 1 year ago

Error Stack trace:

You are doing Black-Box testing, but you did not specify the 'problemType'. The system will default to RESTful API testing.←[0m

arcuri82 commented 1 year ago

in the logs you have https:/*/swagger/v1/swagger.json. the value * is not a valid hostname or IP address.

agrawalhemant5393 commented 1 year ago

No is just edit by it was a private link so I have replaced it by . Mainly I just wanted to know about how to take care of such error. Is there any command we can by-pass this certificate issue and evomaster can penetrate within the tool.

arcuri82 commented 1 year ago

is it a self-signed certificate? in that case, you can look at SO

agrawalhemant5393 commented 1 year ago

Noted. Thanks. I will check that. If needed we can close this.