• Latest
  • Trending
  • All

SecuChecker: Free WordPress Security Audit (Headers, SSL, Version Disclosure, Exposures)

June 14, 2026
ssh command cheatsheet

SSH Command Cheatsheet: Connect, Keys, scp, Tunnels (2026)

June 16, 2026
chmod-chown-cheatsheet

chmod and chown Cheatsheet: Linux Permissions, Decoded (2026)

June 16, 2026
systemctl-journalctl-cheatsheet

systemctl + journalctl Cheatsheet: Services and Logs (2026)

June 16, 2026
grep-cheatsheet

The grep Cheatsheet: Search a File, Search a Tree (2026)

June 16, 2026
rsync-cheatsheet

The rsync Cheatsheet: Mirror, Sync, Copy Over SSH (2026)

June 16, 2026
curl-cheatsheet

curl Cheatsheet: Download Files and Test APIs (2026)

June 16, 2026
iptables-vs-nftables-cheatsheet cheatsheet

iptables vs nftables: Linux Firewall Cheatsheet, Side by Side

June 16, 2026
nmcli-cheatsheet cheatsheet

nmcli Cheatsheet: Wi-Fi and Network Connections From the Linux Terminal

June 16, 2026
powershell-networking-cheatsheet cheatsheet

PowerShell Networking Cheatsheet: Test-NetConnection, IP, DNS (2026)

June 16, 2026
tar command cheatsheet

The tar Command Cheatsheet: Create, Extract, Stop Guessing (2026)

June 16, 2026
Linux find command cheatsheet

The find Command Cheatsheet: Every Recipe You Actually Use (2026)

June 15, 2026
Linux networking commands cheatsheet, ip and ss

Linux Networking Commands in 2026: the ip and ss Cheatsheet

June 15, 2026
  • Online Tools
  • Network Tools
  • Developer Tools
  • Security Tools
Tuesday, June 16, 2026
  • Login
People Are Geek
  • Online Tools
  • Network Tools
  • Developer Tools
  • Security Tools
No Result
View All Result
People Are Geek
No Result
View All Result
Home Security Tools

SecuChecker: Free WordPress Security Audit (Headers, SSL, Version Disclosure, Exposures)

by People Are Geek
June 14, 2026
in Security Tools, Server Tools
0
0
SHARES
2
VIEWS
Share on FacebookShare on Twitter

Free WordPress security audit

Point it at any public WordPress site. It pokes at the gaps that, honestly, cause most of the real break-ins: missing HTTP security headers, a soft TLS setup, version numbers left lying around, an open xmlrpc.php, a readme.html anyone can read, a wp-includes directory you can browse, usernames leaking out the REST API. You get a posture score from 0 to 100. Each finding gets a severity, and the fixes come ranked so you can just forward the list to whoever runs the box. Probes fire from the PeopleAreGeek server, which dodges the CORS wall. Nothing’s logged on our end.

Nothing aggressive here. Plain HEAD or GET requests. No login attempts, no fuzzing. A full scan runs 8-20 seconds, give or take, depending on the host.

Recommended security gearWe may earn a commission, at no extra cost to you.
Yubikey Security KeyCheck price on Amazon →Password ManagerCheck price on Amazon →Usb Data BlockerCheck price on Amazon →Webcam Cover SlideCheck price on Amazon →

What SecuChecker scans on a WordPress site

Here’s the slightly depressing part. Most WordPress break-ins in 2026 still trace back to the same boring gaps. No Content Security Policy. An HSTS header that nobody bothered to send. A default xmlrpc.php sitting there, basically inviting credential brute-forcing. A readme.html that cheerfully announces your exact WordPress version to anyone who asks. A wp-includes listing wide open, plugin and core code on display. Or that REST endpoint at /wp-json/wp/v2/users handing out author logins. SecuChecker hits all of those in one pass and hands back a score, so you spend your time on the fixes that actually shrink the attack surface instead of the ones that just feel productive.

Full depth touches eighteen indicators. Quick mode does twelve. The HTTP layer reads your response headers and pulls apart HSTS, CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy, plus what the server says about itself and how it caches. The TLS layer checks whether the cert’s valid, how many days are left before it expires, and which subject alternative names it covers. The WordPress layer? It eyeballs the generator meta tag, the readme file, the directory listings, the REST users endpoint, the XML-RPC endpoint. Every check comes back pass, warn, or fail, with the actual line that tripped it, a severity (high, medium, low, info), and one line on how to fix it. And again, none of this is intrusive. No logins, no fuzzing, no exploit attempts. Just public reads that any random visitor could do by hand.

How the WordPress security checker works

  1. Validate the URL and pin down the hostname so TLS has something to probe.
  2. Fetch the homepage through the PeopleAreGeek server, then read every response header that comes back.
  3. Parse security headers and score each against the OWASP secure-headers guidance for 2026.
  4. Probe the TLS endpoint on port 443. Reads the cert metadata (issuer, validity, SAN) and works out the days left.
  5. Probe WordPress-specific paths: /readme.html, /wp-login.php, /xmlrpc.php, /wp-includes/, /wp-content/uploads/, /?author=1, /wp-json/wp/v2/users. Capture HTTP status, length, key headers.
  6. Read the home HTML hunting for the generator meta tag (it usually blabs your exact WordPress version) and any plugin fingerprints sitting in plain sight.
  7. Score and rank findings by severity, then roll it all into one posture number from 0 to 100.

