Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.05 KB

kumo [クモ]

A kumo (クモ) is the japanese word for 'spider'.

Overview

This project is an implementation of a web crawler and form brute-forcer that can "autonomously navigate websites, collecting and tokenizing all the words that it finds which it will later use as potential passwords on the website's login form". In addition, the crawler will "autonomously identify the login page and also detect whether a combination of username and password was successful or not".

Installation

1. Clone this repository.

git clone https://github.com/devhid/kumo && cd kumo

2. Install dependencies.

pip install .
  • Click - A python package for creating beautiful command line interfaces.
  • 🌐 TLDExtract - A url parsing library to easily extract domains and subdomains.
  • 💰 PyQuery - A python equivalent of JQuery.