Skip to content

Releases: infobyte/faraday_plugins

1.11.0

03 Apr 13:24
Compare
Choose a tag to compare

1.11.0 [Apr 3rd, 2023]:

  • [FIX] Change syhunt´s and trivy´s plugins to export cvss vector correctly #292
  • [ADD] Add force flag to process-command to process the output of the command regardless of the exit code. #294
  • [MOD] The accunetix plugin now search for CVSS and cvss #296
  • [ADD] Add semgrep plugin. #297
  • [FIX] Fix inviti's plugin, check remedial procedures before parsing it with b4f. #298

1.10.0

31 Jan 15:19
Compare
Choose a tag to compare

1.10.0 [Jan 31th, 2023]:

  • [ADD] Add new acunetix360 plugin #293

1.9.1

03 Jan 18:40
Compare
Choose a tag to compare

1.9.1 [Jan 3rd, 2023]:

  • [ADD] Add new CIS plugin

1.9.0

15 Dec 14:40
Compare
Choose a tag to compare

1.9.0 [Dic 15th, 2022]:

  • [FIX] Now all plugins check that service protocol is not empty
  • [ADD] New pentera plugin and now json plugins can have filter_key to filter reports with that keys
  • [MOD] Change table format for list-plugins to github

1.8.1

13 Dec 14:15
Compare
Choose a tag to compare

1.8.1 [Nov 28th, 2022]:

  • [FIX] Nuclei's plugin check if the cwe is null and add retrocompability for newer versions for wpscan plugin
  • [ADD] Add cvss2/3 and cwe to faraday_csv plugin
  • [Add] Now nexpose_full plugin use severity from reports
  • [FIX] Now plugins check if the ref is empty

1.8.0

26 Oct 15:10
Compare
Choose a tag to compare

1.8.0 [Oct 26th, 2022]:

  • [Add] Add invicti plugin
  • [Add] Add nessus_sc plugin
  • [FIX] Remove cvss_vector from refs in nexpose_full
  • Add new identifier_tag to nikto plugin
  • [FIX] Now plugins check if ref field is already a dictionary
  • [MOD] Improve grype plugin for dockers images and change report_belong_to method for
    json plugins to check if json_keys is a list, in that case iterate the list and try if
    any of them create a match.

1.7.0

05 Sep 14:37
Compare
Choose a tag to compare

1.7.0 [Sep 5th, 2022]:

  • Add CWE, cvss to PluginBase
  • Add arguments for add tags for vulns, services and host.
  • Add test for tags and ignore_info
  • Add trivy's json plugin
  • Add command support for the wpscan plugin
  • [MOD] Now refs field is a list of dictionary with the format: {'name': string, 'type': string},
  • Fix for acunetix_json when host is ip
  • [FIX] - Asset duplicated on same file with multiple entries for Appscan_csv plugin.
  • [FIX] Change import dateutil to from dateutil.parser import parse for compatibility issues with python 3.10
  • [FIX] Add case for Netsparker plugins, when the url has a number inside a parenthesis.
  • Add *args **kwargs to syhunt plugin
  • fix bug when grype report has no artifact/metadata
  • [MOD] Now prowler plugin returns CAF Epic as policy violation and remove [check#] from tittle

1.6.7

02 Jun 19:52
Compare
Choose a tag to compare

1.6.7 [Jun 2nd, 2022]:

  • Change hostname_restolution to dont_resolve_hostname for process-report and now test dosent resovle hostname
  • Now QualysWebApp's plugin will diferenciate vulns from differents urlpaths

1.6.5

28 Apr 16:57
Compare
Choose a tag to compare

1.6.5 [Apr 28th, 2022]:

  • Now Openvas's plugin set severity to Critical when cvss >= 9.0

1.6.4

22 Apr 18:59
Compare
Choose a tag to compare

1.6.4 [Apr 21th, 2022]:

  • Add location as params in burp's plugin
  • Now the faraday_csv custom_fields regex match any no whitespace character.