puppet-meteor / MINER

MINER provided by the paper "MINER: A Hybrid Data-Driven Approach for REST API Fuzzing"
36 stars 6 forks source link

Running MINER on WSL #4

Closed himawanbayu closed 6 months ago

himawanbayu commented 11 months ago

I tried to run MINER on Ubuntu (WSL) but I found this error. Can I use MINER on WSL? Screenshot 2023-10-20 082620

puppet-meteor commented 11 months ago

First of all, as we introduced in README, our code must be placed under the '/home/MINER' path, because we set the absolute path in our code. Secondly, you may need to use sudo su to enter root mode and then run the command.

himawanbayu commented 11 months ago

I created the new one under '/home/MINER' but I still can't run 'Restler' to generate grammar. I used swagger.json from Restler, and put it in '/home/demo-test'. Do I need to create my own swagger? image

puppet-meteor commented 10 months ago

It has been a long time since we completed the experiment of Miner, and many experimental details have been forgotten. In my impression, RESTler's grammar generation function is not easy to use. We seem to mainly construct grammars manually.