Check your Cyberscore now—it's free and easy. See what’s exposed and how secure you really are!
Enter Your Website To Get Your Cyberscore: SCAN function redirectToSite() { let text = document.getElementById("userText").value.trim(); // Prevent empty input submission or invalid URLs if (!text || text === "http://" || text === "https://" || text === "/" || text === "//") { alert("Please enter a valid website."); return; } // Remove protocol (http, https) and any trailing slashes text = text.replace(/^(https?://)?(www.)?/i, '').replace(//+$/, ''); // Ensure a proper domain name is entered if (!text.match(/^[a-zA-Z0-9.-]+.[a-zA-Z]{2,}$/)) { alert("Please enter a valid domain name (e.g., example.com)."); return; } // Create the wrapped text with only the domain name let wrappedText = `{${text}}`; // Store wrapped text temporarily sessionStorage.setItem('wrappedText', wrappedText); // Full URL for redirection (adds https:// for safety) let targetURL = `https://app.thecyberscore.com/score-search/${encodeURIComponent(text)}?id=ocmsp`; window.location.href = targetURL; }
About OCMSP
At OCMSP, we believe IT should make your work easier—not harder. Since 2005, under the leadership of Jose Fontao, we've been helping businesses in Orange County optimize their IT systems, save money, and thrive in an increasingly digital world.
The Hidden Cost Of “Cheap” IT
The Hidden Costs Of Waiting: Why You Can’t Afford To Delay Your Windows 10 Upgrade
Your Vacation Auto-Reply Might Be A Hacker’s Favorite E-mail
7 Questions You Should Be Asking Your IT Provider Every Quarter (But Probably Aren’t)
You've heard it before: You get what you pay for. And when it comes to IT services, that couldn't be more... Read More
Still Using Windows 10? Here's Why Orange County Businesses Need to Act Now If your small business is still using... Read More
You set it. You forget it. You head out on vacation—and your inbox starts replying: "Hi! I'm out of the... Read More
Technology isn't a one-and-done project. It changes fast—and so do the threats that come with it. That's why... Read More