How to run Faradaysec
Faradaysec is a great penetration testing IDE
How to run Faraday < 2.7
To run the server:
python /usr/share/python-faraday/faraday-server.py
Check:
netstat -tanpu | grep 5985
curl http://localhost:5985/_api/ws
curl http://localhost:5985/status/check
ls -la /var/lib/couchdb/
To run the client:
python /usr/share/python-faraday/faraday.py
How to run Faraday v3.0
First run server:
python /usr/share/python-faraday/faraday-server.py
Second, run client:
python /usr/share/python-faraday/faraday.py
Check:
python /usr/share/python-faraday/manage.py status_check
How to access the UI:
For more info go to https://github.com/infobyte/faraday/wiki and https://faradaysec.com/
Next section, to customize your ZSH shell: