CredSniper
Easily launch a new phishing site fully presented with SSL and capture credentials along with 2FA tokens using CredSniper. The API provides secure access to the currently captured credentials which can be consumed by other applications using a randomly generated API token.
Benefits
All modules can be loaded by passing the
Ubuntu 16.04
You can install and run automatically with the following command:
Then, to run manually using the following commands:
Usage
usage: credsniper.py [-h] –module MODULE [–twofactor] [–port PORT] [–ssl] [–verbose] –final FINAL –hostname HOSTNAME
Easily launch a new phishing site fully presented with SSL and capture credentials along with 2FA tokens using CredSniper. The API provides secure access to the currently captured credentials which can be consumed by other applications using a randomly generated API token.
Benefits
- Fully supported SSL via Let’s Encrypt
- Exact login form clones for realistic phishing
- Any number of intermediate pages
- (i.e. Gmail login, password and two-factor pages then a redirect)
- Supports phishing 2FA tokens
- API for integrating credentials into other applications
- Easy to personalize using a templating framework
All modules can be loaded by passing the
--module
command to CredSniper. These are loaded from a directory inside /modules
. CredSniper is built using Python Flask and all the module HTML templates are rendered using Jinja2.- Gmail: The latest Gmail login cloned and customized to trigger/phish all forms of 2FA
- modules/gmail/gmail.py: Main module loaded w/ –module gmail
- modules/gmail/templates/error.html: Error page for 404’s
- modules/gmail/templates/login.html: Gmail Login Page
- modules/gmail/templates/password.html: Gmail Password Page
- modules/gmail/templates/authenticator.html: Google Authenticator 2FA page
- modules/gmail/templates/sms.html: SMS 2FA page
- modules/gmail/templates/touchscreen.html: Phone Prompt 2FA page
- Example: An example module that demonstrates standard phishing w/ 2FA tokens
- modules/example/example.py: Main module loaded w/ –module example
- modules/example/templates/login.html: Standard login form
- modules/example/templates/twofactor.html: Standard 2FA token form
Ubuntu 16.04
You can install and run automatically with the following command:
$ git clone https://github.com/ustayready/CredSniper
$ cd CredSniper
~/CredSniper$ ./install.sh
Then, to run manually using the following commands:
~/$ cd CredSniper
~/CredSniper$ source bin/activate
(CredSniper) ~/CredSniper$ python credsniper.py –help
Usage
usage: credsniper.py [-h] –module MODULE [–twofactor] [–port PORT] [–ssl] [–verbose] –final FINAL –hostname HOSTNAME
No comments:
Post a Comment