KissPeter / APIFuzzer

Fuzz test your application using your OpenAPI or Swagger API definition without coding
GNU General Public License v3.0
428 stars 69 forks source link

Implement a controller component that will start the application under test #10

Closed LyashenkoGS closed 4 years ago

LyashenkoGS commented 6 years ago

The proper way to start an application under test is using a controller component. See http://kitty.readthedocs.io/en/latest/base_structure.html#controller Neet to implement a controller that will fork a process with the ingestion service on a free random port. After the service is up and running the controller should start fuzzing

KissPeter commented 6 years ago

I'm aware of this capability, but I don't plan to do this in the near future because it was planned to fuzz remote servers.

KissPeter commented 4 years ago

reflecting to my previous comment: It is planned for remote server fuzzing so won' be implemented