noob-hackers / hacklock

Hack Android Pattern From Termux With This Tool
https://www.noob-hackers.com
MIT License
1.76k stars 163 forks source link

Removes ngrok as a tunneling option as this tool violates it's terms of service #35

Open russorat opened 11 months ago

russorat commented 11 months ago

PM for ngrok here. This tool directly violates the ngrok Terms of Service even when used for educational purposes only. We kindly request that ngrok be removed as an option in your tool. Please consider replacing it with other options from this list.

To learn more about how ngrok combats abuse, see https://ngrok.com/abuse and https://ngrok.com/tos .

This PR attempts to remove ngrok from this tool. I've also fixed a few spelling errors.

noob-hackers commented 2 months ago

PM for ngrok here. This tool directly violates the ngrok Terms of Service even when used for educational purposes only. We kindly request that ngrok be removed as an option in your tool. Please consider replacing it with other options from this list.

To learn more about how ngrok combats abuse, see https://ngrok.com/abuse and https://ngrok.com/tos .

  • ngrok is not anonymous and can not be used to hide your identity.
  • ngrok directly exposes your public IP address to anyone who sees the ngrok url you send them and in an http header.
  • ngrok will ban your account if you use this tool.
  • ngrok adds an interstitial page to all requests warning anyone viewing the page that the site is hosted by ngrok.

This PR attempts to remove ngrok from this tool. I've also fixed a few spelling errors.

We have commnted the code in our script please take a look