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

Add Lightfuzz #1817

Open
wants to merge 449 commits into
base: dev
Choose a base branch
from
Open

Add Lightfuzz #1817

wants to merge 449 commits into from

Conversation

liquidsec
Copy link
Collaborator

@liquidsec liquidsec commented Oct 3, 2024

For now, a placeholder to assist in keeping the lightfuzz branch synced with changes to dev until it's ready

  • Body Parameters (new type, xml / JSON)
    - [ ] SSRF Submodule (on hold)
  • Documentation
  • Add comments to all lightfuzz submodules explaining detection logic, etc
  • override logging to automatically prepend lightfuzz submodule to messages
  • add portfilter module to all lightfuzz presets
  • Answer the question - deadly module or not?
  • Negate if statements to prevent unnecessary indentation

Other TODOs:

  • Make lightfuzz into a folder
  • Reduce duplicate code in excavate (emission of WEB_PARAMETER)

@TheTechromancer follow up on:

  • Autogenerating documentation for lightfuzz modules based off their docstrings/metadata (similar to BBOT modules)
  • Necessity of using acorasick python library over yara
  • Final docs update (to reflect changes to presets, etc)

@liquidsec liquidsec marked this pull request as draft October 3, 2024 14:33
Copy link

codecov bot commented Oct 3, 2024

Codecov Report

Attention: Patch coverage is 93.07851% with 201 lines in your changes missing coverage. Please review.

Project coverage is 93%. Comparing base (302b0b0) to head (3a57966).

Files with missing lines Patch % Lines
bbot/modules/lightfuzz/submodules/crypto.py 76% 54 Missing ⚠️
.../test_step_2/module_tests/test_module_lightfuzz.py 98% 26 Missing ⚠️
bbot/modules/lightfuzz/lightfuzz.py 82% 19 Missing ⚠️
bbot/modules/lightfuzz/submodules/serial.py 81% 13 Missing ⚠️
bbot/core/helpers/web/envelopes.py 96% 9 Missing ⚠️
bbot/modules/lightfuzz/submodules/base.py 94% 9 Missing ⚠️
bbot/modules/lightfuzz/submodules/nosqli.py 81% 9 Missing ⚠️
bbot/modules/lightfuzz/submodules/path.py 80% 9 Missing ⚠️
bbot/modules/lightfuzz/submodules/sqli.py 84% 9 Missing ⚠️
bbot/scanner/preset/args.py 43% 8 Missing ⚠️
... and 13 more
Additional details and impacted files
@@           Coverage Diff           @@
##             dev   #1817     +/-   ##
=======================================
+ Coverage     93%     93%     +1%     
=======================================
  Files        380     396     +16     
  Lines      29777   32582   +2805     
=======================================
+ Hits       27533   30159   +2626     
- Misses      2244    2423    +179     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@liquidsec liquidsec changed the title Add Lightfuzz (Draft) Add Lightfuzz Feb 27, 2025
@liquidsec liquidsec marked this pull request as ready for review February 27, 2025 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants