-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
164 lines (128 loc) · 3.36 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
\documentclass{beamer}
%\usetheme{CambridgeUS}
\usetheme{Warsaw}
\usepackage[utf8]{inputenc}
\usepackage{pgfpages}
\usepackage{outlines}
\usepackage{xcolor}
\usepackage{hyperref}
\makeatletter
%\Hy@AtBeginDocument{%
% \def\@pdfborder{0 0 1}% Overrides border definition set with colorlinks=true
% \def\@pdfborderstyle{/S/U/W 1}% Overrides border style set with colorlinks=true
% % Hyperlink border style will be underline of width 1pt
%}
\makeatother
\hypersetup{
% colorlinks=true,
% linkcolor=cyan,
% linkbordercolor=cyan,
% urlcolor=cyan,
% urlbordercolor=cyan
}
\usepackage{soul}
\usepackage{color}
\makeatletter
\let\HL\hl
\renewcommand\hl{%
\let\set@color\beamerorig@set@color
\let\reset@color\beamerorig@reset@color
\HL}
\makeatother
\usepackage{enumitem}
\setitemize{label=\usebeamerfont*{itemize item}%
\usebeamercolor[fg]{itemize item}
\usebeamertemplate{itemize item}}
\setenumerate[1]{%
label=\protect\usebeamerfont{enumerate item}%
\protect\usebeamercolor[fg]{enumerate item}%
\insertenumlabel.}
%\setbeameroption{show notes on second screen}
%\setbeameroption{hide notes}
%\setbeameroption{show only notes}
\setbeamertemplate{headline}{}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{section in toc}[ball]
\setbeamertemplate{subsection in toc}[ball numbered]
\setbeamertemplate{itemize items}[square]
\setbeamertemplate{enumerate items}[square]
\title{Generating pentest reports with Reconmap}
\subtitle{CyberScotland Week}
\author[]{Santiago Lizardo}
\date{February 26, 2021}
\begin{document}
\begin{frame}
\note[item]{
}
\includegraphics[width=\textwidth]{cyberscotland-week-reconmap.jpg}
\maketitle
\end{frame}
\begin{frame}
\frametitle{Before the talk}
\note[item]{
}
\begin{itemize}
\item Time for Q\&A
\item Slides
\item Survey
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Agenda}
\note[item]{
}
\tableofcontents[hideothersubsections]
\end{frame}
\begin{frame}
\frametitle{About the presenter}
\note[item]{
}
\begin{columns}
\begin{column}{0.5\textwidth}
\begin{itemize}
\item Software engineer and entrepreneur
\item Based in Scotland
\item Security advocate
\item Reconmap's founder
\end{itemize}
\end{column}
\begin{column}{0.5\textwidth}
\includegraphics[width=0.6\textwidth]{santiago-lizardo-presenter.png}
\end{column}
\end{columns}
\end{frame}
\begin{frame}
\frametitle{Imposter syndrome}
\begin{figure}[h]
\centering
\includegraphics[width=0.8\textwidth]{imposter-syndrome.jpg}
\caption{https://flic.kr/p/dQC9kt}
\end{figure}
\end{frame}
\include{section1-basic-pentesting-concepts}
\include{section2-reconmap-introduction}
\include{section3-reconmap-interactive-demo}
\begin{frame}
\frametitle{Recap}
\note[item]{
}
\tableofcontents
\end{frame}
\begin{frame}
\frametitle{More information}
\note[item]{
}
\begin{description}[style=nextline]
\item[Documentation] \url{https://reconmap.org}
\item[SaaS] \url{https://reconmap.com}
\item[Code] \url{https://github.com/reconmap}
\item[Twitter] \url{https://twitter.com/reconmap}
\end{description}
\end{frame}
\section{Q\&A}
\begin{frame}<presentation:1>[noframenumbering]
\begin{Huge}
Questions?
\end{Huge}
\end{frame}
\end{document}