Seems something wrong with url
Closed this issue · 8 comments
when i use command:
./okadminfinder3/okadminfinder.py -u testphp.vulnweb.com
it noted:
Seems something wrong with url
pip3 install -r ./okadminfinder3/requirements.txt
Collecting argparse>=1.4.0 (from -r ./okadminfinder3/requirements.txt (line 1))
Using cached argparse-1.4.0-py2.py3-none-any.whl.metadata (2.8 kB)
Requirement already satisfied: colorama>=0.4.6 in ./okadminfinder_env/lib/python3.12/site-packages (from -r ./okadminfinder3/requirements.txt (line 2)) (0.4.6)
Requirement already satisfied: httpx>=0.23.1 in ./okadminfinder_env/lib/python3.12/site-packages (from httpx[socks]>=0.23.1->-r ./okadminfinder3/requirements.txt (line 3)) (0.23.3)
Requirement already satisfied: trio>=0.22.0 in ./okadminfinder_env/lib/python3.12/site-packages (from -r ./okadminfinder3/requirements.txt (line 4)) (0.22.2)
Requirement already satisfied: tqdm>=4.64.1 in ./okadminfinder_env/lib/python3.12/site-packages (from -r ./okadminfinder3/requirements.txt (line 5)) (4.67.1)
Requirement already satisfied: certifi in ./okadminfinder_env/lib/python3.12/site-packages (from httpx>=0.23.1->httpx[socks]>=0.23.1->-r ./okadminfinder3/requirements.txt (line 3)) (2024.8.30)
Requirement already satisfied: httpcore<0.17.0,>=0.15.0 in ./okadminfinder_env/lib/python3.12/site-packages (from httpx>=0.23.1->httpx[socks]>=0.23.1->-r ./okadminfinder3/requirements.txt (line 3)) (0.16.3)
Requirement already satisfied: rfc3986<2,>=1.3 in ./okadminfinder_env/lib/python3.12/site-packages (from rfc3986[idna2008]<2,>=1.3->httpx>=0.23.1->httpx[socks]>=0.23.1->-r ./okadminfinder3/requirements.txt (line 3)) (1.5.0)
Requirement already satisfied: sniffio in ./okadminfinder_env/lib/python3.12/site-packages (from httpx>=0.23.1->httpx[socks]>=0.23.1->-r ./okadminfinder3/requirements.txt (line 3)) (1.3.1)
Requirement already satisfied: attrs>=20.1.0 in ./okadminfinder_env/lib/python3.12/site-packages (from trio>=0.22.0->-r ./okadminfinder3/requirements.txt (line 4)) (24.2.0)
Requirement already satisfied: sortedcontainers in ./okadminfinder_env/lib/python3.12/site-packages (from trio>=0.22.0->-r ./okadminfinder3/requirements.txt (line 4)) (2.4.0)
Requirement already satisfied: idna in ./okadminfinder_env/lib/python3.12/site-packages (from trio>=0.22.0->-r ./okadminfinder3/requirements.txt (line 4)) (3.10)
Requirement already satisfied: outcome in ./okadminfinder_env/lib/python3.12/site-packages (from trio>=0.22.0->-r ./okadminfinder3/requirements.txt (line 4)) (1.3.0.post0)
Requirement already satisfied: socksio==1.* in ./okadminfinder_env/lib/python3.12/site-packages (from httpx[socks]>=0.23.1->-r ./okadminfinder3/requirements.txt (line 3)) (1.0.0)
Requirement already satisfied: h11<0.15,>=0.13 in ./okadminfinder_env/lib/python3.12/site-packages (from httpcore<0.17.0,>=0.15.0->httpx>=0.23.1->httpx[socks]>=0.23.1->-r ./okadminfinder3/requirements.txt (line 3)) (0.14.0)
Requirement already satisfied: anyio<5.0,>=3.0 in ./okadminfinder_env/lib/python3.12/site-packages (from httpcore<0.17.0,>=0.15.0->httpx>=0.23.1->httpx[socks]>=0.23.1->-r ./okadminfinder3/requirements.txt (line 3)) (4.6.2.post1)
Using cached argparse-1.4.0-py2.py3-none-any.whl (23 kB)
Installing collected packages: argparse
Successfully installed argparse-1.4.0
site: testphp.vulnweb.com
can be opened in browser
site:
testphp.vulnweb.com
can be opened in browser
Hello,
did you try with http://
?
http://testphp.vulnweb.com
site:
testphp.vulnweb.com
can be opened in browserHello, did you try with
http://
?http://testphp.vulnweb.com
yes,i tried https and http,but nothing changed
is v2RayN proxier affect it? i run a v2RayN to Surfing the internet cross GFW with a Whitelist
yeah, it's probably the problem
you're getting a NetworkError
- test without v2RayN
- check if other things work using v2RayN , if yes, retry with okadminfinder
if the problem persist, let me know, i'll check that when i'll have free time
yeah, it's probably the problem you're getting a NetworkError
- test without v2RayN
- check if other things work using v2RayN , if yes, retry with okadminfinder
if the problem persist, let me know, i'll check that when i'll have free time
i unset the https_proxy/http_proxy in /etc/environment, then reboot. use the same cmd, has same result(seems som...).
testphp.vulnweb.com can be also ping&curl, without runningv2RayN.
from what i'm seeing you're using https://testphp.vulnweb.com
if you open that in your browser, you'll get connection timed out
actually the working url is http://testphp.vulnweb.com
it work out,thank u,god bless you
you're welcome ^^