Skip to content

santosfilipe/credstuffing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

credstuffing - Credential Stuffing

💀 A simple script that performs credential stuffing on HTTP Basic authentication.

Usage

  1. git clone https://github.com/santosfilipe/credstuffing

  2. Alter the following lines to reflect the actual files of users and passwords:

username_file = open('users file goes here')
password_file = open('passwords file goes here')
  1. Alter the following line to configure the actual application you are testing:
tryAuthentication("application URL goes here", user, password)
  1. Make the script executable: chmod +x credential_stuffing.py

  2. Run the script: python3 credential_stuffing.py

About

A simple script that performs credential stuffing on HTTP Basic authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages