Skip to content
Snippets Groups Projects
Commit e243f04e authored by MOREAU Gabriel [LEGI]'s avatar MOREAU Gabriel [LEGI]
Browse files

Add 2 slides

parent f93cdf1c
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,7 @@ SysRequireAdmin
### Privacy Tweaks ###
DisableTelemetry # EnableTelemetry
DisableCortana # EnableCortana
# DisableCortanaAboveLock # EnableCortanaAboveLock
DisableActivityHistory # EnableActivityHistory
DisableLocation # EnableLocation
DisableActivityHistory # EnableActivityHistory # ViewActivityHistory
### UWP Privacy Tweaks ###
DisableUWPBackgroundApps # EnableUWPBackgroundApps
......@@ -13,3 +11,15 @@ DisableUWPBackgroundApps # EnableUWPBackgroundApps
### Service Tweaks ###
# SetTargetRelease # UnsetTargetRelease
DisableAppSuggestions # EnableAppSuggestions # ViewActivityHistory
# SetP2PUpdateLocal # SetP2PUpdateInternet # SetP2PUpdateDisable
DisableDiagTrack # EnableDiagTrack # ViewDiagTrack
### UWP Privacy Tweaks ###
DisableUWPBackgroundApps # EnableUWPBackgroundApps
# DisableUWPNotifications # EnableUWPNotifications
### Security Tweaks ###
DisableAdminShares # EnableAdminShares
EnableASLR # DisableASLR # ViewASLR
# EnableClearPageFile # DisableClearPageFile # ViewClearPageFile
......@@ -213,11 +213,31 @@ algorithmes
\item \texttt{View} \\[2ex]
\item Par défaut, les tweaks n'ont aucun paramètre
\item Certains tweaks se configurent via une variable globale \\
(permet de faire passer par exemple le serveur de temps).
(Cela permet de faire passer en paramètre le serveur de temps).
\item Les tweaks pour modifier la configuration de l'utilisateur courant finissent par «\texttt{$\_$CU}»
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Bilan du nombre de \textbf{tweaks}}
\begin{tabular}{|l|l|r|r|r|}
\hline
\textbf{Status} & \textbf{Number of tweaks} & & & \\ \hline \hline
Info & Number of RESINFO tweaks & & & 104 \\ \hline
Info & Number of Enable and Disable tweaks & 182 & 182 & 364 \\
Warn & Number of Install and Uninstall tweaks & 20 & 28 & 48 \\
Warn & Number of Show and Hide tweaks & 56 & 53 & 109 \\
Info & Number of Add and Remove tweaks & 3 & 3 & 6 \\
Warn & Number of Set and Unset tweaks & 38 & 7 & 45 \\
Warn & Number of Pin and Unpin tweaks & 0 & 2 & 2 \\ \hline
Info & Number of total tweaks GPO & & & 574 \\ \hline
Info & Number of Sys tweaks (system) & & & 9 \\
Info & Number of View tweaks (debug) & & & 14 \\
Info & Number of Obsolete tweaks & & & 3 \\ \hline
Info & Number of total tweaks functions & & & 600 \\ \hline
\end{tabular}
\end{frame}
\begin{frame}
\frametitle{Organisation du code - Les \textbf{presets}}
\begin{itemize}
......@@ -231,11 +251,33 @@ algorithmes
\begin{frame}
\frametitle{Exemple de fichier de \textbf{presets}}
\tiny
\lstinputlisting[caption={LocalMachine-All.preset}]{LocalMachine-All.preset.ps1}
\end{frame}
\begin{frame}
\frametitle{Classement des \textbf{Tweaks} dans les \textbf{Modules} et les fichiers de \textbf{Presets}}
Les tweaks concernant LocalMachine et CurrentUser sont regroupés en quelques catégories (hiérarchie différente de celle des GPO et de l'ANSSI).
\begin{itemize}
\item \texttt{Application Tweaks}
\item \texttt{Auxiliary Functions Tweaks}
\item \texttt{Bitlocker Tweaks}
\item \texttt{Explorer UI Tweaks}
\item \texttt{Network Tweaks}
\item \texttt{Privacy Tweaks}
\item \texttt{Security Tweaks}
\item \texttt{Server Specific Tweaks}
\item \texttt{Service Tweaks}
\item \texttt{TemporaryBypass Tweaks}
\item \texttt{UI Tweaks}
\item \texttt{Unpinning Tweaks}
\item \texttt{UWP Privacy Tweaks}
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Boucle principale - schéma de fonctionnement simplifié}
\tiny
\lstinputlisting[caption={main-loop.ps1}]{main-loop.ps1}
\end{frame}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment