Phishing Test: How to Track Specific User Clicks
Did you find yourself in a position at your workplace where you're expected to not only devise a phishing security test and statistic but also to track link clicks of…
Did you find yourself in a position at your workplace where you're expected to not only devise a phishing security test and statistic but also to track link clicks of…
Answer: Add this function to /wp-content/themes/YOUR_THEME/functions.php: add_filter('comment_flood_filter', '__return_false'); While not ideal, I use the built in comment protocol of WordPress for various unintended purposes, including pentesting. This lead me to…