Coder Social home page Coder Social logo

instagram-attack's Introduction

Instattack

System for guessing your friend's Instagram passwords by algorithmically generating password combinations based on patterns configured on a username by username basis. The purpose of this tool is NOT to brute force attack Instagram, nor will it work for that purpose. Instead, it can be used for password recovery, messing with friends or in general, playing around with Python3's asyncio implementations.

Installation

$ pip install -r requirements.txt
$ pip install setup.py

Development

This project includes a number of helpers in the Makefile to streamline common development tasks.

Environment Setup

The following demonstrates setting up and working with a development environment:

### Create a Virtual ENV for Development

$ make virtualenv
$ source env/bin/activate

### Running CLI Application

$ instatttack --help
$ instattack users login <username> <password_attempt>
$ instattack attack username --pwlimit=10

Background

Password Generation

Password generation is based on algorithmically combining common strings, numeric patterns and alterations (like a! at the end of a password) that a given username might use. If birthdays are provided, it will even include numeric combinations of their birthday.

instagram-attack's People

Contributors

nickmflorin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.