Family Personal DevelopmentLearning Center • Cybersecurity
Safe suspicious-link simulation
YOU CLICKED IT!

You clicked an unfamiliar button and opened a webpage. Its code can now run inside your browser’s security boundaries. This FamilyPD page is harmless—but attackers rely on the same decision.

What This Proves

A webpage can run JavaScript as soon as it loads. It can display content, redirect, imitate a login, request permissions, prompt a download, and collect information a person chooses to enter.

What This Page Does

No login • No download • No permission requests • No form submission • No analytics script

1

What the Browser Exposes to This Page

The values below are displayed locally in your browser.
Browser information
Important: This page does not transmit these displayed values. A normal hosting provider may still keep standard server-access logs needed to operate a website.
2

What an Ordinary Page Cannot Simply Take

Browsers use permissions, sandboxing, and origin boundaries.
Browser protections

Camera & Microphone

A normal page must request permission before using them.

Precise Location

A normal page must request location permission.

Saved Password Vault

A normal webpage cannot simply read the browser’s password manager.

Private Messages & Photos

A normal webpage does not automatically receive private messages or a photo library.

Device Files

A page normally sees only files intentionally selected through a file picker.

Other Websites

Same-origin protections limit one site from freely reading another site’s data.

3

What a Malicious Page May Try Next

The danger often depends on the next request, a vulnerability, or a person’s action.
Attacker tactics

Imitate a familiar service and capture what the visitor types.

Persuade the visitor to download or open a malicious file.

Request notifications, location, camera, microphone, or another browser permission.

Send the visitor to another phishing, scam, or malicious page.

Attempt to exploit an unpatched browser or device vulnerability. This is less common than social engineering but can be serious.

Use urgency, authority, fear, curiosity, or rewards to make the visitor cooperate.

A Better Link and Button Habit

PauseDo not click simply because a button looks interesting or urgent.
PreviewHover, press and hold, or inspect the destination when your device allows it.
VerifyConfirm who sent it, why it was sent, and whether the destination matches the claim.
ProtectDo not enter credentials, download files, or approve unexpected permissions.
Continue exploring cybersecurity

References

  1. Cybersecurity and Infrastructure Security Agency. (n.d.). Recognize and report phishing. https://www.cisa.gov/secure-our-world/recognize-and-report-phishing
  2. Mozilla. (n.d.). Same-origin policy. MDN Web Docs. https://developer.mozilla.org/en-US/docs/Web/Security/Defenses/Same-origin_policy
  3. Mozilla. (n.d.). Permissions API. MDN Web Docs. https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API