You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ A macOS menu bar app that lets you see and edit your clipboard in a floating win
9
9
- Opens an editable text window where you can view and modify clipboard contents — edits are written back to the clipboard in real time
10
10
- Displays copied images with scaling to fit the window
11
11
- Closing the window hides it (use the menu bar icon to reopen, or "Quit" to exit)
12
-
- Detects and warns about ClickFix clipboard attacks before you accidentally paste a harmful command
12
+
- Detects and warns about potentially harmful clipboard commands before you accidentally paste them
13
13
14
14
## Requirements
15
15
@@ -74,13 +74,13 @@ After installation, Hello Clipboard starts automatically on login. To interact w
74
74
75
75
When your clipboard contains any text, a small red dot appears on the 📋 menu bar icon as a reminder. It disappears when the clipboard is cleared.
76
76
77
-
### ClickFix protection
77
+
### Suspicious command protection
78
78
79
-
Hello Clipboard watches for clipboard content that looks like a malicious command — a social-engineering technique called [ClickFix](https://www.malwarebytes.com/blog/threat-intelligence/2024/03/clickfix-how-to-infect-your-pc-by-following-fake-instructions), where attackers trick users into copying and pasting harmful commands into Terminal.
79
+
Hello Clipboard watches for clipboard content that looks like a malicious command — where attackers trick users into copying and pasting harmful commands into Terminal.
80
80
81
81
When a potential threat is detected, a warning appears immediately:
0 commit comments