Pentest Tools

Published on May 12th, 2018 📆 | 7823 Views ⚑

0

cansina: Web Content Discovery Tool


Text to Speech Voices
Cansina is a Web Content Discovery Application.

It is well-known Web applications don’t publish all their resources or public links, so the only way to discover these resources is requesting for them and check the response.

Cansina duty is to help you making requests and filtering and inspecting the responses to tell apart if it is an existing resource or just an annoying or disguised 404.

Features

  • Multithreading
  • SSL support
  • Proxy support
  • Data persistence with sqlite database
  • Basic Authentication
  • Cookie jar
  • Resuming
  • Path recursion
  • Persistent connections
  • Complementary tools

Install

[adsense size='1' ]

pip install –user requests

git clone –depth=1 https://github.com/deibit/cansina

Usage





cansina.py -h for a comprehensive list of features and choices.

Help by categories

  • Options for add user/pass, cookie authentication, etc -> Authentication
  • Options for modifying request at HTTP level, like proxy, persistent connection, threads, personalized User-Agent, etc -> Requests
  • Options for processing payloads, like path recursion, adding an extension, inspect for a particularly interesting content, etc -> Payload
  • Options for filtering responses, like skipping 403 code, nasty false 200 codes, list of sizes not interesting, etc -> Filtering
  • Options for modifying console output, like show content type or full path -> Output

Look up the wiki, it’s full of information.

Copyright (C) 2015 deibit

Source: https://github.com/deibit/



Comments are closed.