Bypass Client Side Validation in a website. Getting Admin.

https://www.youtube.com/watch?v=KTpy0nsOFm0 A quick video showing why you need both server and client side input validation. Here we bypass client side validation using Burp Suite browser proxy to change our input from our valid credentials for the site to get logged in as admin with a simple SQL injection statement. Server side validation would prevent this …

Why “Least Privilege” is important. (Hacking RDP Servers Part 1)

https://www.youtube.com/watch?v=zyaoWcQvnGM Welcome back, this is a simple demo to show why you don't use administrator rights with normal everyday accounts you use for email and web browsing. It's something you may hear all the time, but it's not easy to understand what the big deal is if you don't know. In the video we have …

Creating a Cyber Attack – Part 9 (Making a malicious Word document using DDE and Powershell)

In part one of this series we looked at making a malicious Word document using DDE, which connected to our malicious site and automatically ran malicious code to give us access to the victim, but also gives us a fall back where the user is also prompted to install a secure file viewer should our …

Creating a Cyber Attack – Part 8 (Post Exploitation – Gaining Persistence 2)

In the final video of this series we continue with post exploitation using metasploit and meterpreter, using Windows commands to gain persistence. We have created our new user and have remote desktop access. Now we ensure our backdoor is always running and even if it crashes or loses connection we have ways to restart it …

Creating a Cyber Attack – Part 7 (Post Exploitation – Gaining Persistence )

In this part we continue with post exploitation using metasploit and meterpreter, but this time using Windows commands to gain persistence. We start with our meterpreter shell, then use the Windows cmd prompt to run native commands to enumerate shares and users. We will also enable RDP, and create a new user adding the account …

Creating a Cyber Attack – Part 6 (Post Exploitation – With Msf console and mimikatz )

In this part we continue with post exploitation, this time using metasploit and meterpreter. We have socially engineered the victim to visit our malicious webpage which has provided us with an initial connection to our victim machine, and our meterpreter shell. Now we will show a few simple commands you can use to escalate your …