Add NFS spidering module to enumerate readable files#1058
Open
sheikhshaheerimran wants to merge 1 commit intoPennyw0rth:mainfrom
Open
Add NFS spidering module to enumerate readable files#1058sheikhshaheerimran wants to merge 1 commit intoPennyw0rth:mainfrom
sheikhshaheerimran wants to merge 1 commit intoPennyw0rth:mainfrom
Conversation
Contributor
|
Good job! Can you also share some example screenshots? |
Member
|
Yes, thanks for the PR! But please use the PR template. |
Implements NFS spidering functionality by recursively traverses NFS shares and identifies truly readable files using ACCESS3_READ permission checks, helping users understand which paths are accessible when using root escape technique.
Features:
- --spider [PATH] to start spidering from a path
- --depth to limit recursion depth
- --pattern/--regex for filename filtering
- --exclude-dirs to skip directories
- --all-items to show non-readable files
- --include-dirs to include directories in output
- Uses root escape when available, otherwise requires --share
6c82a9e to
107bcc8
Compare
Author
|
@NeffIsBack i have updated PR. Apologies for missing template. Can you review and guide if any further changes are required? |
Member
No worries, we'll work with what we've got. I don't have much time at the moment and there are a lot of other PRs that i have to review first, but eventually i will get to it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds NFS spider functionality to recursively enumerate NFS shares and identify readable/downloadable files.
Closes #1023
Usage:
Type of change
Setup guide for the review
Test environment:
To test:
Screenshots (if appropriate):

Checklist: