Releases: infobyte/faraday_agent_dispatcher
Releases · infobyte/faraday_agent_dispatcher
1.2
- Now we have official executors, packaged with the dispatcher
- Fix error when killed by signal
- Fix error when server close connection
- Fix error when ssl certificate does not exists
- Fix error when folder ~/.faraday does not exists, creating it
- The new official executors are:
- nessus
- nikto
- nmap
- sublist3r
- wpscan
- w3af
- Faraday versions: 3.11, 3.11.1
1.1
- The dispatcher now runs with a
faraday-dispatcher run
command faraday-dispatcher wizard
command added which generates configuration .ini file- Manage execution_id within WS and API communication
- The route of Faraday ws comunication change from
/
to/websockets
- Better error management, now shows error and exceptions depending on log levels
- Better management of invalid token errors
- Add ssl support
- Faraday versions: 3.11, 3.11.1
1.0
First stable version
- You can add fixed parameters than shouldn't came by the web (e.g. passwords) are set in the dispatcher.ini
- Now its possible to manage multiple executors within one agent
- Now is possible to receive params from the Faraday server
- Faraday versions: 3.10, 3.10.1, 3.10.2
0.1
First release