<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 9/10/13 1:44 PM, leam hall wrote:<br>
    </div>
    <blockquote
cite="mid:CACv9p5rDOMh1YSMQxbjqXvb_s+w_eYLwCu2SHNuhHRYyT+fMTw@mail.gmail.com"
      type="cite">Ah, I need to figure out how to have the SSG just
      check for STIG findings. Cool. </blockquote>
    <br>
    A great writeup:<br>
    <a class="moz-txt-link-freetext" href="http://myopensourcelife.com/2013/09/08/scap-and-remediation/">http://myopensourcelife.com/2013/09/08/scap-and-remediation/</a><br>
    <br>
    <br>
    In short, assuming you have the SSG RPM installed:<br>
    <meta charset="utf-8">
    <pre class="wiki" style="background-color: rgb(247, 247, 247); border: 1px solid rgb(215, 215, 215); margin: 1em 1.75em; padding: 0.25em; overflow: auto; color: rgb(0, 0, 0); font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-position: initial initial; background-repeat: initial initial;">oscap xccdf eval --profile stig-rhel6-server \
--results /tmp/`hostname`-stig-results.xml \
--report /tmp/`hostname`-stig-report.html \
--cpe /usr/share/xml/scap/ssg/content/ssg-rhel6-cpe-dictionary.xml \
/usr/share/xml/scap/ssg/content/ssg-rhel6-xccdf.xml</pre>
  </body>
</html>