
This is the introduction video that explains the course.
This video shows how to install Python 3.x on a Microsoft Windows operation system.
This video shows how to install the PyCharm Community Edition Integrated Development Environment (IDE).
This video shows how to create your project and begin coding the module file. The video explains the sys.argv list, the os.path.baseline function, as well as other Python specific items. Coding starts for the tool creation in this video.
This video shows how to implement keylogger functionality in the Python program using the third party module known as pynput.keyboad.
This video shows how to implement functionality to copy out the clipboard's contents using a third party module known as pyperclip.
This video shows how to implement functionality to take screenshots using a third party module known as pillow. It also allows for a clean exit from the program using a third party module known as inputimeout.
This video shows how to create a one file executable package of the Python Interpreter, our code, and dependencies using a third party tool known as pyinstaller.
This video shows how to create a one file executable package of the Python Interpreter, our code, and dependencies using a third party tool known as pyinstaller. It also shows how to defeat Windows Defender's detection of a PyInstaller "One File" build when using the -w option.
This video shows how to configure a Linux computer to be able to run the Ethical Hacking tool detached from the console and in the background.
This is the concluding video.
This video explains the Instructor's course for designing a fully featured command and control tool in Python 3.
Hello, My course, "Ethical Hacking: Design an Info Stealer using Python 3" has just been released here in 2024. The way this course works is as follows:
I will start at ground zero and show you how to design and build a fully functional "Info Stealer" that can be used on your own computer for educational purposes, or you can use it on remote computers at work, or if you have customers that you are conducting a Red Team exercise for, it can be used there as well.
Once we are finished building the tool together, it will perform three functions:
1) Keylogging - All keystrokes will be written to local disk, to a UNC path, or to a share.
2) Screenshots - Screenshots can occur on a time interval that you configure inside the code. They write to local disk, a UNC path, or to a share.
3) Clipboard - This works the same way the screenshots do, with a collection occuring on a set time interval and the results get written out to a file locally , or to a UNC path, or to a share.
I will explain all the code, so beginners shouldn't worry that much, yet intermediate coders may pick up a few things as well, and besides, the final product is going to be really cool.
I will also teach you how to turn your Python code into a single executable file, so that the Python code and all of its dependencies are included. Then when it comes time to run the Python on a target computer, Python doesn't need to be present on that system, and our code will run regardless.
Lastly, I will show you some Windows commands that are typically enabled or available on a corporate or government network that uses Microsoft Active Directory (AD). You may be able to use these commands to run your Python code remotely on a target computer if you are part of the same domain and you have "pwned" the proper credentials.