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

Fix various ffuf bugs #1199

Merged
merged 14 commits into from
Feb 21, 2024
Merged

Fix various ffuf bugs #1199

merged 14 commits into from
Feb 21, 2024

Conversation

yarysp
Copy link
Contributor

@yarysp yarysp commented Feb 20, 2024

Fix #1113

  • Removed Recursive loop

  • Add a test for endpoints that generate a crash and prevent FFUF from finishing
    image

  • Adding comments to be clear on the actions carried out in file fuzzing

  • Variable FUZZ does not return full path in recursive mode but only the file fuzzed, isubdir are not displayed, so I replace it with URL Path, now subdir is displayed
    image

Tested, could be merged ASAP

@psyray psyray mentioned this pull request Feb 20, 2024
@psyray psyray requested review from psyray and AnonymousWP February 20, 2024 17:05
@AnonymousWP AnonymousWP merged commit aff8040 into yogeshojha:master Feb 21, 2024
4 of 5 checks passed
@yarysp yarysp deleted the fix-recursive-ffuf-launch branch February 21, 2024 14:05
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.

bug: Directories scan never ends on v2.0.2
3 participants