git-svn-id: file:///home/svn/incoming/trunk@2652 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Spoon M 2005-06-15 01:10:38 +00:00
parent c8bdf78c83
commit fbe236200a
1 changed files with 5 additions and 5 deletions

View File

@ -61,6 +61,7 @@
\item Lead software developer by day
\item Independent security researcher by night
\item Joined the Metasploit project in 2004
\item Responsible for all cool features
\end{sitemize}
\end{sitemize}
\end{frame}
@ -227,8 +228,8 @@
\pause
\item Using a sled can improve exploit quality
\begin{sitemize}
\item Increasing the step size of a payload decrease
brute force attempts
\item Increasing the brute force step size decreases
number of attemps
\end{sitemize}
\end{sitemize}
\end{frame}
@ -353,8 +354,7 @@
\pause
\item \textbf{Stager}
\begin{sitemize}
\item A stub payload that loads / bootstraps another payload
(typically a stage)
\item A stub payload that loads / bootstraps a stage
\item Size generally much smaller than single payloads
\item Passes connection information onto the stage
\end{sitemize}
@ -363,7 +363,7 @@
\item \textbf{Stage}
\begin{sitemize}
\item Similar to a single payload, but takes advantage
of staging semantics
of staging
\item Uses connection passed from the stager
\item Not subject to size limitations of individual
vulnerabilities