WalkieTalkie Software 3.12894 RCE
WalkieTalkie Software 3.12894 RCE
Remote Code Execution Guide for the WalkieTalkie Software 3.12894 software
Run the following command to exploit a remote server Clone the Repository
1
git clone https://github.com/RaynLight/WalkieTalkie-Software-3.12894-RCE.git
Change Directories
1
cd WalkieTalkie-Software-3.12894-RCE
Create a Python virtual environment (You may have to install it)
1
2
3
python3 -m venv exploit
source exploit/bin/activate
pip install pwntools
Exploit the remote server!!!
1
python3 WalkieTalkie-Software-3.12894-RCE.py --ip <ip> --port <port>
This is not an actual exploit, this is a demonstration for researching and finding vulnerabilities presented at the DSU Offensive Security Club
This post is licensed under CC BY 4.0 by the author.