You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Error: Unable to find httprobe after updating paths in karma
Body:
Hi,
I’m experiencing an issue with the karma tool after updating paths in the scripts. When running the command, I get the following error:
┌──(myenv)(kali㉿kali)
└─$ karma -h
[!] Error: Unable to find httprobe. Make sure it installed OR
- GO111MODULE=on go get -v github.com/tomnomnom/httprobe
I have updated the path of the httprobe in script /home/kali/go/bin/httprobe
GO111MODULE=on go get -v github.com/tomnomnom/httprobe
after solving that issue I am encountering issue with anew "command not found" error, and the issue seems related to line 140 in the script. eventhough anew installed in my system
Could you please help resolve this issue?
Thank you!
The text was updated successfully, but these errors were encountered:
Title: Error: Unable to find
httprobe
after updating paths inkarma
Body:
Hi,
I’m experiencing an issue with the
karma
tool after updating paths in the scripts. When running the command, I get the following error:I have updated the path of the httprobe in script /home/kali/go/bin/httprobe
after solving that issue I am encountering issue with anew "command not found" error, and the issue seems related to line 140 in the script. eventhough anew installed in my system
Could you please help resolve this issue?
Thank you!
The text was updated successfully, but these errors were encountered: