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 backup file auto detect #1375

Open
NEX-S opened this issue May 13, 2024 · 6 comments
Open

Add backup file auto detect #1375

NEX-S opened this issue May 13, 2024 · 6 comments
Labels
enhancement New feature or request in review Should this be accepted? Priority: Low

Comments

@NEX-S
Copy link

NEX-S commented May 13, 2024

is it possible to add a backup file auto detect?
for example:
dirsearch found test.php
then search:

  • test.php.bak
  • test.bak
  • test.php~
  • test.php.swp
  • test.php.swn
  • test.php.tar.gz
  • test.php.zip...

using suffix / prefix will add fix to all content in dict, but i want dirsearch found file then add fix to it (not add to all content in dict)

@NEX-S NEX-S added the enhancement New feature or request label May 13, 2024
@NEX-S NEX-S closed this as completed May 13, 2024
@NEX-S NEX-S reopened this May 13, 2024
@nrathaus
Copy link

I think we need to modify def match_callback(self, response): inside controller.py

@nrathaus
Copy link

We need to check response.status for 200 (HTTP OK)

Then add based on the filename found and extensions (such as suggested above) to the queue

@nrathaus
Copy link

I am not sure if it is or not allowed to add to self.dictionary (Inside controller) additional items after it already started fuzzing

@nrathaus
Copy link

I noticed that class Dictionary doesn't allow adding items to it manually via a func

@nrathaus
Copy link

#1376

@NEX-S
Copy link
Author

NEX-S commented May 15, 2024

appreciate for your pr!!!

@shelld3v shelld3v added Priority: Low in review Should this be accepted? labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in review Should this be accepted? Priority: Low
Projects
None yet
Development

No branches or pull requests

3 participants