例如,可以使用`-e`参数指定特定的扩展名,使用`-r`参数指定一个自定义的字典文件进行扫描,使用`-t`参数指定线程数,等等。 5.选择其他模式:dirsearch还有其他模式可以使用,例如爬虫模式、漏洞检测模式等。可以使用`-H`参数查看更多帮助信息。 这些是dirsearch的一些基本用法。更多高级功能和用法可以参考dirsearch的文档...
当我们输入“python dirsearch.py”命令后,就会显示出一系列的可选项,以及对它们的详细说明,比如“-u”用于指定要进行扫描的URL,“-t”指定要使用多少线程,以及“-e”用于指定要搜索的字典文件等等。我们可以根据自己的需要,添加或修改这些参数,以定制dirsearch的扫描行为。 在执行扫描之前,还需要考虑一个问题,那就...
Install with Docker:docker build -t "dirsearch:v0.4.3" .(more information can be foundhere) Install with PyPi:pip3 install dirsearchorpip install dirsearch Install with Kali Linux:sudo apt-get install dirsearch(deprecated) Wordlists (IMPORTANT) ...
python3 dirsearch.py -u -t 20 在上面的示例中,dirsearch将使用20个线程来发送HTTP请求。 增加线程数可以加快爆破速度,但同时也会增加对服务器资源的压力。因此,在设置较高线程数时需要谨慎,并根据实际情况进行调整。 6. 结果输出 dirsearch提供了多种结果输出选项,使我们能够灵活保存和查看爆破结果。 默认情况下...
-r, --recursive Bruteforce recursively 递归地扫描 –scan-subdir=SCANSUBDIRS, --scan-subdirs=SCANSUBDIRS 扫描给定的url的⼦⽬录(⽤逗号隔开)–exclude-subdir=EXCLUDESUBDIRS, --exclude-subdirs=EXCLUDESUBDIRS 在递归过程中排除指定的⼦⽬录扫描(⽤逗号隔开)-t THREADSCOUNT, --threads=THREADSCOUNT ...
Failed to install dirsearch dependencies, try doing it manually. I follow the#1117to solve my problem, but it still doesn't work. I enter the "n": could you please help me? KarryDavidadded thequestionFurther information is requestedlabelOct 23, 2023 ...
python3 dirsearch.py -u [url] -e [ext] -w [dict] -t [threads] ``` 其中,`[dict]`是您自己的字典文件。请注意,`-e`选项用于指定要扫描的文件扩展名,例如.html或.php。对于大型扫描,使用多个线程可以提高扫描速度。 与其他扫描工具一样,Dirsearch被广泛用于安全测试和渗透测试,因此使用它时请确保遵守...
urllib3 or chardet版本不匹配问题 报错信息: /home/kali/sectools/dirsearch/thirdparty/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.2) or chardet (4.0.0) doesn't match a supported version! warn... 查看原文 urllib3 (1.24.1) or chardet (3.0.4) doesn't match a supporte...
# and won't be applied [general] threads = 25 recursive = False deep-recursive = False force-recursive = False recursion-status = 200-399,401,403 max-recursion-depth = 0 exclude-subdirs = %%ff/,.;/,..;/,;/,./,../,%%2e/,%%2e%%2e/ ...
docker build -t "dirsearch:v0.4.0" . dirsearch this is name the image and v0.4.0 is version Using dirsearchFor usingdocker run -it --rm "dirsearch:v0.4.0" -u target -e php,html,js,zip target is the site or IP LicenseCopyright (C) Mauro Soria (maurosoria@gmail.com...