Releases: infobyte/faraday_agent_dispatcher
Releases · infobyte/faraday_agent_dispatcher
3.0.0
3.0.0 [Dec 13th, 2023]:
- [MOD] Now faraday-dispatcher works with socketio. #195
2.6.3
2.6.3 [Aug 24th, 2023]:
- [FIX] Check the code response for burp executor #194
2.6.2
2.6.2 [Aug 3rd, 2023]:
- [MOD] Now you can download a existing report in tenableio #192
2.6.1
2.6.1 [July 20th, 2023]:
- [FIX] Now nuclei executor use -j flag instead of -json. #187
2.6.0
2.6.0 [July 7th, 2023]:
- [ADD] Add HCL Appscan executor. #186
2.5.1
2.5.1 [Jan 3rd, 2023]:
- [DEL] Now nuclei doesn't check if the target is an ip
- [MOD] Replace assert return code with if
- [DEL] Remove default x_token in nessus executor
2.3.0
2.3.0 [Sep 5th, 2022]:
- Now InsighVM's executer will executa a scan if a site_id is provided
- Add tags for plugins
- Add installation in docker file for nmap script: vulners
- Now the api-key from zap is a enviroment variable
- [FIX] Change AGENT_CONFIG_HOSTNAME_RESOLUTION por AGENT_CONFIG_RESOLVE_HOSTNAME
- Update docs
2.2.0
2.2.0 [Jul 25th, 2022]:
- Add timeout parameter to arachni's executor
- Add python2.7, w3af and its dependencies to docker image
- Add ignore_info and hostname_resolution options for most executors.
- Nessus now list in the logs the available templates and uses posixpath.join instead of concat strings.
Nikto now uses only requieres TARGET_URL argument. - Fix logs and change .format to fstrings
- Remove ws from dispatcher.yaml.
- Now faraday-dispatcher send the parameters of the executors when it
connects to faraday server. Also it checks if there are new enviroment
variables defined in the manifest file and warn the user.