
Explore web site security basics, information gathering, detection, and exploitation techniques, and learn to secure WordPress sites and e-commerce solutions.
Explore how WordPress plugins work by viewing, editing, and uploading plugins; learn to create a custom plugin file and inspect a site's installed plugins and version information.
Learn to gather information on a WordPress target using WPScan, enumerate themes and plugins, and identify WordPress version details while noting authorized testing practices.
The lecture guides information gathering for WordPress testing by performing an audit, enumerating users, and saving three usernames and plugin details to a separate file.
Demonstrates a practical WordPress core arbitrary file deletion attack, including uploading a file, extracting cookies and IDs, and deleting core files, with step one and step two variants.
Demonstrates how an attacker alters a WordPress admin password to gain control, illustrating password verification, plugin abuse, and email-based access methods.
Learn how a reverse shell can grant server access through a WordPress plugin, highlighting payload creation and ethical testing practices for secure web applications.
Learn how to secure a new WordPress installation by changing the default table prefix and admin username, using a strong password, and configuring database details during setup.
Replace the default WordPress admin by creating a second admin user, log in with the new account, transfer all content, and delete the old admin account.
Change WordPress file structure to boost security by deleting unused sample files, moving the config file outside the WordPress directory, and backing up the database and site before changes.
Learn to defend WordPress sites from brute force by restricting login attempts with a limit login attempts plugin, configuring 20-minute and 24-hour lockouts after failed logins.
Did you know that more than 30% of websites on internet are based on WordPress and more than 42% of online shopping sites are using WordPress as E-commerce solution.
WordPress is robust and powerful open source website creation tool. In this course we are going to see the vulnerabilities in WordPress based sites We will start this course by looking into the core architecture of WordPress like How WordPress works? How themes work in WordPress? What are plugins and how to create plugins? Then will looking into information gathering phase of WordPress. We will see how to do version detection and how to gather user information. We will also try to find vulnerabilities in WordPress themes and plugins.
After that we will see how to exploit these vulnerabilities and gain access to WordPress site. We will also try and gain access to complete server using WordPress site. Then Will see how to write malware code and exploit WordPress site on different levels. After looking into WordPress vulnerabilities we will see how to secure WordPress sites. We will provide you step by step information to secure your new WordPress site as well as existing WordPress sites.
Disclaimer:
This course is intended strictly for educational and ethical cybersecurity research purposes. All demonstrations are performed in controlled laboratory environments on systems owned by the instructor or authorized for testing. The techniques shown are designed to help security professionals understand vulnerabilities and improve defensive security measures. Students are expected to follow all applicable laws and perform security testing only on systems they own or have explicit permission to test.