summaryrefslogtreecommitdiffstats
path: root/Tex/Content/Detection.tex
diff options
context:
space:
mode:
authorTom2012-05-29 17:29:34 +0200
committerTom2012-05-29 17:29:34 +0200
commit44a58efa0b0fe5da024bbb543c97407dd066a7f9 (patch)
treea65c377df77f8048f200c95ac950c02e7ae38d95 /Tex/Content/Detection.tex
parentsome more tex changes and experiments (diff)
downloadimsi-catcher-detection-44a58efa0b0fe5da024bbb543c97407dd066a7f9.tar.gz
imsi-catcher-detection-44a58efa0b0fe5da024bbb543c97407dd066a7f9.tar.xz
imsi-catcher-detection-44a58efa0b0fe5da024bbb543c97407dd066a7f9.zip
started with conclusion
Diffstat (limited to 'Tex/Content/Detection.tex')
-rw-r--r--Tex/Content/Detection.tex8
1 files changed, 5 insertions, 3 deletions
diff --git a/Tex/Content/Detection.tex b/Tex/Content/Detection.tex
index c31455d..9591776 100644
--- a/Tex/Content/Detection.tex
+++ b/Tex/Content/Detection.tex
@@ -426,6 +426,7 @@ The\emph{Location Area Databse Rule} then checks if reception levels differ sign
If no database has been build beforehand but the \gls{icds} is stationary the \emph{rx Level Rule} can watch the reception level during the course of a scan and ensure that no change occured suddenly.
\subsubsection{Remaining Issues and Paging}
+\label{sec:paging}
At this stage, if local information is given an IMSI catcher should be identified with a high probability.
However some issues still remain.
If a catcher is configured in a consistent way, replaces a cell and by chance has an \emph{appropriate distance} from the subscriber that is its target, the \gls{icds} will not unveil it up to now.
@@ -506,12 +507,15 @@ Appendix \ref{sec:extensions} gives an example of how this can be done.
\subsection{Configuration}
\label{sec:configuration}
\begin{figure}
+\hspace*{\dimexpr\fboxsep+\fboxrule}%
+\begin{minipage}{\dimexpr\textwidth-4\fboxsep-2\fboxrule}
\begin{lstlisting}
dictionary = {
"key_1": value_1, #single value
"key_2": [value_2,value_3] #value range
}
\end{lstlisting}
+\end{minipage}
\caption{Configuration Dictionary in the settings file.}
\label{fig:python_dict}
\end{figure}
@@ -536,9 +540,7 @@ This way python code can also be used to change settings dynamically depending o
\label{sec:icds_operation}
The \gls{icds} main application has to be started with root privileges since it needs to work with Unix sockets and open up connections to the Motorola C123.
This should be done by starting up the \texttt{main} class that initialises everything else.
-\begin{lstlisting}
-sudo python /path-to-project/Src/PyCatcher/src/main.py
-\end{lstlisting}
+\[\texttt{sudo python /path-to-project/Src/PyCatcher/src/main.py}\]
After a brief loading time the main window shown in Figure \ref{fig:icds} should appear if a valid configuration is set up.
\begin{figure}