Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fact_pdf_report
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
fact_pdf_report
Commits
989ea9e7
Commit
989ea9e7
authored
Jul 13, 2019
by
dorp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adapted some more templates
parent
79783e9c
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
44 deletions
+15
-44
file_hashes.tex
pdf_generator/templates/default/file_hashes.tex
+6
-15
file_type.tex
pdf_generator/templates/default/file_type.tex
+8
-10
main.tex
pdf_generator/templates/default/main.tex
+1
-7
unpacker.tex
pdf_generator/templates/default/unpacker.tex
+0
-12
No files found.
pdf_generator/templates/default/file_hashes.tex
View file @
989ea9e7
\begin{tabular}
{
|p
{
3cm
}
|p
{
11.5cm
}
|
}
\hline
Time of Analysis
&
\VAR
{
selected
_
analysis['analysis
_
date'] | nice
_
unix
_
time
}
\\
\hline
Plugin Version
&
\VAR
{
selected
_
analysis['plugin
_
version']
}
\\
\hline
\subsection*
{
hashes (v.
\VAR
{
selected
_
analysis['plugin
_
version']
}
)
}
imphash
&
\VAR
{
selected
_
analysis['imphash']
}
\\
{
\fontfamily
{
lmss
}
\selectfont
\begin{tabular}
{
|p
{
3cm
}
|p
{
11.5cm
}
|
}
\hline
md5
&
\VAR
{
selected
_
analysis['md5']
}
\\
...
...
@@ -23,10 +18,5 @@
sha512
&
\VAR
{
selected
_
analysis['sha512'] | split
_
hash
}
\\
\hline
ssdeep
&
\VAR
{
selected
_
analysis['ssdeep'] | split
_
hash
}
\\
\hline
whirpool
&
\VAR
{
selected
_
analysis['whirlpool'] | split
_
hash
}
\\
\hline
\end{tabular}
\end{tabular}
}
\ No newline at end of file
pdf_generator/templates/default/file_type.tex
View file @
989ea9e7
\begin{longtable}
{
|p
{
3cm
}
|p
{
11.5cm
}
|
}
\hline
Time of Analysis
&
\VAR
{
selected
_
analysis['analysis
_
date'] | nice
_
unix
_
time
}
\\
\hline
\subsection*
{
file type (v.
\VAR
{
selected
_
analysis['plugin
_
version']
}
)
}
Plugin Version
&
\VAR
{
selected
_
analysis['plugin
_
version']
}
\\
{
\fontfamily
{
lmss
}
\selectfont
\begin{longtable}
{
|p
{
3cm
}
|p
{
11.5cm
}
|
}
\hline
File Type
&
\VAR
{
selected
_
analysis['full'] | filter
_
chars
}
\\
\hline
...
...
@@ -13,10 +10,11 @@
\hline
\BLOCK
{
if selected
_
analysis['summary']
}
Summary
Containing Files
\BLOCK
{
for selected
_
summary in selected
_
analysis['summary']
}
&
\VAR
{
selected
_
summary | filter
_
chars
}
\\
&
\VAR
{
selected
_
summary | filter
_
chars
}
(
\VAR
{
selected
_
analysis['summary'][selected
_
summary] | elements
_
count
}
)
\\
\BLOCK
{
endfor
}
\hline
\BLOCK
{
endif
}
\end{longtable}
\ No newline at end of file
\end{longtable}
}
\ No newline at end of file
pdf_generator/templates/default/main.tex
View file @
989ea9e7
...
...
@@ -34,7 +34,7 @@
\input
{
meta.tex
}
}
\section*
{
Analys
e
s
}
\section*
{
Analys
i
s
}
\BLOCK
{
if "base64
_
decoder" in analysis
}
\subsection*
{
base64 decoder
}
...
...
@@ -72,17 +72,11 @@
\BLOCK
{
endif
}
\BLOCK
{
if "file
_
hashes" in analysis
}
\subsection*
{
file hashes
}
{
\fontfamily
{
lmss
}
\selectfont
\input
{
file
_
hashes.tex
}
}
\BLOCK
{
endif
}
\BLOCK
{
if "file
_
type" in analysis
}
\subsection*
{
file type
}
{
\fontfamily
{
lmss
}
\selectfont
\input
{
file
_
type.tex
}
}
\BLOCK
{
endif
}
\BLOCK
{
if "init
_
systems" in analysis
}
...
...
pdf_generator/templates/default/unpacker.tex
View file @
989ea9e7
...
...
@@ -19,17 +19,6 @@
\hline
\BLOCK
{
endif
}
Size Packed -
\textgreater
{}
Unpacked
&
\VAR
{
selected
_
analysis['size packed -> unpacked'] | filter
_
chars
}
\\
\hline
Entropy
&
\VAR
{
selected
_
analysis['entropy'] | nice
_
number
}
\\
\hline
\BLOCK
{
if selected
_
analysis['summary']
}
Summary
\BLOCK
{
for selected
_
summary in selected
_
analysis['summary']
}
&
\VAR
{
selected
_
summary | filter
_
chars
}
\\
\BLOCK
{
endfor
}
\hline
\BLOCK
{
endif
}
\end{longtable}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment