dirsearch icon indicating copy to clipboard operation
dirsearch copied to clipboard

cannot install dirsearch, ERROR: Cannot install psycopg[binary]==3.0, psycopg[binary]==3.0.1, psycopg[binary]==3.0.10, psycopg[binary]==3.0.11, psycopg[binary]==3.0. 12, psycopg[binary]==3.0.13, psycopg[binary]==3.0.14, psycopg[binary]==3.0.15, psycopg[binary]==3.0.16, psycopg[binary]==3.0. 18, psycopg[binary]==3.0.2, psycopg[binary]==3.0.3, psycopg[binary]==3.0.4, psycopg[binary]==3.0. 5, psycopg[binary]==3.0.6, psycopg[binary]==3.0.7, psycopg[binary]==3.0.8, psycopg[binary]==3.0.9, psycopg[binary]==3.1, psycopg[binary]==3.1.1, psycopg[binary]==3.1.2, psycopg[binary]==3.1.3, psycopg[binary]==3.1.4, psycopg[binary]==3.1.5, psycopg[binary]==3.1.6, psycopg[binary]==3.1.7 and psycopg[binary]==3.1.8 because these package versions have conflicting dependencies.

Open ghost opened this issue 1 year ago • 5 comments

A warm greeting to the development team.

I am having a problem, when I want to use the tool, where when executing the following command

pip install -r .\requirements.txt

The packages are being installed, until it reaches a point and it doesn't happen, I've already tried several times.

Log terminal:

` PS E:\python\dirsearch> pip install -r .\requirements.txt Requirement already satisfied: PySocks>=1.7.1 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from -r .\requirements.txt (line 1)) (1.7.1) Requirement already satisfied: Jinja2>=3.0.0 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from -r .\requirements.txt (line 2)) (3.1.2) Requirement already satisfied: certifi>=2017.4.17 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from -r .\requirements.txt (line 3)) (2022.12.7) Requirement already satisfied: urllib3>=1.21.1 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from -r .\requirements.txt (line 4)) (1.26.15) Requirement already satisfied: cryptography>=2.8 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from -r .\requirements.txt (line 5)) (40.0.2) Requirement already satisfied: cffi>=1.14.0 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from -r .\requirements.txt (line 6)) (1.15.1) Requirement already satisfied: defusedxml>=0.7.0 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from -r .\requirements.txt (line 7)) (0.7.1) Requirement already satisfied: markupsafe>=2.0.0 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from -r .\requirements.txt (line 8)) (2.1.2) Requirement already satisfied: pyopenssl>=21.0.0 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from -r .\requirements.txt (line 9)) (23.1.1) Requirement already satisfied: idna>=2.5 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from -r .\requirements.txt (line 10)) (3.4) Requirement already satisfied: chardet>=3.0.2 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from -r .\requirements.txt (line 11)) (5.1.0) Requirement already satisfied: charset_normalizer~=2.0.0 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from -r .\requirements.txt (line 12)) (2.0.12) Requirement already satisfied: requests>=2.27.0 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from -r .\requirements.txt (line 13)) (2.28.2) Requirement already satisfied: requests_ntlm>=1.1.0 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from -r .\requirements.txt (line 14)) (1.2.0) Requirement already satisfied: colorama>=0.4.4 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from -r .\requirements.txt (line 15)) (0.4.6) Requirement already satisfied: ntlm_auth>=1.5.0 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from -r .\requirements.txt (line 16)) (1.5.0) Requirement already satisfied: pyparsing>=2.4.7 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from -r .\requirements.txt (line 17)) (3.0.9) Requirement already satisfied: beautifulsoup4>=4.8.0 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from -r .\requirements.txt (line 18)) (4.12.2) Collecting mysql-connector-python>=8.0.20 Using cached mysql_connector_python-8.0.32-py2.py3-none-any.whl (381 kB) Requirement already satisfied: psycopg[binary]>=3.0 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from -r .\requirements.txt (line 20)) (3.1.8) Requirement already satisfied: pycparser in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from cffi>=1.14.0->-r .\requirements.txt (line 6)) (2.21) Requirement already satisfied: pyspnego>=0.1.6 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from requests_ntlm>=1.1.0->-r .\requirements.txt (line 14)) (0.8.0) Requirement already satisfied: soupsieve>1.2 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from beautifulsoup4>=4.8.0->-r .\requirements.txt (line 18)) (2.4) Collecting protobuf<=3.20.3,>=3.11.0 Using cached protobuf-3.20.3-cp38-cp38-win32.whl (780 kB) Requirement already satisfied: backports.zoneinfo>=0.2.0 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from psycopg[binary]>=3.0->-r .\requirements.txt (line 20)) (0.2.1) Requirement already satisfied: tzdata in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from psycopg[binary]>=3.0->-r .\requirements.txt (line 20)) (2023.3) Requirement already satisfied: typing-extensions>=4.1 in c:\users<my-user>\appdata\local\programs\python\python38-32\lib\site-packages (from psycopg[binary]>=3.0->-r .\requirements.txt (line 20)) (4.5.0) Collecting psycopg[binary]>=3.0 Using cached psycopg-3.1.7-py3-none-any.whl (167 kB) Using cached psycopg-3.1.6-py3-none-any.whl (167 kB) Using cached psycopg-3.1.5-py3-none-any.whl (167 kB) Using cached psycopg-3.1.4-py3-none-any.whl (165 kB) Using cached psycopg-3.1.3-py3-none-any.whl (165 kB) Using cached psycopg-3.1.2-py3-none-any.whl (164 kB) Using cached psycopg-3.1.1-py3-none-any.whl (164 kB) Using cached psycopg-3.1-py3-none-any.whl (163 kB) Using cached psycopg-3.0.18-py3-none-any.whl (143 kB) Using cached psycopg-3.0.17-py3-none-any.whl (143 kB) Using cached psycopg-3.0.16-py3-none-any.whl (143 kB) Using cached psycopg-3.0.15-py3-none-any.whl (144 kB) Using cached psycopg-3.0.14-py3-none-any.whl (143 kB) Using cached psycopg-3.0.13-py3-none-any.whl (142 kB) Using cached psycopg-3.0.12-py3-none-any.whl (143 kB) Using cached psycopg-3.0.11-py3-none-any.whl (143 kB) Using cached psycopg-3.0.10-py3-none-any.whl (142 kB) Using cached psycopg-3.0.9-py3-none-any.whl (141 kB) Using cached psycopg-3.0.8-py3-none-any.whl (142 kB) Using cached psycopg-3.0.7-py3-none-any.whl (141 kB) Using cached psycopg-3.0.6-py3-none-any.whl (141 kB) Using cached psycopg-3.0.5-py3-none-any.whl (141 kB) Using cached psycopg-3.0.4-py3-none-any.whl (140 kB) Using cached psycopg-3.0.3-py3-none-any.whl (140 kB) Using cached psycopg-3.0.2-py3-none-any.whl (140 kB) Using cached psycopg-3.0.1-py3-none-any.whl (140 kB) Using cached psycopg-3.0-py3-none-any.whl (140 kB) INFO: pip is looking at multiple versions of mysql-connector-python to determine which version is compatible with other requirements. This could take a while. Collecting mysql-connector-python>=8.0.20 Using cached mysql_connector_python-8.0.31-py2.py3-none-any.whl (352 kB) INFO: pip is looking at multiple versions of beautifulsoup4 to determine which version is compatible with other requirements. This could take a while. Collecting beautifulsoup4>=4.8.0 Using cached beautifulsoup4-4.12.2-py3-none-any.whl (142 kB) INFO: pip is looking at multiple versions of pyparsing to determine which version is compatible with other requirements. This could take a while. Collecting pyparsing>=2.4.7 Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) INFO: pip is looking at multiple versions of ntlm-auth to determine which version is compatible with other requirements. This could take a while. Collecting ntlm_auth>=1.5.0 Using cached ntlm_auth-1.5.0-py2.py3-none-any.whl (29 kB) INFO: pip is looking at multiple versions of colorama to determine which version is compatible with other requirements. This could take a while. Collecting colorama>=0.4.4 Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) INFO: pip is looking at multiple versions of requests-ntlm to determine which version is compatible with other requirements. This could take a while. Collecting requests_ntlm>=1.1.0 Using cached requests_ntlm-1.2.0-py3-none-any.whl (6.0 kB) INFO: pip is looking at multiple versions of requests to determine which version is compatible with other requirements. This could take a while. Collecting requests>=2.27.0 Using cached requests-2.28.2-py3-none-any.whl (62 kB) INFO: pip is looking at multiple versions of charset-normalizer to determine which version is compatible with other requirements. This could take a while. Collecting charset_normalizer~=2.0.0 Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) INFO: pip is looking at multiple versions of chardet to determine which version is compatible with other requirements. This could take a while. Collecting chardet>=3.0.2 Using cached chardet-5.1.0-py3-none-any.whl (199 kB) INFO: pip is looking at multiple versions of idna to determine which version is compatible with other requirements. This could take a while. Collecting idna>=2.5 Using cached idna-3.4-py3-none-any.whl (61 kB) INFO: pip is looking at multiple versions of pyopenssl to determine which version is compatible with other requirements. This could take a while. Collecting pyopenssl>=21.0.0 Using cached pyOpenSSL-23.1.1-py3-none-any.whl (57 kB) INFO: pip is looking at multiple versions of markupsafe to determine which version is compatible with other requirements. This could take a while. Collecting markupsafe>=2.0.0 Using cached MarkupSafe-2.1.2-cp38-cp38-win32.whl (16 kB) INFO: pip is looking at multiple versions of defusedxml to determine which version is compatible with other requirements. This could take a while. Collecting defusedxml>=0.7.0 Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) INFO: pip is looking at multiple versions of cffi to determine which version is compatible with other requirements. This could take a while. Collecting cffi>=1.14.0 Using cached cffi-1.15.1-cp38-cp38-win32.whl (170 kB) INFO: pip is looking at multiple versions of cryptography to determine which version is compatible with other requirements. This could take a while. Collecting cryptography>=2.8 Using cached cryptography-40.0.2-cp36-abi3-win32.whl (2.2 MB) INFO: pip is looking at multiple versions of urllib3 to determine which version is compatible with other requirements. This could take a while. Collecting urllib3>=1.21.1 Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) INFO: pip is looking at multiple versions of certifi to determine which version is compatible with other requirements. This could take a while. Collecting certifi>=2017.4.17 Using cached certifi-2022.12.7-py3-none-any.whl (155 kB) INFO: pip is looking at multiple versions of jinja2 to determine which version is compatible with other requirements. This could take a while. Collecting Jinja2>=3.0.0 Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) INFO: pip is looking at multiple versions of pysocks to determine which version is compatible with other requirements. This could take a while. Collecting PySocks>=1.7.1 Using cached PySocks-1.7.1-py3-none-any.whl (16 kB) ERROR: Cannot install psycopg[binary]==3.0, psycopg[binary]==3.0.1, psycopg[binary]==3.0.10, psycopg[binary]==3.0.11, psycopg[binary]==3.0.12, psycopg[binary]==3.0.13, psycopg[binary]==3.0.14, psycopg[binary]==3.0.15, psycopg[binary]==3.0.16, psycopg[binary]==3.0.17, psycopg[binary]==3.0.18, psycopg[binary]==3.0.2, psycopg[binary]==3.0.3, psycopg[binary]==3.0.4, psycopg[binary]==3.0.5, psycopg[binary]==3.0.6, psycopg[binary]==3.0.7, psycopg[binary]==3.0.8, psycopg[binary]==3.0.9, psycopg[binary]==3.1, psycopg[binary]==3.1.1, psycopg[binary]==3.1.2, psycopg[binary]==3.1.3, psycopg[binary]==3.1.4, psycopg[binary]==3.1.5, psycopg[binary]==3.1.6, psycopg[binary]==3.1.7 and psycopg[binary]==3.1.8 because these package versions have conflicting dependencies.

The conflict is caused by: psycopg[binary] 3.1.8 depends on psycopg-binary<=3.1.8 and >=3.1.6; extra == "binary" psycopg[binary] 3.1.7 depends on psycopg-binary<=3.1.7 and >=3.1.6; extra == "binary" psycopg[binary] 3.1.6 depends on psycopg-binary==3.1.6; extra == "binary" psycopg[binary] 3.1.5 depends on psycopg-binary==3.1.5; extra == "binary" psycopg[binary] 3.1.4 depends on psycopg-binary==3.1.4; extra == "binary" psycopg[binary] 3.1.3 depends on psycopg-binary==3.1.3; extra == "binary" psycopg[binary] 3.1.2 depends on psycopg-binary==3.1.2; extra == "binary" psycopg[binary] 3.1.1 depends on psycopg-binary==3.1.1; extra == "binary" psycopg[binary] 3.1 depends on psycopg-binary==3.1; extra == "binary" psycopg[binary] 3.0.18 depends on psycopg-binary==3.0.18; extra == "binary" psycopg[binary] 3.0.17 depends on psycopg-binary==3.0.17; extra == "binary" psycopg[binary] 3.0.16 depends on psycopg-binary==3.0.16; extra == "binary" psycopg[binary] 3.0.15 depends on psycopg-binary==3.0.15; extra == "binary" psycopg[binary] 3.0.14 depends on psycopg-binary==3.0.14; extra == "binary" psycopg[binary] 3.0.13 depends on psycopg-binary==3.0.13; extra == "binary" psycopg[binary] 3.0.12 depends on psycopg-binary==3.0.12; extra == "binary" psycopg[binary] 3.0.11 depends on psycopg-binary==3.0.11; extra == "binary" psycopg[binary] 3.0.10 depends on psycopg-binary==3.0.10; extra == "binary" psycopg[binary] 3.0.9 depends on psycopg-binary==3.0.9; extra == "binary" psycopg[binary] 3.0.8 depends on psycopg-binary==3.0.8; extra == "binary" psycopg[binary] 3.0.7 depends on psycopg-binary==3.0.7; extra == "binary" psycopg[binary] 3.0.6 depends on psycopg-binary==3.0.6; extra == "binary" psycopg[binary] 3.0.5 depends on psycopg-binary==3.0.5; extra == "binary" psycopg[binary] 3.0.4 depends on psycopg-binary==3.0.4; extra == "binary" psycopg[binary] 3.0.3 depends on psycopg-binary==3.0.3; extra == "binary" psycopg[binary] 3.0.2 depends on psycopg-binary==3.0.2; extra == "binary" psycopg[binary] 3.0.1 depends on psycopg-binary==3.0.1; extra == "binary" psycopg[binary] 3.0 depends on psycopg-binary==3.0; extra == "binary"

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts `

ghost avatar Apr 14 '23 19:04 ghost

Is it still re-producible now?

shelld3v avatar Sep 27 '23 14:09 shelld3v

Is it still re-producible now?

Yes, I encountered the same issue today.

Jeancoman avatar Oct 14 '23 12:10 Jeancoman

para poder hacer funcionar la herramienta en windows 10. me toco intervenir el codigo esto fue lo que modifique.

  1. E:\python\dirsearch\lib\controller\controller.py

image

image

  1. E:\python\dirsearch\lib\reports\postgresql_report.py

image

aun asi la herramienta falla:

image

No se si estoy usándola bien o tiene un bug

ghost avatar Nov 09 '23 17:11 ghost

LOG:

[14:27:19] Starting: [14:27:56] 403 - 199B - /!.gitignore [14:27:57] 403 - 199B - /%3f/ [14:27:57] 403 - 199B - /%C0%AE%C0%AE%C0%AF [14:28:17] 403 - 199B - /%ff Exception in thread Thread-13 (thread_proc): Exception in thread Thread-9 (thread_proc): Traceback (most recent call last): Exception in thread Thread-18 (thread_proc): Traceback (most recent call last): Exception in thread Thread-11 (thread_proc): Exception in thread Thread-21 (thread_proc): Traceback (most recent call last): Exception in thread Thread-28 (thread_proc): File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc Exception in thread Thread-14 (thread_proc): Exception in thread Thread-20 (thread_proc): Exception in thread Thread-24 (thread_proc): Exception in thread Thread-10 (thread_proc): Exception in thread Thread-12 (thread_proc): File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc Exception in thread Thread-17 (thread_proc): Exception in thread Thread-30 (thread_proc): Exception in thread Thread-16 (thread_proc): Traceback (most recent call last): Exception in thread Thread-15 (thread_proc): Traceback (most recent call last): Exception in thread Thread-26 (thread_proc): Traceback (most recent call last): Exception in thread Thread-31 (thread_proc): Traceback (most recent call last): Exception in thread Thread-25 (thread_proc): Traceback (most recent call last): Exception in thread Thread-23 (thread_proc): self.scan(self._base_path + path, scanners) Traceback (most recent call last): File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc Traceback (most recent call last): Exception in thread Thread-8 (thread_proc): File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc Traceback (most recent call last): File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc Traceback (most recent call last): File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc Exception in thread Thread-32 (thread_proc): Traceback (most recent call last): File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan Traceback (most recent call last): Traceback (most recent call last): self.scan(self._base_path + path, scanners) File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan Exception in thread Thread-29 (thread_proc): Traceback (most recent call last): self.scan(self._base_path + path, scanners) File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc self.scan(self._base_path + path, scanners) File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc Exception in thread Thread-27 (thread_proc): Traceback (most recent call last): File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc self.scan(self._base_path + path, scanners) Traceback (most recent call last): self.scan(self._base_path + path, scanners) response = self._requester.request(path) Traceback (most recent call last): File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc Exception in thread Thread-19 (thread_proc): self.scan(self._base_path + path, scanners) File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc response = self._requester.request(path) Exception in thread Thread-22 (thread_proc): File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc Traceback (most recent call last): File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc response = self._requester.request(path) File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan self.scan(self._base_path + path, scanners) Traceback (most recent call last): File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request self.scan(self._base_path + path, scanners) Traceback (most recent call last): self.scan(self._base_path + path, scanners) self.scan(self._base_path + path, scanners) Traceback (most recent call last): File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc Traceback (most recent call last): self.scan(self._base_path + path, scanners) self.scan(self._base_path + path, scanners) File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc self.scan(self._base_path + path, scanners) File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan Traceback (most recent call last): raise RequestException(err_msg) File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan self.scan(self._base_path + path, scanners) raise RequestException(err_msg) self.scan(self._base_path + path, scanners) response = self._requester.request(path) self.scan(self._base_path + path, scanners) response = self._requester.request(path) File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan response = self._requester.request(path) File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan response = self._requester.request(path) File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc self.scan(self._base_path + path, scanners) File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request response = self._requester.request(path) response = self._requester.request(path) response = self._requester.request(path) self.scan(self._base_path + path, scanners) response = self._requester.request(path) self.scan(self._base_path + path, scanners) response = self._requester.request(path) File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan self.scan(self._base_path + path, scanners) File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan self.scan(self._base_path + path, scanners) raise RequestException(err_msg) File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.bluemix/pipeline.yaml File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan response = self._requester.request(path) File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan self.scan(self._base_path + path, scanners) File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request raise RequestException(err_msg) self.scan(self._base_path + path, scanners) raise RequestException(err_msg) response = self._requester.request(path) raise RequestException(err_msg) File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request raise RequestException(err_msg) raise RequestException(err_msg) response = self._requester.request(path) File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request response = self._requester.request(path) File "E:\python\dirsearch\lib\core\fuzzer.py", line 239, in thread_proc raise RequestException(err_msg) File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.buildignore File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request response = self._requester.request(path) raise RequestException(err_msg) File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request response = self._requester.request(path) File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.bootstraprc lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.buildpath File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan response = self._requester.request(path) response = self._requester.request(path) raise RequestException(err_msg) File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.buildkite/pipeline.json raise RequestException(err_msg) lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.browserslistrc raise RequestException(err_msg) response = self._requester.request(path) raise RequestException(err_msg)

During handling of the above exception, another exception occurred:

During handling of the above exception, another exception occurred:

File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request response = self._requester.request(path) lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.bowerrc response = self._requester.request(path) raise RequestException(err_msg) File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.blg

During handling of the above exception, another exception occurred:

raise RequestException(err_msg)

lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.buildkite/pipeline.yaml File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request Traceback (most recent call last): Traceback (most recent call last):

During handling of the above exception, another exception occurred:

raise RequestException(err_msg)

lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.brackets.json

During handling of the above exception, another exception occurred:

lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.boto lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.build/ raise RequestException(err_msg) lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.bluemix/pipeline.yml Traceback (most recent call last): self.scan(self._base_path + path, scanners)

During handling of the above exception, another exception occurred:

lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.bower-cache File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.buildpacks

During handling of the above exception, another exception occurred:

File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request

During handling of the above exception, another exception occurred:

During handling of the above exception, another exception occurred:

File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner File "E:\python\dirsearch\lib\core\fuzzer.py", line 155, in scan response = self._requester.request(path) Traceback (most recent call last):

During handling of the above exception, another exception occurred:

raise RequestException(err_msg)

During handling of the above exception, another exception occurred:

During handling of the above exception, another exception occurred:

Traceback (most recent call last): Traceback (most recent call last): raise RequestException(err_msg) lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.bower.json lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.buildpath/ File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner Traceback (most recent call last): Traceback (most recent call last): raise RequestException(err_msg)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): Traceback (most recent call last): File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

During handling of the above exception, another exception occurred:

self.run()

File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner response = self._requester.request(path) File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.buildkite/pipeline.yml lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.bumpversion.cfg Traceback (most recent call last): raise RequestException(err_msg) File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner Traceback (most recent call last): File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner Traceback (most recent call last): File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run self.run() self.run() Traceback (most recent call last): File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.bower-tmp raise RequestException(err_msg) self.run() self.run()

During handling of the above exception, another exception occurred:

self.run()
self.run()

File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run

During handling of the above exception, another exception occurred:

self.run()

File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner self.run()

During handling of the above exception, another exception occurred:

lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.buckconfig File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run Traceback (most recent call last): File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run raise RequestException(err_msg) File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner self._target(*self._args, **self._kwargs) Traceback (most recent call last): File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.bower-registry

During handling of the above exception, another exception occurred:

During handling of the above exception, another exception occurred:

self._target(*self._args, **self._kwargs)
self._target(*self._args, **self._kwargs)

File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner self._target(*self._args, **self._kwargs) lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.buildlog

During handling of the above exception, another exception occurred:

self.run()

File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc self._target(*self._args, **self._kwargs) lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.build self.run() File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run

During handling of the above exception, another exception occurred:

File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner Traceback (most recent call last): File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner File "E:\python\dirsearch\lib\connection\requester.py", line 233, in request self._target(*self._args, **self._kwargs) Traceback (most recent call last): self.run() File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner self._target(*self._args, **self._kwargs)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): self._target(*self._args, **self._kwargs) File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc

