deibit / cansina

Web Content Discovery Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slow speed

oldesec opened this issue · comments

Hi.

The cansina tool has good options.

However, it shows slow speed.

Am I misusing the tools?

I compared speed with "dirserach".

Is this normal?

My command line

dirsearch:

python3 dirsearch.py -e html,jsp,php,asp,do -u "target" -w big.txt -x 404,301,302,403
 _|. _ _  _  _  _ _|_    v0.3.8
(_||| _) (/_(_|| (_| )
Extensions: html, jsp, php, asp, do | Threads: 10 | Wordlist size: 20469

time
real    8m0.051s
user    1m12.720s
sys     0m4.870s

cansina:

time python3 cansina.py --no-follow -t 10 -b 404,301,302,403 -e html,jsp,php,asp,do -p big.txt -u target
  _____                _
  / ____|              (_)
 | |     __ _ _ __  ___ _ _ __   __ _
 | |    / _` | '_ \/ __| | '_ \ / _` |
 | |___| (_| | | | \__ \ | | | | (_| |
  \_____\__,_|_| |_|___/_|_| |_|\__,_|


Host:                          target
Requests:                      GET
Banned response codes:         404,301,302,403
Extensions to probe:           html,jsp,php,asp,do
Using payload:                 big.txt
Threads:                       10
Total requests:                102345 (aprox: 10234 / thread)


real    81m20.402s
user    79m30.144s
sys     4m55.408s

hmm.. slow...
Percentage growth rates are significantly different.

Hi, I didn't use dirsearch therefore cannot make a comparison. If you want to get some speed try '--persist' and '-H' options, they should help.

Thanks for using cansina.