WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: really-simple-captcha (Used by 135 domains)

Really Simple CAPTCHA

Really Simple CAPTCHA does not work alone and is intended to work with other plugins. It is originally created for Contact Form 7, however, you can use it with your own plugin.

Note: This product is “really simple” as its name suggests, i.e., it is not strongly secure. If you need perfect security, you should try other solutions.

How does it work?

Really Simple CAPTCHA does not use PHP “Sessions” for storing states, unlike many other PHP CAPTCHA solutions, but stores them as temporary files. This allows you to embed it into WordPress without worrying about conflicts.

When you generate a CAPTCHA, Really Simple CAPTCHA creates two files for it; one is an image file of CAPTCHA, and the other is a text file which stores the correct answer to the CAPTCHA.

The two files have the same (random) prefix in their file names, for example, “a7hk3ux8p.png” and “a7hk3ux8p.txt.” In this case, for example, when the respondent answers “K5GF” as an answer to the “a7hk3ux8p.png” image, then Really Simple CAPTCHA calculates hash of “K5GF” and tests it against the hash stored in the “a7hk3ux8p.txt” file. If the two match, the answer is confirmed as correct.

How to use with your plugin

Note: Below are instructions for plugin developers.

First, create an instance of ReallySimpleCaptcha class:

$captcha_instance = new ReallySimpleCaptcha();

You can change the instance variables as you wish.

// Change the background color of CAPTCHA image to black
$captcha_instance->bg = array( 0, 0, 0 );

See really-simple-captcha.php if you are interested in other variables.

Generate a random word for CAPTCHA.

$word = $captcha_instance->generate_random_word();

Generate an image file and a corresponding text file in the temporary directory.

$prefix = wp_rand();
$captcha_instance->generate_image( $prefix, $word );

Then, show the image and get an answer from respondent.

Check the correctness of the answer.

$correct = $captcha_instance->check( $prefix, $the_answer_from_respondent );

If the $correct is true, go ahead. Otherwise, block the respondent — as it would appear not to be human.

And last, remove the temporary image and text files, as they are no longer in use.

$captcha_instance->remove( $prefix );

That’s all.

If you wish to see a live sample of this, you can try Contact Form 7.

DomainExposuresHeadersLast Checked
w*s*v*r*i*i*a*b*s*o*.com F Jul 6, 2026
i*i*.o*g.au F Jul 6, 2026
b*n*c*r*u*.com (WP 7.0) F Jul 6, 2026
c*b*a*h.com (WP 7.0) F Jul 5, 2026
l*s*a*i*a*e*.com (WP 6.8.3) F Jul 4, 2026
c*n*o*c*5*3.com (WP 7.0) F Jul 4, 2026
a*h*a*e*o*g.com F Jul 4, 2026
o*e*o*k*n*l*v*.c*m.au F Jul 4, 2026
l*i*u*e*o*l*e*t*t*s*l*s.com (WP 4.9.29) F Jul 4, 2026
s*h*r*u*t*e*s*e*u*l*u*.com F Jul 4, 2026
v*d*-*h*r*a.com (WP 5.8.13) F Jul 3, 2026
g*s*i*-*l*a*i*g.ru (WP 6.8.5) F Jul 3, 2026
m*s*o*p*.com F Jul 3, 2026
s*n*o*s*e*o*o.com (WP 7.0) F Jul 3, 2026
c*f*d*l*p*a*e.org (WP 7.0) F Jul 2, 2026
c*n*r*a*d*t*v*m*j*n*o*.com F Jul 2, 2026
c*n*r*o*t*c*r*v*s*o.com F Jul 2, 2026
a*r*y*.com (WP 7.0) F Jul 1, 2026
a*f*l*o.com (WP 6.3.2) D Jul 1, 2026
m*p*a*t*r*e*s.com F Jul 1, 2026
m*-*t*z.com (WP 5.8.13) F Jul 1, 2026
g*n*i*e*v*r*o*j*.com (WP 5.4.19) F Jul 1, 2026
m*s*e*u*u*-*a*e*i*g.de (WP 6.9.4) F Jul 1, 2026
r*a*k*u*-*o*n.de (WP 6.9.4) F Jun 30, 2026
b*a*d*n*h*u*e*b*r*h*i*.de (WP 6.9.4) F Jun 30, 2026
w*k*e*t*a.com F Jun 30, 2026
w*e*s*-*u*s.de (WP 6.9.4) D Jun 29, 2026
k*e*s*l*r*e*k*t*t*f*e*b*r*.de (WP 7.0) F Jun 18, 2026
h*y*a*.c*m.au F Jun 16, 2026
f*d*r*p*i*o*m*j*n*o*.com F Jun 13, 2026
c*p*x.c*.uk (WP 7.0) F Jun 13, 2026
k*n*t*e*k*t*t*f*e*b*r*.de (WP 7.0) F Jun 9, 2026
f*t*g*a*i*-*t*d*o.pl (WP 7.0) F Jun 8, 2026
w*o*a*d*t*i*g*t*i*.de (WP 6.7.2) F Jun 8, 2026

