Hacking Articles Tips Tricks Videos Tutorials
471 subscribers
65.9K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
[my bug boutry notes ]

*wesite testing rolse *Continue reading on Medium »
Read more...
A program to control systems remotely by uploading videos to Youtube using Python to create the videos and the listener, emulating some malware I was reading about. It allows to create videos with frames formed of simple text, QR codes with cleartext or QR codes using AES encryption.
Create a video
The videos can be created using generate_video.py: enter the commands and generate the video writing "exit". The video generated is called by default output.avi (can be updated in config.py):python3 generate_video.py

___________________________
@hacking_Attack
@Hacking_Video
Run the listener (https://www.kitploit.com/search/label/Listener) and upload the video to Youtube
python3 main.py
The listener will check the Youtube channel every 300 seconds by default (can be updated in config.py). First the video is uploaded:

___________________________
@hacking_Attack
@Hacking_Video
After finding there is a new video in the channel (https://www.youtube.com/watch?v=ZPQ4drX35bU), it is downloaded and the commands are executed:

___________________________
@hacking_Attack
@Hacking_Video