Skip to content

Releases: infobyte/faraday_agent_dispatcher

2.1.2

19 Oct 20:47
Compare
Choose a tag to compare

2.1.2 [Oct 19th, 2021]:

  • ADD script to nmap logic

2.1.1

20 Aug 00:15
Compare
Choose a tag to compare

2.1.1 [Aug 18th, 2021]:

  • ADD option via configuration YAML file to ignore ssl errors
  • MOD Wizard connection ports defaults vary if SSL value has changed in the previous configuration
  • Faraday versions: 3.16.0, 3.16.1, 3.16.2, 3.17.0, 3.17.1, 3.17.2

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