Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ability to monitor PasteBin Users #44

Open
wants to merge 70 commits into
base: master
Choose a base branch
from
Open

Added ability to monitor PasteBin Users #44

wants to merge 70 commits into from

Conversation

vampiricalmind
Copy link

Mod to pastebin.py:
Pulls in data for user field into dictionary from json

Mod to pastehunter.py:
Added a little error checking and rule matching on user data or null values

Added usernames.yar:
Added a sample usernames.yar file with OSINT username examples

kevthehermit and others added 27 commits December 10, 2017 16:43
Added setting to allow configuration of sleep duration between runs
Add troubleshoot to readme for docker
Also adds basic logic to the rules by introducing mandatory rules.
Performing return after successful checks wasn't the intended behaviour
since it meant that after a match the rest of the recipient list wouldn't
be checked.

Fix by moving the logic to a separate function working on a single recipient
object, where return has the intended effect.
[add] Output to multiple recipients over SMTP
Mod to pastebin.py:
Pulls in data for user field into dictionary from json

Mod to pastehunter.py:
Added a little error checking and rule matching on user data or null values

Added usernames.yar:
Added a sample usernames.yar file with OSINT username examples
@carvey
Copy link

carvey commented Jun 2, 2019

Whether from this PR or another one, are there any plans to merge this functionality into master?

@Plazmaz
Copy link
Collaborator

Plazmaz commented Sep 16, 2019

I think a better way to do this would be using external variables, similarly to what I did with filenames here:
#88
Or even just taking existing logic for user blacklisting and make a whitelist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants