jofpin / trape

People tracker on the Internet: OSINT analysis and research tool by Jose Pino
https://x.com/jofpin
8.07k stars 1.29k forks source link

NGROK NOT WORKING #248

Open Forbesgriffin opened 4 years ago

Forbesgriffin commented 4 years ago

Can anyone like fork this repo and fix the ngrok issue ,like include another tunnel like pagekite, localxpose and more _

infoinline commented 4 years ago

Hey, did you manage to sort this? I am having same issue.

Forbesgriffin commented 4 years ago

Hey, did you manage to sort this? I am having same issue.

YES ,i did

Forbesgriffin commented 4 years ago

https://github.com/Forbesgriffin/trape

ktjd123 commented 4 years ago

@Forbesgriffin the fork you gave link has conflit I guess??

Traceback (most recent call last):
  File "trape.py", line 24, in <module>
    from core.trape import Trape                  #
  File "/Users/peter/Documents/hacking/trape/core/trape.py", line 207
    @@ -225,6 +228,7 @@ def header(self)

Thank you always appreciate your work.

Forbesgriffin commented 4 years ago

@Forbesgriffin the fork you gave link has conflit I guess??

Traceback (most recent call last):
  File "trape.py", line 24, in <module>
    from core.trape import Trape                  #
  File "/Users/peter/Documents/hacking/trape/core/trape.py", line 207
    @@ -225,6 +228,7 @@ def header(self)

Thank you always appreciate your work.

Try this https://github.com/tdenisenko/trape

ktjd123 commented 4 years ago

@Forbesgriffin the fork you gave link has conflit I guess??

Traceback (most recent call last):
  File "trape.py", line 24, in <module>
    from core.trape import Trape                  #
  File "/Users/peter/Documents/hacking/trape/core/trape.py", line 207
    @@ -225,6 +228,7 @@ def header(self)

Thank you always appreciate your work.

Try this https://github.com/tdenisenko/trape

Thank you for reply @Forbesgriffin . 스크린샷 2020-07-08 오후 10 12 15 the another fork you gave me gave another error.

maybe I should make it working if there is none maintained

puthusseri commented 4 years ago

Download the ngrok . Run it in another terminal as ngrok http 8080 Before running the trape.py It resolved the same error for me.