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

Password Leak Service Collection Modules #765

Merged
merged 10 commits into from
Oct 13, 2023
Merged

Password Leak Service Collection Modules #765

merged 10 commits into from
Oct 13, 2023

Conversation

SpamFaux
Copy link
Contributor

These modules have been created to collect the leaked password data from both BLS' tool credshed and dehashed, a public leak repository.

These modules introduce three new event types; "PASSWORD", "HASHED_PASSWORD", and "USERNAMES".

These modules monitor for both "EMAIL" and non-subdomain "DNS_NAME" event types.

@TheTechromancer TheTechromancer self-assigned this Oct 9, 2023
@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

Merging #765 (a08f854) into dev (09f492c) will increase coverage by 1%.
The diff coverage is 94%.

@@          Coverage Diff           @@
##             dev    #765    +/-   ##
======================================
+ Coverage     92%     92%    +1%     
======================================
  Files        284     289     +5     
  Lines      16863   17044   +181     
======================================
+ Hits       15382   15554   +172     
- Misses      1481    1490     +9     
Files Coverage Δ
bbot/core/event/base.py 95% <100%> (+1%) ⬆️
bbot/core/helpers/regexes.py 100% <100%> (ø)
...t/test_step_2/module_tests/test_module_credshed.py 100% <100%> (ø)
...t/test_step_2/module_tests/test_module_dehashed.py 100% <100%> (ø)
bbot/modules/credshed.py 95% <95%> (ø)
bbot/modules/templates/credential_leak.py 87% <87%> (ø)
bbot/modules/dehashed.py 93% <93%> (ø)

... and 7 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@TheTechromancer TheTechromancer merged commit 49f9f3e into dev Oct 13, 2023
@TheTechromancer TheTechromancer deleted the pw_modules branch October 24, 2023 02:22
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.

3 participants