B-Dem / PPPwnUI

PPPwnUI is a program that adds an UI to the exploit PPPwn created by TheFlow.
MIT License
106 stars 16 forks source link

Cannot launch UI on linux #11

Open mrmonke710 opened 2 months ago

mrmonke710 commented 2 months ago

Screenshot from 2024-06-19 16-55-05

So i successfully downloaded the repository from the terminal but i cant seem to get it to actually launch. "chmod +x PPPwnUI.sh" does nothing. not sure what im doing wrong

B-Dem commented 1 month ago

Sorry for late answer, you don't have Tkinter Installed

Try to run this : For Debian-based Linux: sudo apt-get install python-tk For Arch-based Linux: sudo pacman -S tk For Fedora-based Linux: sudo dnf install python3-tkinter For RHEL, CentOS, Oracle Linux: sudo yum install -y tkinter tk-devel

danboid commented 1 month ago

I have revised the PPPwnUI README to give much more detail on how to run this program

https://github.com/B-Dem/PPPwnUI/pull/13