Skip to content

Releases: infobyte/faraday_agent_dispatcher

1.2.1

21 Aug 18:39
Compare
Choose a tag to compare
  • Now the dispatcher runs the check commands before running an executor
  • Fix error when connects with faraday fails when trying to access with SSL to not SSL server
  • Fix error when connects with faraday fails when server does not respond
  • Fix error when connects with faraday fails when SSL verification fails
  • Fix error attempting to create an executor with a comma in the name
  • Now the wizard ask if you want use the default SSL behavior
  • Started the process of documentation
  • The new official executors are:
    • arachni
    • openvas
    • zap
  • Nmap executor now acepted multi target
  • Fix W3af executor now uses python2
  • Escape user-controlled executor parameters in order to prevent OS argument injection (not command injection)
  • Faraday versions: 3.11, 3.11.1

1.2

21 Aug 18:36
Compare
Choose a tag to compare
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

21 Aug 18:34
Compare
Choose a tag to compare
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

21 Aug 18:33
Compare
Choose a tag to compare
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

21 Aug 18:31
Compare
Choose a tag to compare
0.1

First release