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

Added base path for directory enumeration #1019

Merged
merged 5 commits into from
Feb 21, 2025

Conversation

pUrGe12
Copy link
Contributor

@pUrGe12 pUrGe12 commented Feb 20, 2025

Proposed change

Closes #1009. Updated the dir_scan and admin_scan modules to take the base directory from the target whenever specified. This allows Nettacker to perform directory enumeration on top of existing paths, as shown in the image below.

usingNettacker

Type of change

  • New core framework functionality
  • Bugfix (non-breaking change which fixes an issue)
  • Code refactoring without any functionality changes
  • New or existing module/payload change
  • Localization improvement
  • Dependency upgrade
  • Documentation improvement

Checklist

  • I've followed the [contributing guidelines][contributing-guidelines]
  • I've run make pre-commit, it didn't generate any changes
  • I've run make test, all tests passed locally

Copy link
Collaborator

@securestep9 securestep9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you @pUrGe12 ! 🚀

@securestep9 securestep9 self-assigned this Feb 21, 2025
@securestep9 securestep9 added this pull request to the merge queue Feb 21, 2025
Merged via the queue into OWASP:master with commit 65192c8 Feb 21, 2025
17 checks passed
@securestep9 securestep9 added this to the v0.4.1 milestone Feb 21, 2025
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.

dir_scan only takes the base organisation and not the path on top of it
2 participants