Note – ***This video is made for educational purposes only***. I’m performing all the attacks in a virtual lab controlled by me. Any illegal usage of such educational content will be your own responsibility. Let’s start! In this video, we …
In this video, we’ll explore another method for transferring files, using the FTP (File Transfer Protocol). FTP uses port TCP/21 and TCP/20 to enable file transfers between a client and server. We can use an FTP client or PowerShell Net.WebClient …
Keyloggers have been around as long as most of us can remember at this point The information that you can gather some someone’s keystrokes can be invaluable to a hacker Now what if you could get some of that information …
Hello Everyone, In this video, I will be showing you how to perform Moderen OSINT using the “OSINT Platform”:
In this video, we’ll explore the dangers of the Exiftool version 12.37 vulnerability and how it can lead to command injection through a file upload functionality. Exiftool is a popular image-processing library that allows users to read, write, and edit …
PowerShell offers a multitude of file transfer options that can be leveraged for quick and efficient data transfers. Two such methods are Base64 encoding and WebClient downloads. Base64 encoding allows for easy transmission of files via terminal commands, and decoding …