Skip to content

Add MyIPNow tool for IP and network analysis#585

Closed
bodiana wants to merge 2 commits into
lissy93:mainfrom
bodiana:patch-6
Closed

Add MyIPNow tool for IP and network analysis#585
bodiana wants to merge 2 commits into
lissy93:mainfrom
bodiana:patch-6

Conversation

@bodiana
Copy link
Copy Markdown

@bodiana bodiana commented May 28, 2026

Type

Addition


Changes

Adds MyIPNow to the Online Tools section. MyIPNow is a free open source toolkit for IP lookup with geolocation, DNS lookup, WHOIS, IP blacklist check, ASN lookup, subnet calculator, ping test and speed test. No account required, no personal data stored. Also available as Android and iOS apps.


Supporting Material


Affiliation

I am the developer and owner of MyIPNow.


Checklist

  • I have read the Contributing guide, and confirmed my PR aligns with the requirements
  • I have performed a self-review (valid Markdown formatting, spelling, and grammar)
  • I have indicated whether I have any affiliation with any software / services added
  • I agree to follow the repositories Contributor Covenant Code of Conduct

Added MyIPNow tool with details for IP lookup and geolocation.
@liss-bot
Copy link
Copy Markdown
Collaborator

liss-bot commented May 28, 2026

Hello @bodiana

Thank you for contributing to Awesome Privacy! We will review your submission shortly. In the meantime, please ensure all changes are correct and inline with our Contributing Requirements.

Our automated checks detected some issues:

  • Security Tools > Online Tools > MyIPNow > androidApp: invalid value https://play.google.com/store/apps/details?id=net.myipnow.app — must be a package name like com.example.app
  • Looks like you are the author of this package. Please ensure that you have clearly disclosed this in your PR body for transparency
  • It looks like your submission is quite a small project without a lot of users yet. In some circumstances we may ask you to resubmit this once the project is more mature and has a proven track record of good practices and maintenance.
  • There doesn't appear to be a license included in the project's GitHub repo

🤖 I am a bot, and sometimes make mistakes. If you feel that any info here is incorrect or inaccurate, feel free to add a comment below with any corrections or justifications. This bot does not use AI, and just runs preliminary validation checks against submission requirements. Human review is still needed.

Summary of Changes:
  • Added MyIPNow in Security Tools → Online Tools
Submission Info

Repo Stats

  • 🔴 License: Missing
  • 🟠 Repo Age: 7 months
  • 🟢 Last Updated: today
  • 🔴 Releases: 0
  • 🔴 Stars: 1
  • 🔴 Contributors: 2
  • 🟢 Is Fork: No
  • 🟢 Is Archived: No
  • Security Alerts: Unknown
  • 🟢 Vibe Coded: 0 AI commits
  • 🔵 Commits: 13
  • 🔵 Open Issues: 0
  • Website: Unknown
  • 🔵 Author: bodiana
  • 🔵 Languages: HTML, PHP, Python, CSS

Website Checks

  • 🟢 Status: 200
  • 🟢 HTTPS: Yes
  • 🔴 Blacklist: 1 detection(s)
  • 🟢 Redirect: None
  • 🔴 Risk Score: 100
  • 🔴 HSTS: Missing
  • 🔴 CSP: Missing
  • 🔴 X-Frame-Options: Missing
  • 🟢 Security.txt: Present
  • 🔵 Server: 104.21.46.141, AS13335
  • 🔵 Server Location: San Francisco, California, United States of America
  • 🔵 Title: What Is My IP Address? Check IPv4 & IPv6 | MyIPNow

iOS App

  • 🔴 Rating: 0.0 / 5
  • 🔵 Created: 1 month ago
  • 🔵 Last Updated: 2 weeks ago
  • 🔵 Size: 41.2 MB

The above data does not determine a submissions eligibility. Human review is still needed.
Key: 🟢 = good. 🟠 = warning. 🔴 = attention required. 🔵 = info. ⚪ = unknown.

For full details, please see workflow run 26582644058


Updates

Edit 1: - 1 issue was resolved, but 3 checks are still failing, see here for details

Updated androidApp URL to only include the package name.
Copy link
Copy Markdown
Owner

@lissy93 lissy93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @bodiana
Thanks for the submission!

Looks like a fun side project you have.
But I think for now, let's close. As this isn't a good fit, since it doesn't meet privacy nor quality requirements.

The biggest issue is the use of Google Analytics. But also the app seems to be just low quality machine generated vehicle for Google AdSense and VPN affiliates. And no real privacy policy.

@lissy93
Copy link
Copy Markdown
Owner

lissy93 commented May 28, 2026

Going to close this for now, but in case it's useful, below is some notes from a quick review:

Privacy Policy

  • Privacy policy is not readable in dark mode (white text on a white background)
  • All trackers fire BEFORE the user has consented
  • Privacy policy fails to disclose all of the trackers. Google Analytics/GTM, Cloudflare Insights, etc
  • Privacy policy actively lies "we don't tie any of this back to who you actually are" - yes you DO. Under GDPR, an IP address is personal data, and anyway you send it to numerous third-parties
  • Policy is dated "September 27, 2026". It's only May 2026 right now. Did you write it in the future?
  • Policy mentions DART cookies, they were retired years ago
  • Loads of info missing from the privacy policy: who you are/contact, legal basis for processing, data retention, rights, etc
  • Tone of the policy implies privacy not taken seriously (e.g. "So here's the deal...")

Mobile App

I can't see the mobile app code, nor have I looked into it, but on the surface it appears that it could be borderline malicious. Why does an IP lookup tool need 35+ permissions, including read/write of external storage, changing device settings, and overlaying on top of the screen? Plus has Google Analytics baked in.

Quality/Functionality

  • Code has a 0% maintainability score. Looks auto-generated. Website likely won't be around for the long-run, as basic updates will become impossible, as will spotting and fixing bugs and security issues.
  • 600+ copy/pasted HTML files, 40 MB of repeated content on each, with zero shared HTML/CSS/JS. You should use templating (plus caching, minification and reuse), it would make everything 99%+ smaller
  • git-ops is non-existant. No releases, docs, CI, tests, container, security, license, .gitignore, etc.
  • Many of the tools are wrappers around existing APIs/services
  • Password generator is fundamentally insecure - don't use Math.random()
  • A lot of functionality is broken or inaccurate. Like the IP blacklist checker, which gives false positives (counting any DNS answer as a hit), and missing real hits (all IPv6 show as clean)
  • Lot's of those files shouldn't of been committed (e.g. C:\Users\Bodia\OneDrive\Робочий стіл\myipnow-main\)
  • Website reccomends non-private VPN providers (Surfshark + NordVPN)
  • All content is AI-generated. It's just hundreds of pages of SEO-spam. With the sole aim of AdSense and affiliate marketing.

@lissy93 lissy93 closed this May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants