addres lints
This commit is contained in:
parent
2240a00e7a
commit
d0a1d24982
1 changed files with 12 additions and 17 deletions
29
paper.tex
29
paper.tex
|
@ -1,24 +1,21 @@
|
||||||
\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}
|
||||||
CAPTCHA systems were originally designed to protect against automated
|
CAPTCHA systems were originally designed to protect against automated
|
||||||
bot-based Denial of Service(DoS) attacks and spam. But over time, these
|
bot-based Denial of Service (DoS) attacks and spam. But over time, these
|
||||||
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,10 +24,8 @@
|
||||||
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.
|
||||||
CAPTCHA systems work on the premise that an automated bot user can inflict more
|
CAPTCHA systems work on the premise that an automated bot user can inflict more
|
||||||
|
@ -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}
|
||||||
|
@ -106,7 +101,7 @@ platforms. Some examples are:
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item What is the name of the website's mascot?
|
\item What is the name of the website's mascot?
|
||||||
\item Who owns this website?
|
\item Who owns this website?
|
||||||
\item What are our members collectively called?(example: Reddit users are
|
\item What are our members collectively called? (example: Reddit users are
|
||||||
called Redditors)
|
called Redditors)
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue