Releases: infobyte/faraday_agent_dispatcher
Releases · infobyte/faraday_agent_dispatcher
2.1.2
2.1.1
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
2.1.0 [Aug 9th, 2021]:
- ADD Reminder message to run --token command after wizard
- FIX
start_date
andend_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
1.5.1 [May 6th, 2021]:
- FIX Burp executor parse the IP
1.5.0
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
- MOD Update faraday-plugins version, improving nessus plugin process
1.4.1
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
- 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
Proxy setup and nessus executor minor fix