"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "wormscan-1.6.1-src/wormreport.vm" of archive wormscan-1.6.1-src.tar.gz:


Caution: In this restricted "SfR Fresh" environment the current HTML page may not be correctly presentated and may have some non-functional links. Alternatively you can here view or download the uninterpreted source code. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.

#foreach( $attack in $attacks ) #end
WormScan 1.6.1
$!{numattacks} total attacks from $!{numhosts} unique hosts
Last updated: $!{timestamp}
#set( $first = 0 ) #foreach( $worm in $worms ) #if( $first == 0 ) #set( $first = 1 ) #else
#end $!{worm.getName()} - $!{worm.getNumAttacks()} attacks #end
#if( $enableReportByIP ) - #end IP #if( $enableReportByIP ) + #end #if( $enableReportByHostname ) - #end Hostname #if( $enableReportByHostname ) + #end #if( $enableReportByWorm ) - #end Worm #if( $enableReportByWorm ) + #end #if( $enableReportByNumattacks ) - #end # Attacks #if( $enableReportByNumattacks ) + #end #if( $enableReportByDate ) - #end Time #if( $enableReportByDate ) + #end
#if( !${attack.getSourceOfAttack().isHostnameOnly()} ) $!{attack.getSourceOfAttack().getAttackIP()} #else N/A #end #set( $hostnames = ${attack.getSourceOfAttack().getAttackHostnames()} ) #set( $wrotehostname = "no" ) #if( (${attack.getSourceOfAttack().isHostnameUnresolved()} && ${attack.getSourceOfAttack().isHostnameOnly()}) || !${attack.getSourceOfAttack().isHostnameUnresolved()} ) #foreach( $host in $hostnames ) #if( ${wrotehostname.equals("no")} ) #set( $wrotehostname = "yes" ) #else
#end $!{host} #end #if( ${wrotehostname.equals("no")} ) $!{attack.getSourceOfAttack().getAttackIP()} #end #else N/A #end #set( $hostnames = "" )
$!{attack.getAttackingWorm().getShortName()} $!{attack.getSourceOfAttack().getAttackCount()} $!{attack.getDateOfAttack()}