Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. [root@stig1 centos]# salt-call hubble.audit cve_scan_v2
  2. [INFO ] Caching directory 'hubblestack_nova/' for environment 'base'
  3. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/README.rst'
  4. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/cis-centos-6-l1-scored.yaml'
  5. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/cis-centos-7-l1-scored-v2.yaml'
  6. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/cis-centos-7-l1-scored.yaml'
  7. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/cis-debian-8-l1-scored.yaml'
  8. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/cis-rhels-6-l1-scored.yaml'
  9. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/cis-rhels-7-l1-scored.yaml'
  10. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/cis-rhelw-7-l1-scored.yaml'
  11. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/cis-ubuntu-1404-l1-scored.yaml'
  12. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/cis.yaml'
  13. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/control_key_test.yaml'
  14. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/cve_scan.yaml'
  15. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/cve_scan_v2.yaml'
  16. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/cve_scan_v2_cdn.yaml'
  17. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/cve_scan_v2_salt.yaml'
  18. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/misc-win-2012-r2.yaml'
  19. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/modules/command.py'
  20. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/modules/cve_scan.py'
  21. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/modules/cve_scan_v2.py'
  22. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/modules/firewall.py'
  23. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/modules/grep.py'
  24. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/modules/netstat.py'
  25. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/modules/openssl.py'
  26. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/modules/pkg.py'
  27. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/modules/pkgng_audit.py'
  28. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/modules/service.py'
  29. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/modules/stat.py'
  30. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/modules/sysctl.py'
  31. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/modules/win_auditpol.py'
  32. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/modules/win_regedit.py'
  33. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/modules/win_secedit.py'
  34. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/netstat-ssh.yaml'
  35. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/pkgng_audit.yaml'
  36. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/sample_command.yaml'
  37. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/sample_firewall.yaml'
  38. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/sample_openssl.yaml'
  39. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/stig-rhel6-mac1-classifed.yaml'
  40. [INFO ] Fetching file from saltenv 'base', ** done ** 'hubblestack_nova/top.nova'
  41. [ERROR ] Exception occurred in nova module:
  42. [ERROR ] Traceback (most recent call last):
  43. File "/var/cache/salt/minion/extmods/modules/hubble.py", line 154, in audit
  44. ret = func(data_list, tags, verbose=verbose)
  45. File "/var/cache/salt/minion/files/base/hubblestack_nova/modules/cve_scan_v2.py", line 183, in audit
  46. local_pkgs = __salt__['pkg.list_pkgs'](versions_as_list=True)
  47. File "/usr/lib/python2.7/site-packages/salt/loader.py", line 1053, in __getitem__
  48. func = super(LazyLoader, self).__getitem__(item)
  49. File "/usr/lib/python2.7/site-packages/salt/utils/lazy.py", line 93, in __getitem__
  50. raise KeyError(key)
  51. KeyError: 'pkg.list_pkgs'
  52.  
  53. local:
  54. ----------
  55. Errors:
  56. |_
  57. ----------
  58. /modules/cve_scan_v2.py:
  59. ----------
  60. data:
  61. KeyError: 'pkg.list_pkgs'
  62. error:
  63. exception occurred
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement