
IOS/MAC 서비스 거부 [네트워크 내 IOS/MAC에 대한 대규모 공격을 위한 POC/익스플로잇]
CVE-2018-4407은 IOS/MAC를 대상으로 하는 간단하고 매우 빠른 BOF 공격으로, DOS로 이어질 수 있습니다. 이 취약점은 XNU 운영 체제 커널의 네트워킹 코드에서 발생하는 힙 버퍼 오버플로입니다. XNU는 iOS와 macOS 모두에서 사용되므로 iPhone, iPad 및 Macbook 모두 영향을 받습니다.
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
]