Skip to content

Releases: infobyte/faraday_agent_dispatcher

2.1.0

09 Aug 21:26
Compare
Choose a tag to compare

2.1.0 [Aug 9th, 2021]:

  • ADD Reminder message to run --token command after wizard
  • FIX start_date and end_date to be sent as UTC
  • FIX Receiving API error when faraday license is expired
  • ADD Executor for insightvm
  • REMOVE Host and api from burp executor parameters
  • Faraday versions: 3.16.0, 3.16.1, 3.16.2, 3.17.0

2.0.0

05 Jul 21:18
Compare
Choose a tag to compare

2.0.0 [Jun 29th, 2021]:

  • ADD Executor parameter typing
  • ADD versioning for manifests from typing package
  • FIX typo in wizard

1.5.1 [May 6th, 2021]:

12 May 15:33
Compare
Choose a tag to compare
  • FIX Burp executor parse the IP

1.5.0

31 Mar 05:47
Compare
Choose a tag to compare

1.5.0 [Mar 30th, 2021]:

  • ADD having at least a executor is mandatory, if not it will not save the configuration
  • UPD executor pagination, now each executor have a "unique" id
  • MOD Update all reference to [faraday][faraday] to [API v3][api]
  • MOD Connectivity endpoint is now /_api/v3/info
  • MOD Now registration token is needed within the run command. Only needed the first time
  • MOD setting host in the wizard now accepts full urls, such as https://my.server.com:12345
  • ADD new plugin to support newer OpenVas/gvm versions (gvm_openvas). The old openvas executor was renamed to
    "openvas_legacy"
  • Faraday versions: 3.14.3

1.4.2

26 Feb 18:10
Compare
Choose a tag to compare
  • MOD Update faraday-plugins version, improving nessus plugin process

1.4.1

18 Feb 16:43
Compare
Choose a tag to compare

1.4.1 [Feb 17th, 2021]:

  • MOD Various UX improves in wizard:
    • ADD special character control in name executor
    • ADD More verbose info
    • It is possible to exit wizard if its misconfigurated (will not be saved)
    • FIX Not choosing executor (Using Q) generates correct config file
    • MOD max data sent to server option is a manual edit configuration
    • MOD more extensive default list of official executors
    • MOD change color for options "next page" "don't choose"
  • ADD new WPScan executor that does not need docker anymore
  • FIX in nuclei_exclude parameter for nuclei executor
  • [Faraday][faraday] versions: 3.14.0, 3.14.1

1.4.0

28 Dec 21:27
Compare
Choose a tag to compare
  • A base_route can be added before the root of the server (e.g:
    https://my.company.com/faraday/ as / of faraday)
  • Add duration to bulk_create to be set correctly
  • The new official executors are:
    • nuclei
    • reports: local report consumed by faraday-plugins
  • Add new flags for nmap executor: -sC,-sV,-Pn,--script-timeout,--host-timeout,--top-ports
  • Fix bug nmap and nessus executors to execute with the dispatcher environment
  • Fix nmap executor when http(s) scheme passed as target
  • [Faraday][faraday] versions: 3.14.0

1.3.1

17 Sep 16:04
Compare
Choose a tag to compare
Proxy setup and nessus executor minor fix

1.3.0

03 Sep 23:30
Compare
Choose a tag to compare
  • An Agent can post data to multiples workspaces
  • The run command tries to migrate the configuration to the latest version from
    others as the config-wizard does
  • Improve agent signal management and server disconnection, affecting the exit code
  • The wizard page size can be customized (See:
    faraday-dispatcher config-wizard --help )
  • The new official executors are:
    • burp
    • crackmapexec
  • Arachni executor generates reports in /tmp now
  • Nmap executor updates use of nmap plugin (byte-string to string response)
  • [Faraday][faraday] versions: 3.12.0

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