Replies: 1 comment 5 replies
-
You're correct in that I can take a look, but I don't have htb vip right now. Can you please provide the following:
Thanks for bringing this up! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
so I have been using feroxbuster for a while and it has been my go-to tool replacing dirb and gobuster I used in the past.
There is something that I couldn't do with feroxbuster, however. I wonder if there is an option I miss.
I tested it on HTB openadmin. In this machine, the key is the /ona path (which is linked from /music -> login).
Feroxbuster missed this path while dirbuster (with default config) can get /ona quickly.
I thought I just need to pass -e on feroxbuster and it should find it; However it doesn't work.
dirbuster by default will do "parse html" - if I disable this, then it won't find it as well.
So what would be the equivalent of "parse html" in feroxbuster?
Beta Was this translation helpful? Give feedback.
All reactions