-
Platform (`uname -a`): `CYGWIN_NT-10.0 Win 3.1.7(0.340/5/3) 2020-08-22 17:48 x86_64 Cygwin`
Python: `Python 3.6.10`
I got `NameError: name 'GetConsoleScreenBufferInfo' is not defined` when trying …
-
I am currently using kali in vmware. never faced this problem before but today when i install bbht i am getting error while using dirsearch.
-
Before start brute-forcing, I saw that dirsearch will send 2 test requests for each situation, include extensions, `.` and `/`. I'm not gonna explain details about those test requests since you have a…
-
Hi guys, using Dirsearch I have this problem:
`starting.asp web dir finished
Traceback (most recent call last):
File "Module/dirsearch/dirsearch.py", line 26, in
from lib.controller impor…
-
He doesn't find indexes 400 and 200.
ghost updated
4 years ago
-
someone help please!!
`root@kali:~/dirsearch# python3 dirsearch.py -u http://10.10.10.28 -e php
_|. _ _ _ _ _ _|_ v0.3.9
(_||| _) (/_(_|| (_| )
Extensions: php | HTTP method: GET | Thre…
-
Hi,
I have created a personal dictionary.
The dictionary words put are:
```
login
nologin
```
The page I used ends in `..../user/login.jsp`
And I made two tests, the results are:
![image](h…
-
output options does not provide option to do this.Taking stdin is not giving pretty results as it show every request done
-
`dirsearch` should add a new option called "exclude extensions". This allows the user to select the extensions that he doesn't want to brute force with. For example, while hacking on Yahoo, I found th…
-
cat SecLists/Discovery/DNS/dns-Jhaddix.txt | subgen -d DOMAIN.TLD | zdns A --name-servers 1.1.1.1 --threads 500 | jq -r "select(.data.answers[0].name) | .name"
#bugbountytips
python3 [dirsearch…