Skip to content

Twitter bot that proactively and retroactively monitors dumpmon in search of identifiable information.

Notifications You must be signed in to change notification settings

JuicyPasta/dump2mon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Dump2Mon

======================

Purpose

Twitter bot that proactively and retroactively monitors dumpmon in search of identifiable information.

Usage

watchlist.txt - a list of strings you would like to keep an eye out for

emails
usernames
ip addresses
mac addresses
hostnames

keys.py - twitter api keys and email(gmail for now) credentials

CONSUMER_KEY = '...'
CONSUMER_SECRET = '...'
ACCESS_TOKEN = '...'
ACCESS_TOKEN_SECRET = '...'

STREAM_KEY = '...'
STREAM_SECRET = '...'
GMAIL_USER = '...'
GMAIL_PASSWORD = '...'

Start the listener, start searching for identifiers, recieve an email if anything turns up.

./listener.py

About

Twitter bot that proactively and retroactively monitors dumpmon in search of identifiable information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages