-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreco.tex
160 lines (135 loc) · 3.25 KB
/
reco.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
\section{Reconnaissance}
\frame{\tableofcontents[currentsection]}
\begin{frame}{But}
\begin{block}{Récupération d'informations sur}
\begin{itemize}
\item Le personnel
\item La société
\item La structure interne
\item Les machines
\item Les services
\end{itemize}
\end{block}
\end{frame}
\begin{frame}{Collecte d'informations}
\only<1>{
\begin{block}{HTTrack}
\begin{itemize}
\item Clone d'un site web
\item Examiner le site
\item Collecte de numéros, e-mails, ...
\end{itemize}
\end{block}
}
\only<2>{
\begin{block}{Google Dorking,...}
\begin{itemize}
\item Indexe tout et n'importe quoi
\item Opérateurs $\rightarrow$ nom:terme\\
$\rightarrow$ site, intitle, allintitle, inurl, filetype, cache, ...
\item Exemple : inurl:admin site:telecomnancy.eu
\end{itemize}
\end{block}
}
\only<3>{
\begin{block}{The Harvester}
\begin{itemize}
\item Récupération de sous domaines et e-mails
\item Trouver des schémas de génération d'e-mails
\item Choix de la source d'information
\end{itemize}
\end{block}
}
\end{frame}
\begin{frame}{Whois, Netcraft, Hosts}
\only<1>{
\begin{block}{Whois}
\begin{itemize}
\item Informations sur le propriétaire du domaine
\item Informations de localisation
\end{itemize}
\end{block}
}
\only<2>{
\begin{block}{NetCraft}
\begin{itemize}
\item Moteur de recherche
\item Informations supplémentaires\\
$\rightarrow$ IP, OS, versions, DNS? ...
\end{itemize}
\end{block}
}
\only<3>{
\begin{block}{Hosts}
\begin{itemize}
\item Récupération d'adresse IP\\
\textit{(Modèle OSI : couche 3)}
\end{itemize}
\end{block}
}
\end{frame}
\begin{frame}{DNS}
\only<1>{
\begin{block}{DNS}
\begin{itemize}
\item Premières cibles
\item Plan du réseau
\item Mal protégés/configurés
\end{itemize}
\end{block}
}
\only<2>{
\begin{block}{NSlookup}
\begin{itemize}
\item Obtenir des enregistrements
\item Exemple : \\
\$ nslookup\\
> serveur X.X.X.X\\
> set type=any\\
> domaine.com\\
Server : Y.Y.Y.Y\\
Address : Y.Y.Y.Y\#53
\item \textit{(Modèle OSI : couche 3)}
\end{itemize}
\end{block}
}
\only<3>{
\begin{block}{dig}
\begin{itemize}
\item Extraire de l'information
\item Transfert de zone
\item Exemple : dig @X.X.X.X domaine.com -t AXFR
\item Limites $\rightarrow$ Fierce
\item \textit{(Modèle OSI : couche 3)}
\end{itemize}
\end{block}
}
\end{frame}
\begin{frame}{Messagerie}
\begin{block}{Messagerie}
\begin{itemize}
\item Serveurs internes
\item Messages automatiques
\item Messages d'erreurs\\
$\rightarrow$ Envoie de .bat, .exe, ...
\end{itemize}
\end{block}
\end{frame}
\begin{frame}{Social Engineering}
\begin{block}{En attendant une futur présentation}
\begin{itemize}
\item Utiliser la naïveté des personnes
\item Utiliser l'usurpation d'identité
\item Jouer un rôle avec les cibles
\item Et plus encore...
\end{itemize}
\end{block}
\end{frame}
\begin{frame}{Etat actuel}
\begin{itemize}
\item Liste d'URL
\item Liste d'adresses IP
\item Liste d'adresses e-mail
\item Version des équipements accessibles directement
\end{itemize}
\end{frame}