-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
TODO: New features #384
Comments
hi. When we try only certain paths on collective targets, I suggest introducing a new feature to hide the banner displayed for each new target. For example, I want scan only "/api/v1/users" endpoint on 1000 target sites. Since we are using only one endpoint, a new banner is printed on the screen for each target URL address. example targets:
example wordlist:
EXample results. Looking at the picture above, you can see that a new banner is printed for each url address and a new save file is created for each new destination. With thousands of targets, this situation will be even more complicated. Therefore, a new feature should be added for such situations. For example, while doing a normal scan, we see that the words in the wordlist change on the screen after trying them. When the next word in the wordlist is tried, we see that the words called on the screen change. something similar should be within the target url addresses. When the program is started, a single banner will be printed and then the url addresses and words will change and continue to scan on the same line. Such a feature can be introduced for a clean output. |
Hi, first of all, thank you for your suggestion, I appreciate it! About your problem, I want to say that dirsearch is a tool used to brute force directories, not brute force websites, there is even a tool for this purpose: meg. And of course, there is still a solution for this situation: use the Any other question, PLEASE create a new issue! Thanks. |
thanks for mag.. I want to make a final and new feature request. Unfortunately, some websites return status codes such as 429 or 403 when too many requests are made. the feature that I will suggest now is a feature that will make the dirsearch program number one in the world. In such cases, it is useful to use a proxy. I know dirsearch works with the tor network. However, when you scan with a long wordlist, if the tor network has not changed your ip address again, we can be blocked by the target site again. For this, the ip change feature used with the tor network should be added to the dirsearch program. For example, let's say the target site only allows 100 requests per minute. The user must be able to change her ip address after every 70 requests to be not blocked by the target site. The ip change limit should depend on the request range specified by the user. Such dirsearch program will continue to scan with a new ip address after every 70 requests.This may be a difficult feature for you at first, but you can achieve it with fairly simple code. To understand this easily, I want to show you a simple code below that I made with python.
I want my IP address to change after every 10 requests and I start my program like this. You can add this feature with the command --proxy sock: //127.0.0.1: 9050 --change-ip 10 |
Hi, actually dirsearch supports TOR, by using socks proxy: |
Yes I know that. so i said your program supports the tor network. That's why I wanted the feature of changing ip address to be added. |
But we haven't thought about working with Tor configuration yet! |
I understand you. even so, thank you for listening to me. I wish you continued success.🙋🙋 |
Hey! can you provide me more information about "Option to save raw responses into a folder". I would like to work towards this feature. |
Thanks for your interest, I am having 2 ideas for this feature:
The reason why I came up with this idea is that some people reported to me when they visited the paths, it didn't show the same things as dirsearch showed in output, maybe because there were changes from the server, or they can't reproduce the same request as dirsearch. Right now I'm thinking about creating features for both ideas, but we can create only one (the second idea) |
Hi, here are several features that we need to create in the future
/manager/admin.php
-> add/manager/
(Several updates #804)js/
thenjs-wordlist.txt
)https
on first priority (New feature: auto detect URI scheme #983)The text was updated successfully, but these errors were encountered: