Idle. Not Working. Everything seems set
Norgery opened this issue · 8 comments
┌──(kali㉿kali)-[~/Modlishka]
└─$ sudo ./dist/proxy -config Modlishka.json
[Mon Nov 20 11:46:28 2023] INF Enabling plugin: autocert v0.1
[Mon Nov 20 11:46:28 2023] INF Enabling plugin: control_panel v0.1
[Mon Nov 20 11:46:28 2023] INF Enabling plugin: hijack v0.1
[Mon Nov 20 11:46:28 2023] INF Enabling plugin: template v0.1
[Mon Nov 20 11:46:28 2023] INF Control Panel: SayHello2Modlishka handler registered
[Mon Nov 20 11:46:28 2023] INF Control Panel URL: flip-node.com/SayHello2Modlishka
[Mon Nov 20 11:46:28 2023] INF
| | |.-----.--| | ||.-----.| |--.| |--.---.-.
| || _ | _ | | || --|| || <| _ |
||_|||||||||||||||_.|
"Modlishka" Reverse Proxy started - v.1.1 <<<<
Author: Piotr Duszynski @drk1wi
Listening on [0.0.0.0:443]
Proxying HTTPS [gmail.com] via [https://flip-node.com]
Listening on [0.0.0.0:80]
Proxying HTTP [gmail.com] via [http://flip-node.com]
. it just stays idle forever. i try my host website and nothing changed. cant even access the control panel (404)
.i've been stuck here for days.
add debug in the cli. most likely it's your CA cert.
i just tried with -debug and its same thing. But i'll check on the certs again.
check if this works: modlishka -target google.com -proxyDomain loopback.modlishka.io
(kali㉿kali)-[~/Modlishka]
└─$ ./dist/proxy -target google.com -proxyDomain loopback.modlishka.io
[Mon Nov 20 12:42:39 2023] INF Enabling plugin: autocert v0.1
[Mon Nov 20 12:42:39 2023] INF Autocert plugin: Auto-generating loopback.modlishka.io domain TLS certificate
[Mon Nov 20 12:42:39 2023] INF Enabling plugin: control_panel v0.1
[Mon Nov 20 12:42:39 2023] INF Enabling plugin: hijack v0.1
[Mon Nov 20 12:42:39 2023] INF Enabling plugin: template v0.1
[Mon Nov 20 12:42:39 2023] INF Control Panel: SayHello2Modlishka handler registered
[Mon Nov 20 12:42:39 2023] INF Control Panel URL: loopback.modlishka.io/SayHello2Modlishka
[Mon Nov 20 12:42:39 2023] INF
| | |.-----.--| | ||.-----.| |--.| |--.---.-.
| || _ | _ | | || --|| || <| _ |
||_|||||||||||||||_.|
"Modlishka" Reverse Proxy started - v.1.1 <<<<
Author: Piotr Duszynski @drk1wi
Listening on [127.0.0.1:443]
Proxying HTTPS [google.com] via [https://loopback.modlishka.io]
Listening on [127.0.0.1:80]
Proxying HTTP [google.com] via [http://loopback.modlishka.io]
Same thing.
not sure, works for me with firefox.
what am i doing wrong?
just tried firefox and same thing. page unreachble
most likely you are not connecting with a browser, you should get at least a cert warning.
the problem was always from the certificates. its working now