During handling of the above exception, another exception occurred:

self.run()
raise RequestException(err_msg)

File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run callback(e) File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc self.run() File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner self._target(*self._args, **self._kwargs) File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc self._target(*self._args, **self._kwargs) Traceback (most recent call last): File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner self.run() self._target(*self._args, **self._kwargs) Traceback (most recent call last): Traceback (most recent call last): self.run() callback(e) callback(e) self.run() self.run() callback(e) lib.core.exceptions.RequestException: There was a problem in the request to: http://paginaweb.test/.builds self.run() self.run() File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error Traceback (most recent call last): File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc callback(e) callback(e) File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error

During handling of the above exception, another exception occurred:

File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner raise SkipTargetInterrupt("Too many request errors") File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run self._target(*self._args, **self._kwargs) self._target(*self._args, **self._kwargs) raise SkipTargetInterrupt("Too many request errors") raise SkipTargetInterrupt("Too many request errors") File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run self.run() File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner lib.core.exceptions.SkipTargetInterrupt: Too many request errors File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error callback(e) self.run() File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run callback(e) File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc lib.core.exceptions.SkipTargetInterrupt: Too many request errors lib.core.exceptions.SkipTargetInterrupt: Too many request errors File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc self._target(*self._args, **self._kwargs) File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error self._target(*self._args, **self._kwargs) callback(e) File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc self._target(*self._args, **self._kwargs) Traceback (most recent call last): File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run callback(e) File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error raise SkipTargetInterrupt("Too many request errors") raise SkipTargetInterrupt("Too many request errors") self._target(*self._args, **self._kwargs) File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run callback(e) callback(e) self.run() self.run() self._target(*self._args, **self._kwargs) self._target(*self._args, **self._kwargs) callback(e) self._target(*self._args, **self._kwargs) lib.core.exceptions.SkipTargetInterrupt: Too many request errors raise SkipTargetInterrupt("Too many request errors") File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 1016, in _bootstrap_inner File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error raise SkipTargetInterrupt("Too many request errors") File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run callback(e) File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc callback(e) callback(e) lib.core.exceptions.SkipTargetInterrupt: Too many request errors File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error callback(e) callback(e) self._target(*self._args, **self._kwargs) lib.core.exceptions.SkipTargetInterrupt: Too many request errors callback(e) File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error self._target(*self._args, **self._kwargs) File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error lib.core.exceptions.SkipTargetInterrupt: Too many request errors raise SkipTargetInterrupt("Too many request errors") File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc raise SkipTargetInterrupt("Too many request errors") self._target(*self._args, **self._kwargs) File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc raise SkipTargetInterrupt("Too many request errors") lib.core.exceptions.SkipTargetInterrupt: Too many request errors callback(e) self.run() callback(e) raise SkipTargetInterrupt("Too many request errors") raise SkipTargetInterrupt("Too many request errors") raise SkipTargetInterrupt("Too many request errors") File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error raise SkipTargetInterrupt("Too many request errors") lib.core.exceptions.SkipTargetInterrupt: Too many request errors raise SkipTargetInterrupt("Too many request errors") File "C:\laragon\bin\python\python-3.10\lib\threading.py", line 953, in run lib.core.exceptions.SkipTargetInterrupt: Too many request errors lib.core.exceptions.SkipTargetInterrupt: Too many request errors raise SkipTargetInterrupt("Too many request errors") File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc callback(e) lib.core.exceptions.SkipTargetInterrupt: Too many request errors File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error callback(e) lib.core.exceptions.SkipTargetInterrupt: Too many request errors lib.core.exceptions.SkipTargetInterrupt: Too many request errors lib.core.exceptions.SkipTargetInterrupt: Too many request errors callback(e) raise SkipTargetInterrupt("Too many request errors") self._target(*self._args, **self._kwargs) File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error raise SkipTargetInterrupt("Too many request errors") lib.core.exceptions.SkipTargetInterrupt: Too many request errors raise SkipTargetInterrupt("Too many request errors") raise SkipTargetInterrupt("Too many request errors") File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error lib.core.exceptions.SkipTargetInterrupt: Too many request errors raise SkipTargetInterrupt("Too many request errors") raise SkipTargetInterrupt("Too many request errors") File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error lib.core.exceptions.SkipTargetInterrupt: Too many request errors raise SkipTargetInterrupt("Too many request errors") File "E:\python\dirsearch\lib\core\fuzzer.py", line 246, in thread_proc lib.core.exceptions.SkipTargetInterrupt: Too many request errors lib.core.exceptions.SkipTargetInterrupt: Too many request errors raise SkipTargetInterrupt("Too many request errors") callback(e) lib.core.exceptions.SkipTargetInterrupt: Too many request errors lib.core.exceptions.SkipTargetInterrupt: Too many request errors File "E:\python\dirsearch\lib\controller\controller.py", line 497, in raise_error lib.core.exceptions.SkipTargetInterrupt: Too many request errors lib.core.exceptions.SkipTargetInterrupt: Too many request errors raise SkipTargetInterrupt("Too many request errors") lib.core.exceptions.SkipTargetInterrupt: Too many request errors

Task Completed

ghost avatar Nov 09 '23 17:11 ghost

What about his bug @shelld3v ?

maurosoria avatar Jan 30 '24 15:01 maurosoria