You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The URL itself has an indexof vulnerability. It can be lazy to js/, css/ and other directories, and there is a .git leak. When using the command feroxbuster -u http://target.com -w /path/to/wordlist.txt, it cannot be scanned. Exit the .git/, .git/HEAD and other directories. why?
second post
The scan results are only js/, css/ and other directories. I am sure that the dictionary contains .git/, .git/HEAD. I don’t understand why it cannot be scanned out. You can use other tools such as ffuf to scan out .git/, .git/HEAD. of
网址本身存在indexof漏洞,可以懒到js/、css/等目录,且存在.git泄漏,使用命令feroxbuster -u http://target.com -w /path/to/wordlist.txt的时候,无法扫描出.git/、.git/HEAD等目录。why?
The text was updated successfully, but these errors were encountered: