-
Notifications
You must be signed in to change notification settings - Fork 0
/
pentesting.tex
68 lines (56 loc) · 1.54 KB
/
pentesting.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
\documentclass[10pt,a4paper]{report}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[colorlinks]{hyperref}
\usepackage{tabularx,xltabular}
\usepackage{imakeidx}
%\usepackage[acronym]{glossaries}
\usepackage[acronym,nopostdot,toc]{glossaries-extra}
%\usepackage{glossaries}
\usepackage{graphicx}
\usepackage{textcomp,upquote,listings}
\usepackage{mathtools}
%\usepackage{amsmath}
\newglossary*{general}{General}
\newglossary*{web}{Web}
\newglossary*{linux}{Linux}
\newglossary*{windows}{Windows}
%% Generate the glossary
\makeglossaries
\loadglsentries{glossary-win}
\loadglsentries{glossary-general}
%\newcommand{\indexgls}[1]{\expandafter\index\expandafter[\expandafter m\expandafter]\expandafter{\glsentrytext{#1}@\gls{#1}}}
%\makeindex[program=makeindex,options=-s ,columns=3,intoc=true]
\makeindex
\setcounter{tocdepth}{3}
\setcounter{secnumdepth}{3}
\title{My Pentesting Bible}
\begin{document}
\lstset{language=Python,upquote=true}
\maketitle
\part{table of contents}
\tableofcontents
\clearpage
\input{intro/_part}
\input{recon/_part}
\input{web/_part}
%\input{web_server_side/_part}
%\input{web_client_side/_part}
%\input{web-apps/_part}
\input{network/_part}
\input{windows_knowledge/_part}
\input{ad/_part}
\input{windows/_part}
\input{azure/_part}
\input{red_team/_part}
%\input{linux_knowledge/_part}
%\input{linux/_part}
%\input{binary/_part}
%\input{java_binaries/_part}
%\input{android_knowledge/_part}
%\input{android/_part}
%\input{crypto/_part}
\input{misc/_part}
\input{tools/part}
%\input{annexes/_part.tex}
\end{document}