Skip to content

Releases: infobyte/faraday_agent_dispatcher

3.0.0

13 Dec 12:35
Compare
Choose a tag to compare

3.0.0 [Dec 13th, 2023]:

  • [MOD] Now faraday-dispatcher works with socketio. #195

2.6.3

24 Aug 16:52
Compare
Choose a tag to compare

2.6.3 [Aug 24th, 2023]:

  • [FIX] Check the code response for burp executor #194

2.6.2

03 Aug 13:59
Compare
Choose a tag to compare

2.6.2 [Aug 3rd, 2023]:

  • [MOD] Now you can download a existing report in tenableio #192

2.6.1

20 Jul 15:10
Compare
Choose a tag to compare

2.6.1 [July 20th, 2023]:

  • [FIX] Now nuclei executor use -j flag instead of -json. #187

2.6.0

07 Jul 20:15
Compare
Choose a tag to compare

2.6.0 [July 7th, 2023]:

  • [ADD] Add HCL Appscan executor. #186

2.5.1

03 Jan 20:25
Compare
Choose a tag to compare

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

06 Sep 03:07
Compare
Choose a tag to compare

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

26 Jul 12:15
Compare
Choose a tag to compare

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.

2.1.3

13 Dec 14:54
Compare
Choose a tag to compare

2.1.3 [Dec 13th, 2021]:

  • Add --api-token --random-user-agent to wpscan
  • Move shodan executor to official and change logic to work with plugins

2.1.2

19 Oct 20:47
Compare
Choose a tag to compare

2.1.2 [Oct 19th, 2021]:

  • ADD script to nmap logic