Go to file
2021-11-17 13:03:34 +01:00
htaccess restapi und gate als honeypot 2021-11-17 13:03:34 +01:00
index.php restapi und gate als honeypot 2021-11-17 13:03:34 +01:00
README.md . 2021-08-24 10:07:43 +02:00

wp-login

install

per console

git submodule add https://git.seemsleg.it/pub/wp-login wp-login

dann die htaccess erweitern

#honeypot
RewriteRule ^wp-login.php$ /wp-login/index.php?h=wp-login [L]
RewriteRule ^wp-admin.*$ /wp-login/index.php?h=wp-login [L]
RewriteRule ^xmlrpc.php$ /wp-login/index.php?h=xmlrpc [L]