Title: WP Fingerprint
Author: DanFoster
Published: <strong>26 de Febrero de  2018</strong>
Last modified: 3 de Septiembre de  2025

---

Buscar plugins

![](https://ps.w.org/wp-fingerprint/assets/banner-772x250.jpg?rev=1829121)

![](https://ps.w.org/wp-fingerprint/assets/icon-256x256.jpg?rev=1829121)

# WP Fingerprint

 Por [DanFoster](https://profiles.wordpress.org/danfoster/)

[Descargar](https://downloads.wordpress.org/plugin/wp-fingerprint.zip)

 * [Detalles](https://cl.wordpress.org/plugins/wp-fingerprint/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/wp-fingerprint/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/wp-fingerprint/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/wp-fingerprint/#developers)

 [Soporte](https://wordpress.org/support/plugin/wp-fingerprint/)

## Descripción

WP Fingerprint adds an additional layer of security to your WordPress website, working
to check your plugins for signs of hack or exploit. WP Fingerprint works by collecting
checksums of your plugins and comparing it with the checksums collected by WP Fingerprint.
If the plugin detects any abnormalities it will let you know so you can take immediate
action.
 This plugin transmits and stores checksums on WP Fingerprint servers(all
hosted in EU and run by 34SP.com) & WordPress.org to work for details see https://
wpfingerprint.com/how-it-works/ for the data we collect and store.

## Instalación

Install WP Fingerprint using the plugins menu on your WordPress admin panel.

When the plugin is installed, you will notice a ‘WP Fingerprint’ heading in the 
top menu bar of the admin area. This indicates the plugin is installed and running.

WP Fingerprint will check your website’s plugins every hour and report back if there
are any tampered files found. You can also use the button on the top admin menu 
to queue up a manual check.

If tampered plugin files are detected, they will be displayed as a warning in the
plugins menu of the WordPress admin area. WP Fingerprint will display a warning 
below the plugin name with the directory of the file(s) that were flagged as possibly
tampered with.

When you have identified the files reported by WP Fingerprint, it is advised that
you manually check them using your site’s file browser, as false positive can occur.
If you do believe the plugin has been tampered with then we recommend deleting and
re-installing the plugin, or contacting your hosting provider for further assistance
as your site may have more malicious content on it.

## FAQ

How does WPFingerprint work? When files on your website change, WP Fingerprint uses
checksums to verify if these files are authentic. The WP Fingerprint plugin on your
WordPress website runs through each of your plugins and creates a SHA-1 checksum
for each file within any plugin folder it finds. It also compiles some other basic
information about the plugins such as version number it sends this information back
to WP Fingerprint servers to validate the checksum.

Why should I use WPFingerprint?
 WordPress is the most popular open source CMS on
the planet. By most estimations a third of the entire web runs WordPress. If you’re
a hacker, that’s a huge target to aim for. As such, WordPress security should be
at the very top of your considerations for your website.

Hacked WordPress sites are often used for a wide variety of activities you don’t
want to be linked to: sending large volumes of spam, SEO spam links, propagating
viruses and more. All of these can have negative impacts on your website, from losing
search engine rankings to dissuading your site visitors from checking out your site.

One of the main vectors of attack against WordPress are plugins. WP Fingerprint 
works to identify if the plugins on your website have been exploited. Every time
a plugin or core file changes, our scanner will verify the file for you.

Will it work with Premium Plugins?
 Yes, While plugins from wordpress.org are checked
directly from source. WPFingerprint crowdsources the correct checksums for plugins
not found on wordpress.org. It will then return a percentage of how often it’s seen
changed files.

## Reseñas

![](https://secure.gravatar.com/avatar/d106dc14f3422328c1e3c82b52374eb961c62c169b0769ef04a54abb1f772683?
s=60&d=retro&r=g)

### 󠀁[wow i was surprise](https://wordpress.org/support/topic/wow-i-was-surprise/)󠁿

 [mirnati](https://profiles.wordpress.org/mirnati/) 18 de Septiembre de 2020

i was surprise this plugin dont show at any method login wplogin or myaccount. also
dont have any guide manual or shortcode to place suppose to using. TQ

![](https://secure.gravatar.com/avatar/076190783240cc390a573f10133753991e14de6599f18ecb5be9ad93a8bc04d6?
s=60&d=retro&r=g)

### 󠀁[Really useful way to spot changes](https://wordpress.org/support/topic/really-useful-way-to-spot-changes/)󠁿

 [emdeedee](https://profiles.wordpress.org/emdeedee/) 27 de Septiembre de 2018

.. not just things that might have been changed maliciously, but also where someone
may have made a well-intentioned(?) change to a plug-in and not documented it properly.
We have all had surprises when taking over from a previous admin, this is one additional
tool that can help a little.

 [ Leer los 2 comentarios ](https://wordpress.org/support/plugin/wp-fingerprint/reviews/)

## Colaboradores & Desarrolladores

“WP Fingerprint” es software de código abierto. Las siguientes personas han contribuido
a este plugin.

Colaboradores

 *   [ DanFoster ](https://profiles.wordpress.org/danfoster/)
 *   [ Tim Nash ](https://profiles.wordpress.org/tnash/)
 *   [ kayleighthorpe ](https://profiles.wordpress.org/kayleighthorpe/)

“WP Fingerprint” ha sido traducido en 1 idioma. Gracias a [los traductores](https://translate.wordpress.org/projects/wp-plugins/wp-fingerprint/contributors)
por sus contribuciones.

[Traduce “WP Fingerprint” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/wp-fingerprint)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/wp-fingerprint/), 
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/wp-fingerprint/),
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/wp-fingerprint/)
por [RSS](https://plugins.trac.wordpress.org/log/wp-fingerprint/?limit=100&mode=stop_on_copy&format=rss).

## Historial de cambios

2.1.3 – fix to recheck_callback function
 2.1.2 – Bumped PHP version to PHP5.6 –
8th May 2019 2.1 – Remove notice in admin section, refactored the primary checker,
added ability to diff files if source allows, added WP-CLI commands for report and
Diff – 16th October 2018 2.0.4 – Show the source with a human friendly name, clear
down logs so they are not showing spurious data 2.0.3 – Added a “what does this 
mean notification”, created clear logs wp-cli command – 26th September 2018 2.0.2–
Fixed issue where incorrectly announcing that checksums did not match – 24th September
2018 2.0.1 – Fixed bug where Notification counter wasn’t showing 2.0.0 – Rewritten
WP Fingerprint see blog post for full details – 19th September 2018 1.0.1 – 6th 
April 2018 Bug fix – Removed notice, when plugin is not in the results array Bug
fix – Temporarily disabling the “we are waiting go have coffee notice” this causes
confusion when transient remains. Bug fix – wp.org naming was different to beta 
wpfingerprint.php renamed wp-fingerprint.php 1.0 – WordPress.org initial release
0.7 – Switched to MD5 to support shared hosts 0.6 – Internal Preview release

## Meta

 *  Versión **2.1.2**
 *  Última actualización **hace 9 meses**
 *  Instalaciones activas **9,000+**
 *  Versión de WordPress ** 4.9 o superior **
 *  Probado hasta **6.8.5**
 *  Versión de PHP ** 5.6 o superior **
 *  Idiomas
 * [English (UK)](https://en-gb.wordpress.org/plugins/wp-fingerprint/) y [English (US)](https://wordpress.org/plugins/wp-fingerprint/).
 *  [Traducir a tu idioma](https://translate.wordpress.org/projects/wp-plugins/wp-fingerprint)
 * Etiquetas
 * [checksums](https://cl.wordpress.org/plugins/tags/checksums/)[plugins](https://cl.wordpress.org/plugins/tags/plugins/)
   [security](https://cl.wordpress.org/plugins/tags/security/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/wp-fingerprint/advanced/)

## Calificaciones

 3 de 5 estrellas.

 *  [  1 valoración de 5 estrellas     ](https://wordpress.org/support/plugin/wp-fingerprint/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/wp-fingerprint/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/wp-fingerprint/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/wp-fingerprint/reviews/?filter=2)
 *  [  1 valoración de 1 estrellas     ](https://wordpress.org/support/plugin/wp-fingerprint/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-fingerprint/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/wp-fingerprint/reviews/)

## Colaboradores

 *   [ DanFoster ](https://profiles.wordpress.org/danfoster/)
 *   [ Tim Nash ](https://profiles.wordpress.org/tnash/)
 *   [ kayleighthorpe ](https://profiles.wordpress.org/kayleighthorpe/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/wp-fingerprint/)