-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command not found #172
Comments
I am experiencing the same issue as well, have you been able to get a work-around outside github? |
No I haven't managed to get this to work. I have tried to use a docker container, python venv environment and still no luck. I even reloaded a new kali vm instance, same error... as well as on parrot os... I really don't know what more to try.. or if I'm doing something wrong. I initially kept getting python asigref errors, but in the parrot os when I created a python virtual environment it installed perfectly but as soon as I input the command to run the flow through mitmproxy2swagger it keeps saying mitmproxy2swagger command not found... |
I am also facing the same error. Trying to solve it from last 3 days |
I also haven't managed to make it work. The best bet would be to learn how to use the docker container method. I managed to get it set up in a container, but I don't know much about Docker, so another thing to learn and master.... Iv only just started to learn and use Linux so I guess its all about the learning curve.. |
Hi, I had the same issue. I received this warning: WARNING: The script mitmproxy2swagger is installed in '/home/kali/.local/bin' which is not on PATH. I moved the install to /usr/local/bin and the command is now found. sudo mv /home/kali/.local/bin/mitmproxy2swagger /usr/local/bin |
Getting same error but them i tried to install it using docker here is my process This worked well UNTIL i got the error $ sudo docker run --rm mitmproxy2swagger -i ../flows -o spec.yml -p http://[URL] -f flow File is there but still showing this error |
Same issue here, and I use windows with Python 3.1 |
I'm installing on an updated, upgraded VMware instance of kali Linux. Busy with the apisec api penetration testing course.
Used pip3 to install into the/opt/ directory.
If I use the command to run the flow through mitmproxy2swagger it keeps saying: command not found.
The text was updated successfully, but these errors were encountered: