Coder Social home page Coder Social logo

ella-bakshi / authvulnpayloadgenerator Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 8 KB

This repository contains a Python script for creating payload lists to test authentication vulnerabilities, like those that could allow circumvention of IP-based login attempt limits. By generating lists of usernames and passwords, it aids in understanding how an attacker might exploit such vulnerabilities.

Python 100.00%

authvulnpayloadgenerator's Introduction

AuthVulnPayloadGenerator

Introduction

The code in this repository is designed to generate payload lists for authentication vulnerability testing. It helps simulate scenarios where, for example, an attacker might evade IP-blocking mechanisms by logging into their own account periodically, thus preventing failed login attempt limitations from being reached. This Python script allows users to create customized lists of usernames and passwords for such testing, including an alternating username list option to simulate controlled periodic logins by an attacker.

Usage

The script allows the creation of usernames or passwords lists, or an alternating username list with an attacker-controlled username at specified intervals. The lists are saved into separate files depending on the chosen type.

How It Works

  1. Selection of Type: The user chooses between generating a list of usernames (enter 0), passwords (enter 1), or an alternating username list with attacker-controlled username (enter 2).
  2. Frequency Input: If option 2 is selected, the user must enter the frequency of the attacker-controlled username in the list.
  3. Validation of Input: The user is prompted for the number of unique items in the list, and input is validated to ensure it is a number.
  4. Item Input: The user enters the required usernames, passwords, or alternating usernames with an attacker-controlled username.
  5. Repetition: The list is repeated in the output file as many times as specified.
  6. File Output: The repeated list is written to a text file, with the filename dependent on the type selected.

Installation

  1. Clone the repository: git clone https://github.com/Ella-Bakshi/AuthVulnPayloadGenerator.git
  2. Navigate to the cloned directory.
  3. Run the script using Python 3: python3 auth_list_creator.py

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

authvulnpayloadgenerator's People

Contributors

ella-bakshi avatar

Watchers

 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.