anonymouz4 / Apple-Remote-Crash-Tool-CVE-2018-4407

Crashes any macOS High Sierra or iOS 11 device that is on the same WiFi network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General Issue

itsbubba opened this issue · comments

commented

I have MacOS and Python 3.6.4. When I am trying to execute the application it does not do anything. I can include images if needed. I open the application and click ARP to add the IPs then click "GO". Am I missing anything to execute the software capabilities? More than happy to discuss over a discord, or if its something easy and I am missing hints would be nice!

Sorry for the late answer, this tools was just a small project to test some vulnerabilities, as it is currently just a beta so I also didn‘t implement any error checking.
As far as I know I used python 2.7 and not 3.x

Can you check whether you have the scapy Python module installed. Some python installation come with it, some don‘t.

If you don‘t, you could install it with
pip install scapy