This is only for Educational Purpose. Use it on your own risk and i will not be responsible for your misuse because this is an open source code.
Python3.6+ It wouldn't work on lower versions of Python.
- Remotely access to command prompt of target system.
- Download files from target system (Note: Not working for media files i.e MP4).
- Taking screenshot of target system's desktop using pillow library at agent end.
- Taking webcam photo using OpenCV module.
- Streaming webcam of target system and sending stream to Server through second socket (Note: press 'q' to quit the stream and streaming window).
- Persistent (Would run automatically when after system reboot or shutdown). transferring media files can be done by implementing same function as used in transferring webcam stream to server using OpenCV module, because this is not a big project but it can be extended from anyone, you can contribute in it because it is an open source.
socket, os, sys, subprocess, cv2, PIL(ImageGrab), struct, pickle
socket, sys, random, string, cv2, os, pickle, struct
- Download a file: download filename
- Take screenshot: screenshot
- Take cam selfie: campic
- Stream webcam: webcam
- Manipulate target system directories using cd command.
- Close the connection and exit the agent: terminate
- CMD commands can be used to manipulate target system.
- First copy the code of persistent.py and paste inside the agent.py (Note: paste right after imports of agent.py).
- Convert agent.py into windows executable file.
- Now execute it on target system.
- Best of Luck :)