wrrulos / mcptool

Pentesting tool for Minecraft
MIT License
310 stars 75 forks source link

localhost ip #182

Closed error657756 closed 4 months ago

error657756 commented 5 months ago

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

walnutmusic740 commented 4 months ago

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).