wrrulos / mcptool

Pentesting tool for Minecraft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

localhost ip

error657756 opened this issue · comments

everytime fake proxy gives me this ip
127.0.0.1:33330
ngrok is fixed everything is downloaded i posted issue on mcptool server + reyi_ server but no one solved my problem this is the 6th time

As mentioned in the command documentation, it is only going to create a local proxy by default. You have to expose the local port manually. If you are using Ngrok, run ngrok tcp 33330 (in another terminal window). To convert the Ngrok address into numerical IP address, just run it through the ping command without port: ping <address> (in another terminal window).