SrMilton / CatchYou-2

FUD MSFVenom Payload Gen. CatchYou 2 is a fork from CatchYou by TheLinuxChoice.
GNU General Public License v3.0
13 stars 5 forks source link

Ngrok Error! #1

Open sufian-iskandar opened 3 years ago

sufian-iskandar commented 3 years ago

I receive an error message whenever i pick the payload to generate through ngrok. ERORR: Ngrok Error!

SrMilton commented 3 years ago

Hi. The problem is here: https://github.com/SrMilton/CatchYou-2/blob/master/catchyou.sh#L140-L147

If you know how to fix it, feel free to submit a pull request but if you don't know, i'll fix asap.

sufian-iskandar commented 3 years ago

Sorry. I don’t understand how to fix it. On Wed, 14 Apr 2021 at 3:15 AM, SrMilton @.***> wrote:

Hi. The problem is here: https://github.com/SrMilton/CatchYou-2/blob/master/catchyou.sh#L140-L147

If you know how to fix it, feel free to submit a pull request but if you don't know, i'll fix asap.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SrMilton/CatchYou-2/issues/1#issuecomment-818989274, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATNI2XTP2TOPQBXCHBQPKNDTISJ3XANCNFSM4233UB4Q .

Clemv95 commented 2 years ago

To fix it, juste replace it from : link=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -o "tcp://0.tcp.ngrok.io:[0-9]*") to link=$(curl -s -N http://127.0.0.1:4040/api/tunnels | grep -o "tcp://[0-9]*.tcp.ngrok.io:[0-9]*")