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 subwords capability to ffuf_shortnames #2237

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

Conversation

liquidsec
Copy link
Collaborator

Also adds ignore_case option to ffuf (useful for IIS where case doesn't matter)

Subwords uses python nltk (natural language toolkit) to try and find smaller words at the beginning of shortnames. If it does, it sends the remainder off to the predictor. This works well because web developers have a habit of making lots of "VerbAction" type two-word file names.

Copy link

codecov bot commented Feb 3, 2025

Codecov Report

Attention: Patch coverage is 95.34884% with 4 lines in your changes missing coverage. Please review.

Project coverage is 93%. Comparing base (703a313) to head (64b201b).
Report is 4 commits behind head on dev.

Files with missing lines Patch % Lines
bbot/modules/deadly/ffuf.py 75% 2 Missing ⚠️
bbot/modules/ffuf_shortnames.py 97% 2 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##             dev   #2237   +/-   ##
=====================================
- Coverage     93%     93%   -0%     
=====================================
  Files        378     378           
  Lines      29363   29432   +69     
=====================================
+ Hits       27155   27203   +48     
- Misses      2208    2229   +21     

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

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.

1 participant