Skip to content

Commit

Permalink
#54 update report template
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Dec 5, 2016
1 parent 3a9df76 commit 276f401
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions analyzers/FILE_Info/report/success_long.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dd class="wrap">{{content.Identification['OperatingSystem']}}
</dd>
</dl>
<dl class="dl-horizontal">
<dl class="dl-horizontal" ng-if={{content.Identification['PEType']}}>
<dt>PE Type</dt>
<dd class="wrap">{{content.Identification['PEType']}}</dd>
</dl>
Expand Down Expand Up @@ -76,7 +76,7 @@
</div>

<!-- PE Basic Information -->
<div class="panel panel-info">
<div class="panel panel-info" ng-if={{content.BasicInformation}}>
<div class="panel-heading">
<strong>PE Basic Information</strong>
</div>
Expand Down Expand Up @@ -105,7 +105,7 @@
</div>

<!-- PE Sections -->
<div class="panel panel-info">
<div class="panel panel-info" ng-if={{content.Sections}}>
<div class="panel-heading">
<strong>PE Sections</strong>
</div>
Expand Down Expand Up @@ -145,7 +145,7 @@

<!-- PE Import Address Table -->

<div class="panel panel-info">
<div class="panel panel-info" ng-if={{content.ImportAdressTable}}>
<div class="panel-heading">
<strong>PE Import Address Table</strong>
</div>
Expand Down
8 changes: 4 additions & 4 deletions analyzers/FILE_Info_1.0.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PE_Info",
"name": "FILE_Info",
"version": "1.0",
"report": "PE_Info/report",
"description": "Basic information about a PE File.",
"report": "FILE_Info/report",
"description": "Basic information about a File.",
"dataTypeList": ["file"],
"baseConfig" : "PE_Info",
"baseConfig" : "FILE_Info",
"config": {"max_tlp":"3"},
"command": "FILE_Info/run.py"
}

0 comments on commit 276f401

Please sign in to comment.