Common use cases for SecuChecker

  • Pre-launch hardening. Run it right before a new site goes live. Catches the missing headers and the default files you forgot to delete.
  • Monthly security review. Re-scan after a core update, a new plugin, a hosting move. Config drift quietly causes about half the regressions I’ve ever chased.
  • Vendor due diligence. Sizing up a freelancer or an agency? Scan the sites in their portfolio and see if the security talk in the pitch actually holds up.
  • Compliance evidence. Lots of the lighter frameworks (GDPR security, an ISO baseline) just want proof you checked. The downloadable report covers the WordPress slice of that.
  • Incident triage. After something smells off, the scan tells you whether the easy doors are still hanging open. Shutting them is usually step one of containment.
  • Lead magnet for agencies. Freelancers and small shops lean on the public scan as an opener, a way to start the conversation before pitching a real audit or managed hosting.

Limitations and ethical scanning notes

SecuChecker is a black-box scanner, and a polite one. It never logs in. It won’t POST a form, won’t go hunting for SQL injection or remote code execution, won’t do anything a sane person would read as an attack. It reads public endpoints and lines the responses up against a checklist of known WordPress posture tells. So a clean report is a good start, sure, but it’s not the same thing as a real audit. Buggy plugin code, weak passwords, role escalation, malware already running on the box: all of that sits outside what a scanner like this can see. Want the deeper look, with authenticated plugin review and code-level findings? There’s a full WordPress audit with a PDF report for 49 euros (the upsell card in the Summary tab has the details).

One rule, and please take it seriously: only scan sites you own, or have clear permission to scan. Fire automated probes at someone else’s box and some hosts will treat it as a hostile move, fair enough. SecuChecker throttles itself per session to stay well under any reasonable alarm, but the ethics part is on you, not the tool. And worth knowing: every probe goes out from the PeopleAreGeek server, so that’s the IP the big CDNs will see and log.

Frequently asked questions

What does the posture score mean?

It’s a weighted total out of 100, each control worth somewhere between 5 and 15 points. Hit 85 or higher and you’ve got a hardened baseline. Land in the 60 to 85 range and you’re missing a few controls, though nothing’s critically exposed. Drop below 60 and there are real high-severity gaps, the kind an opportunistic attacker can spot from the outside without trying hard.

Is the scan safe to run on a production site?

Yeah, it’s fine. The probes are HEAD or GET requests against public URLs, sent at a calm pace. Nothing gets POSTed, no forms submitted, no brute force, no fuzzing. Most WAFs don’t even blink, because the traffic looks just like a normal search-engine crawl wandering through.

Why does the scan flag my exposed WordPress version?

A version number on display does an attacker a favour: it trims the CVE list down to exactly what might work against you. Fix is small. Strip the generator meta tag with a plugin or a quick theme tweak, then delete or lock down the readme.html sitting at your document root.

Should I disable xmlrpc.php?

If you’re not leaning on the Jetpack app, the WordPress mobile apps, or remote publishing, then yes, kill it. xmlrpc.php is the old login endpoint that people have abused for years, both for brute-forcing and for pingback amplification. Block it at the web server, or let a security plugin handle it.

Why is HSTS recommended?

HSTS tells the browser, for a set stretch of time, to flat-out refuse plain HTTP on your domain. That shuts down downgrade attacks and the stolen-cookie tricks that work on dodgy networks. Set it with a long max-age and includeSubDomains. Add the preload flag too, but only once you’re sure the site is staying on HTTPS for good, because backing out of preload is genuinely painful.

Does a clean scan mean my site is secure?

No, and I’d be wary of anyone who says otherwise. A clean scan just means the easy gaps are shut. Plugin bugs, weak passwords, someone getting phished, a poisoned dependency upstream: none of that shows up here. If you want real assurance, an authenticated audit is the honest next step.

Sources & further reading

  • OWASP: Top Ten

Related tools and resources

HTTP Headers Checker SSL Certificate Checker CSP Header Builder Password Strength Checker Email Auth Posture AI Crawler Blocker Redirect Checker
ShareTweetPin
People Are Geek

People Are Geek

I'm Stephane, a network and systems engineer with over 15 years of hands-on experience on production infrastructure, virtualization (ESXi, Proxmox), networking, and self-hosting. Earlier in my career I built and ran a Linux resource site that became a well-known reference for sysadmins. Today I focus on cybersecurity, and I also work as a technical trainer, teaching networking and security to people who do it for a living. Everything on People Are Geek comes from real-world practice, not theory. I build every tool on this site myself, and I write about what I've actually deployed, broken, and fixed. If it's here, I've used it.

People Are Geek

Copyright © 2017 JNews.

Navigate Site

  • About PeopleAreGeek
  • Affiliate Disclosure
  • All Tools and Articles
  • Contact
  • Cookie Policy
  • Hyper-V Hub: Tools, Error Fixes and Lab Guides
  • Linux Hub: Cross-Distro Reference, Articles, Tools
  • Privacy Policy
  • Sample Page
  • Terms of Service
  • VMware vSphere & ESXi Hub: Tools, Error Fixes and Guides

Follow Us

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • Online Tools
  • Network Tools
  • Developer Tools
  • Security Tools

Copyright © 2017 JNews.