Hacking Articles Tips Tricks Videos Tutorials
468 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
After finding there is a new video in the channel (https://www.youtube.com/watch?v=4hk2g41HyWI), it is downloaded, processed and the commands are executed:
Telegram
Control systems remotely with a Telegram bot. This option does not allow to upload files, but it is possible to send the commands in cleartext ("/cmd") or encrypted with AES ("/encrypted"). The first optional input argument is the bot token, which can be also configured in config.py; the second one is used to configure a single Telegram user who can send commands to the bot (without "@"):python3 covert-telegram.py [BOT_TOKEN] [TELEGRAM_USER]
The listener will check the commands in the chat and show the output:/cmd CLEARTEXT_COMMAND
/encrypted AES_ENCRYPTED_COMMAND
Installation
sudo apt install libzbar0
pip install bs4 Pillow opencv-python pyqrcode pypng pyzbar youtube_dl pytesseract python-telegram-bot requests argparse pycryptodome
git clone https://github.com/ricardojoserf/covert-control && cd covert-control/

Creating standalone binaries
pyinstaller --onefile covert-googledrive.py
pyinstaller --onefile covert-onedrive.py
pyinstaller --onefile covert-telegram.py
pyinstaller --onefile covert-youtube.py
rm -rf build
rm *spec
ls dist/


Download Covert-Control (https://github.com/ricardojoserf/covert-control)
Sebagian proyek THORfi akan segera melakukan ekspansi ke Terra dan chain sejenis, Thorstarter berkomitmen untuk memberikan keamanan untuk…Continue reading on Medium » (https://medium.com/@asincuka28/thorstarter-meluncurkan-program-bug-bounty-dengan-immunefi-eb6a3bb95d7f?source=rss------bug_bounty-5)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How Can Dedicated Servers Be Safe From Cyber-Attacks?

To begin, businesses should set up policies to protect the security of their dedicated servers. Your dedicated server may be a target for…

Continue reading on Medium »