Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Report Template sharing -- |
|---|---|
| Date: | Tue, 15 May 2007 16:50:43 -0700 |
Anyone else have any report templates they'd like to share, or tips? I'm not an XML/XSL guy, but came up with the following, in the view_by_vuln.xsl template (This is Nessus 3.0 on Windows) (Key addition -- 2 lines, noted by >>>) You can a) repeat this section, by change HOLE to INFO to have a report that shows you all the holes plus warnings. Easy way to get a 'note' free report. You can use the exact same method to with the "view by host" templates (XSL) files as well. It's a quick hack, and it's not clean (NOTE's still show up, but with empty boxes - working on that) but thought I'd toss this out there and see if anyone else had template mods they'd like to share. If you have any trouble figuring out where this goes, let me know.
<xsl:if test = "level='HOLE'">
<tr>
<td width="100%">
<table width="100%"
cellspacing="0" cellpadding="0">
<tr>
<xsl:call-template
name="report_showhostport">
<xsl:with-param name="showhost" select="'yes'"/>
<xsl:with-param name="showport" select="'yes'"/>
</xsl:call-template>
<td
class="left_open_border" height="100%">
<table
width="100%" height="100%" cellspacing="0" cellpadding="0">
<xsl:call-template name="report_showalert">
<xsl:with-param name="donot_print_id" select="'yes'"/>
</xsl:call-template>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr><td
height="5"></td></tr>
</xsl:if>
_______________________________________________ Nessus mailing list Nessus@list.nessus.org http://mail.nessus.org/mailman/listinfo/nessus
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | 64-bit version, jfvanmeter |
|---|---|
| Next by Date: | Date at the top of report, Nate Beck |
| Previous by Thread: | Re: Problem running local security checks, Renaud Deraison |
| Next by Thread: | Re: Report Template sharing --, Mike . Vasquez |
| Indexes: | [Date] [Thread] [Top] [All Lists] |