addres lints
This commit is contained in:
parent
2240a00e7a
commit
d0a1d24982
1 changed files with 12 additions and 17 deletions
23
paper.tex
23
paper.tex
|
@ -1,15 +1,12 @@
|
||||||
\documentclass[conference]{IEEEtran}
|
\documentclass[conference]{IEEEtran}
|
||||||
\usepackage[english]{babel} % To obtain English text with the blindtext package
|
%\usepackage[english]{babel} % To obtain English text with the blindtext package
|
||||||
\usepackage{blindtext}
|
%\usepackage{blindtext}
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\title{Analysis of bot detection and spam prevention systems}
|
\title{Analysis of bot detection and spam prevention systems}
|
||||||
% TODO get author names from Prof. Sibi
|
|
||||||
\author {
|
\author{\IEEEauthorblockN{Aravinth Manivannan, Sibi Chakkaravarthi}
|
||||||
\IEEEauthorblockN{Aravinth Manivannan, Sibi Chakkaravarth S, TODO}
|
\IEEEauthorblockA{VIT AP SENSE}}
|
||||||
\IEEEauthorblockA{SENSE, VIT AP, AP, India - pincode\\
|
|
||||||
foo@example.com
|
|
||||||
}
|
|
||||||
}
|
|
||||||
\maketitle
|
\maketitle
|
||||||
|
|
||||||
\begin{abstract}
|
\begin{abstract}
|
||||||
|
@ -18,7 +15,7 @@
|
||||||
systems have become ineffective due to overfocus on identifying humans from
|
systems have become ineffective due to overfocus on identifying humans from
|
||||||
bots than combating DoS attacks and spam. As a result, they have become
|
bots than combating DoS attacks and spam. As a result, they have become
|
||||||
privacy invasive systems that pose accessibility challenges with reduced
|
privacy invasive systems that pose accessibility challenges with reduced
|
||||||
effectiveness and accuracy. mCaptcha is a proof of work based,
|
effectiveness and accuracy.\ mCaptcha is a proof of work based,
|
||||||
non-interactive DoS protection system designed to overcome the limitations
|
non-interactive DoS protection system designed to overcome the limitations
|
||||||
of traditional CAPTCHA systems' limitations while offering superior
|
of traditional CAPTCHA systems' limitations while offering superior
|
||||||
protection services. The mechanism is stateless, so it is able accurately
|
protection services. The mechanism is stateless, so it is able accurately
|
||||||
|
@ -27,9 +24,7 @@
|
||||||
visual disabilities.
|
visual disabilities.
|
||||||
\end{abstract}
|
\end{abstract}
|
||||||
|
|
||||||
\section{Introduction}
|
\section{Introduction}\label{sec:intro}
|
||||||
\label{sec:intro}
|
|
||||||
|
|
||||||
Denial of Service (DoS) attacks and spam campaigns reduce the quality of service
|
Denial of Service (DoS) attacks and spam campaigns reduce the quality of service
|
||||||
for internet services. Different types of rate-limiters were employed to combat
|
for internet services. Different types of rate-limiters were employed to combat
|
||||||
such attacks. Today rate-limiters on the web are synonymous with CAPTCHAs.
|
such attacks. Today rate-limiters on the web are synonymous with CAPTCHAs.
|
||||||
|
@ -59,7 +54,7 @@ them.
|
||||||
\item[Privacy]
|
\item[Privacy]
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Does the method use trackers or any other identifying method?
|
\item Does the method use trackers or any other identifying method?
|
||||||
\item Does the method work in anonymous networks like TOR?
|
\item Does the method work in anonymous networks like TOR?\
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\item[Effectiveness]
|
\item[Effectiveness]
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
|
|
Loading…
Reference in a new issue