mIcHyAmRaNe/okadminfinder

Not Working on HTTPS URLs

soaj1664 opened this issue · 11 comments

It works fine on an http URL but if I input URL that starts with an HTTPS .... I got

Something wrong with url Session Cancelled.

Am I missing something? Thanks.

just enter the url without http:// or https://:

./okadminfinder.py -u https://test.ok

But then it does not check admin panel lists against HTTPS. By default, at least I can see without using -r option, it only check for HTTP.

I mean what it does then ..

http://URL.com/admin
http://URL.com/admin
http://URL.com/admin

all https websites can be accessed over http , but not all http website can be accessed over https.
so to avoid having errors with website that has not ssl certificat we use http request.

we have:

  • prop1: website ∈ http (those not having ssl certificat)
  • prop2: website2 ∈ https (& : https ⊂ http so website2 ∈ http) (those having ssl certificat)
  • prop1 ⋂ prop2 = http

image

I got a funny output ....

I'm aware of this bug. Some answers that the page exist but in reality it's a 404 not found page :(
I have a little idea to solve this, but it's complicated and it will slow down the process even for working websites... and not sure that it will not generate lot of other bugs :/

No hurry but I just wanted to let you know about that.

@soaj1664 i'm trying to resolve the problem of the funny output & i need some websites to test if it work
so can you please email me url of websites with what you got the funny output :D
email: marseillaisanonymous@gmail.com

@mIcHyAmRaNe

~/okadminfinder3$ sudo python3 okadminfinder.py -r -u "www.test.us"

     ____  __ __          __          _       _______           __
    / __ \/ //_/___ _____/ /___ ___  (_)___  / ____(_)___  ____/ /__  _____
   / / / / ,< / __ `/ __  / __ `__ \/ / __ \/ /_  / / __ \/ __  / _ \/ ___/
  / /_/ / /| / /_/ / /_/ / / / / / / / / / / __/ / / / / / /_/ /  __/ /
  \____/_/ |_\__,_/\__,_/_/ /_/ /_/_/_/ /_/_/   /_/_/ /_/\__,_/\___/_/
     version 2.5.3 created by O.Koleda & rewrited by mIcHy AmRaNe


  Something wrong with url

        [x] Session Cancelled


~/okadminfinder3$

maybe it got 302 to https

tried on bungie.org whit :
okadminfinder -u bungie.org -t and okadminfinder -u www.bungie.org -t but says "Something wrong whit url"

tried on bungie.org whit : okadminfinder -u bungie.org -t and okadminfinder -u www.bungie.org -t but says "Something wrong whit url"

hi, try with http://bungie.org instead of bungie.org