Giter Site home page Giter Site logo

lyf-is-coding / callow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maximousblk/callow

0.0 0.0 0.0 4.47 MB

Dead simple brute force tool for website login forms

Home Page: https://callow.now.sh

License: GNU General Public License v3.0

Python 100.00%

callow's Introduction

Callow

Callow

Callow is a simple brute-force script for website login pages. It is meant to be a toy project, and is not intended for use in any serious capacity.

Requirements

  1. Python 3.10+
  2. Google chrome
  3. ChromeDriver

Note: Use the ChromeDriver version corresponding to your Chrome version.

Installation

  • Clone the repo
git clone github.com/maximousblk/callow.git
  • Install dependencies:
pip3 install -r requirements.txt

Updating

If you want to get most recent updates for Callow, just pull the latest changes:

git pull

Quick Start

If you are doing this first time, you can test this safely on the sandbox

Most important part for this to work is to get the selectors right.

  1. Run callow.py in the installation directory
  2. Enter the URL for the login
  3. Go to the login page
  4. Open developer tools using Ctrl + Shift + I
  5. Enter the css selector for <input> tags for username and password field
  6. Enter the username or email of the target
  7. Enter the location of the password dictionary/list and hit Enter

Wizard

Check out my blog post if you want a more elaborate guide.

Arguments

You can also pass those options in the form of arguments.

You can see the options for Callow here.

Option Function
--site Target website (http/https only)
--usel Username input selector
--psel Password input selector
--user Target username to attack
--pass Password dictionary

Here is an example of how to use the arguments:

Arguments

To Do

  • Port to Python 3.x
  • Cross platform compatibility
  • Proxy/Tor support

For more, look into issues and projects...

Disclaimer

This project (Callow) and it's contributors do not support or take responsibility for any form of unethical acts. This software is purely for educational purposes and is not intended to cause any harm.

License

Callow is available free of charge under the GPL-3.0 license and can be used for both, commercial and non-commercial purposes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.