David Schütz

Results 14 comments of David Schütz

Probably the VirtualBox interface is causing the problem. You should have a physical interface connected to a real network for lanGhost to work properly. If you can't use a physical...

Hey, sorry for the late reponse, but this looks like there is a problem with the internet connection, and thats why it can't connect to `api.macvendors.com`. Did you run it...

Hey! `setup.py` should install the Telegram package if you didn't cancel the requirements install and then restart itself and start the Telegram verification process. Try restarting the `setup.py` script after...

Yes @nmkmms, the `python-telegram-bot` package is necessary for lanGhost to work.

@tehmaNoF Try installing it with `pip3`: `pip3 install python-telegram-bot` If that's not working: `python3 -m pip install python-telegram-bot` If you don't have `pip3`, you can install it with this command:...

Thanks, that's a great idea! I will try to add it when I'll have time as maybe a hidden command, so people clicking every command in the help will not...

Hi! Sorry, lanGhost is designed to run on Raspberry Pis. I did not test/recommend running it on distros other than Debian, but if you can install the python3 dependencies and...

Hey, If you quit mitmAP without letting it properly exit, the NetworkManager config files could mess up. Try restoring it with moving the backup file back: `sudo mv /etc/NetworkManager/NetworkManager.conf.backup /etc/NetworkManager/NetworkManager.conf`

Hey, Is tshark correctly installed on your system? Maybe try reinstalling it with apt.

Hey, this looks like an issue with your Python installation. Could you try reinstalling the `python3-pip` package?