Top 50 Plugins

Plugin Count
elementor 1,770,670
contact-form-7 1,752,430
elementor-pro 1,052,476
woocommerce 816,098
revslider 609,110
jetpack 455,281
js_composer 420,184
wp-rocket 341,921
essential-addons-for-elementor-lite 264,914
complianz-gdpr 257,462
gravityforms 257,435
google-site-kit 232,555
cookie-law-info 228,544
instagram-feed 224,942
sitepress-multilingual-cms 210,671
header-footer-elementor 206,836
google-analytics-for-wordpress 205,959
bluehost-wordpress-plugin 192,462
elementskit-lite 180,242
gutenberg 167,162
cookie-notice 148,974
litespeed-cache 143,534
gtranslate 124,906
wpforms-lite 123,932
the-events-calendar 122,493
astra-sites 113,329
popup-maker 109,786
woocommerce-payments 109,450
gutenberg-core 106,504
tablepress 102,169
honeypot 97,746
astra-addon 93,790
wp-smushit 90,919
duracelltomi-google-tag-manager 90,369
layerslider 89,411
all-in-one-seo-pack 89,154
coblocks 87,767
bb-plugin 87,000
akismet 85,051
premium-addons-for-elementor 84,446
ml-slider 83,072
cleantalk-spam-protect 82,690
mailchimp-for-wp 81,877
megamenu 80,262
woocommerce-gateway-stripe 79,553
jet-engine 77,858
fusion-builder 77,168
ewww-image-optimizer 76,597
wp-pagenavi 76,492
smart-slider-3 76,197

Top 50 Themes

Theme Count
hello-elementor 621,008
Divi 496,644
astra 414,290
flatsome 137,871
Avada 121,202
generatepress 115,012
oceanwp 80,398
kadence 78,936
pub 74,605
enfold 68,814
salient 65,240
twentyseventeen 54,376
bb-theme 53,465
betheme 52,425
twentytwentyfour 52,233
blocksy 50,857
cocoon-master 49,213
dt-the7 45,470
twentytwentyfive 44,929
woodmart 42,965
neve 38,166
h4 37,144
Avada-Child-Theme 36,929
gox 36,231
bridge 31,369
twentytwentyone 30,344
lightning 29,931
twentytwenty 28,789
swell 27,967
bricks 26,477
Impreza 26,084
Newspaper 24,190
twentytwentythree 22,123
epik-redesign 19,169
twentytwentytwo 18,776
uncode 18,532
pro 17,631
twentysixteen 17,610
sydney 16,563
storefront 16,339
Total 14,409
hello-theme-child-master 14,016
factory-templates-4 13,732
themify-ultra 12,964
extendable 12,794
hestia 12,599
yootheme 12,534
yith-wonder 12,153
porto 11,942
twentyfifteen 11,851