faraday-cli
faraday-cli copied to clipboard
Faraday's Command Line Interface
problem
┌──(root㉿kali)-[~] └─# faraday-cli auth Traceback (most recent call last): File "/usr/local/bin/faraday-cli", line 5, in from faraday_cli.shell.main import main ModuleNotFoundError: No module named 'faraday_cli'
Hello. Whats about adding features https://github.com/infobyte/faraday-client/pull/11 Have you interested in it?
Please indicate which license is this project using. According to the setup.py file, it is GPLv3: https://github.com/infobyte/faraday-cli/blob/master/setup.py#L40. But you don't include a COPYING file nor copyright notices in any files.
About all i can do is authenticate, after that it error's out on almost everything i attempt. `✔ Authenticated with faraday: http://127.0.0.1:5985 Faraday> workspace list EXCEPTION of type 'Exception' occurred...
getting this error when trying to upload report via github actions: Saving config ✔ Authenticated with faraday: http://***:5985 ❌ Failed to detect report: output.json although on ls i can see...
* I have an application and a faraday server running in a docker compose setup. * The hostname of the faraday server is "faraday". * When running the authentication in...
I've tried using both faraday-cli and faraday-plugins to import a Nuclei Json file, but with no success. Any idea on how to remediate? I scanned http://testphp.vulnweb.com so I know there's...
Hello! First of all, I'd like to thank you for this great and interesting project — awesome work! I'm currently experimenting with the Faraday Community Edition and trying to run...