Useful WordPress mu-plugins

You can find few useful tiny mu-plugins in my example Nginx configuration for WP. Must-use plugins (a.k.a. mu-plugins) are plugins installed in a special directory inside the content folder and which are automatically enabled on all sites in the installation. Must-use plugins do not show in the default list of plugins on the Plugins page of wp-admin … Continue reading Useful WordPress mu-plugins

WordPress version: To hide or not to hide?

It is worth to hide the WordPress version? Does it enhance your security? I think the answer is NO. How to detect WordPress version: readme.html meta generator tag RSS feed wp-links-opml.php Advanced Fingerprinting Query strings in install.php/upgrade.php (my own method) It is very hard to block all these way and it protects you only from … Continue reading WordPress version: To hide or not to hide?

WordCamp Praha 2017

WordCamp Praha 2017

Chystá se další ročník největší české WordPress konference - WordCamp Praha 2017. Bude se konat v sobotu 18.2.2017 tradičně v prostorách VŠE. Opět zde budu mít svou přednášku, jako vždy se bude týkat bezpečnosti. Velká část z ní se bude však zabývat výkonem a trochu použitelností - prostě projdeme ty nejčastější chyby, kterých se začátečníci … Continue reading WordCamp Praha 2017

MikroFTP

Tiny FTP server tailored for network administrators - set credentials, path and go. Command line attributes: -u user (user) login name -p password (password) login pass -s (start) autostart -d (daemon) autostart and minimize path directory with files Example: mikroftp.exe -u user -p pass -d d:\ftp Download (80kB)