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(file_fuzz): subdomain_id key error #88

Merged
merged 1 commit into from
May 28, 2024
Merged

Conversation

psyray
Copy link
Contributor

@psyray psyray commented May 28, 2024

fix #17

Problem comes when a file fuzzing was launched on the target (scan) and not on the subdomain (subscan).
subdomain_var does not exists while launching a scan from a target so a simple existence check resolve the problem and the subdomain is extracted from the endpoint

tested and working

@psyray psyray added the bug Something isn't working label May 28, 2024
@psyray psyray self-assigned this May 28, 2024
@psyray psyray requested a review from AnonymousWP May 28, 2024 00:19
@AnonymousWP AnonymousWP changed the title fix(file_fuzz): Fix subdomain_id key error fix(file_fuzz): subdomain_id key error May 28, 2024
@AnonymousWP AnonymousWP merged commit 34a36f1 into master May 28, 2024
@AnonymousWP AnonymousWP deleted the fix-17-subdomain_id branch May 28, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Directories & files fuzzFailed, Error: KeyError('subdomain_id')
2 participants