Skip to content
/ kumo Public

🕷️A configurable, efficient web crawler and form brute-forcer written in Python.

License

Notifications You must be signed in to change notification settings

devhid/kumo

Repository files navigation

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.

About

🕷️A configurable, efficient web crawler and form brute-forcer written in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •