done for today

This commit is contained in:
2020-11-10 02:40:30 +01:00
parent ef5fcc84fa
commit 7a644b5e3d
12 changed files with 213 additions and 30 deletions

View File

@@ -6,7 +6,7 @@ Nous allons voir dans ce chapitre quelques utilisations
que l'on peut qualifier de «~créatives~».
Si vous attendiez des choses plus sérieuses, j'ai aussi ça
en magasin : \textsc{dns} page \pageref{DNS},
en magasin : \textsc{dns} page \pageref{chap:DNS},
\textsc{ssh} page \pageref{ssh},
streaming page \pageref{streaming},
et probablement bien d'autres à venir.
@@ -146,14 +146,16 @@ iptraf\index{iptraf}
\subsection{tcpdump}
\index{tcpdump}
C'est clairement un outil dédié au voyeurisme :)
C'est clairement un outil dédié au voyeurisme, mais qui permet de
décrypter les ésotérismes de MiniMad\index{minimad}. C'est donc
sur cet exemple que nous allons partir.
% -------------------------------------------------------------
\subsection{nmap}
\index{nmap}
C'est clairement un outil dédié au voyeurisme :)
C'est clairement aussi un outil dédié au voyeurisme :)
% ==============================================================
@@ -164,7 +166,8 @@ C'est clairement un outil dédié au voyeurisme :)
The nc (or netcat) utility is used for just about anything under the sun
involving TCP or UDP. It can open TCP connections, send UDP packets,
listen on arbitrary TCP and UDP ports, do port scanning, and deal with
both IPv4 and IPv6. Unlike telnet(1), nc scripts nicely, and separates
both IPv4 and IPv6\footnote{Voir le chapitre \ref{chap/IPv6}}
. Unlike telnet(1), nc scripts nicely, and separates
error messages onto standard error instead of sending them to standard
output, as telnet(1) does with some.
\end{quote}