Skip to content

Releases: LimberDuck/nessus-file-reader

Release v0.4.2

04 Mar 17:10
b4cddcf
Compare
Choose a tag to compare

What's Changed

Changed

  • README.md updated with example nfr commadline usage.
  • nfr scan --scan-summary has simplified column names, to save space on the screen:
    • nessus_scan_file -> File name
    • report_name -> Report name
    • number_of_target_hosts -> TH
    • number_of_scanned_hosts -> SH
    • number_of_scanned_hosts_with_credentialed_checks_yes -> CC
  • nfr scan --scan-summary has 5 new columns
    • C, H, M, L, N, accordingly number of plugins with Critical, High, Medium, Low and None risk factor for whole scan
  • nfr scan --scan-summary-legend command to see columns description
  • nfr scan --policy-name option changed to --policy-summary
  • nfr scan --policy-summary informs about Policy name and settings like Max hosts, Max checks, Check timeout,
    Plugins number used during the scan.
  • nfr scan --source-of-file option changed to --scan-file-source

Fixed

  • detected_os() function in host.py handles situation if there is no Operating System detected
    (reported by ricardosupo in issue
    #8).
  • nfr CLI handles FileNotFoundError when you give nessus files or directory which doesn't exist.

Full Changelog: v0.4.1...v0.4.2

Release v0.4.1

13 May 13:27
577e21c
Compare
Choose a tag to compare

What's Changed

Fixed

  • requirements installation fixed

Full Changelog: v0.4.0...v0.4.1

Release v0.4.0

13 May 12:49
341a8fc
Compare
Choose a tag to compare

What's Changed

Added

  • commandline interface - from now on this package will provide you possibility to run nfr in commandline. After installation type nfr or nfr --help to find out more.
  • Tenable.io files support - initial support to pars nessus files coming from Tenable.io

Full Changelog: v0.3.0...v0.4.0

Release v0.3.0

27 Mar 15:24
dd80dbe
Compare
Choose a tag to compare

Added

  • new function host.netbios_network_name - to get NetBIOS Computer Name, Workgroup / Domain name for given target.

Changed

  • possibility to pars network address with mask in target

Release v0.2.0

27 Mar 15:22
Compare
Choose a tag to compare

Added

  • new function plugin.report_item_values - to get list of values for all items with given name e.g. 'cve'

Release v0.1.0

27 Mar 15:18
Compare
Choose a tag to compare
  • Initial release