We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2233d3 commit 394cabfCopy full SHA for 394cabf
1 file changed
apple/darwin-xnu/icmp_error_CVE-2018-4407/README.md
@@ -35,3 +35,12 @@ sudo ./crash_all
35
```
36
37
Use `crash_all` with care: it will crash any unpatched Apple device that is connected to the same network as you.
38
+
39
+Alternatively you can give the `CAP_NET_RAW` capability to the binaries instead of using them under full root privileges:
40
41
+```bash
42
+sudo setcap cap_net_raw=ep crash_all
43
+sudo setcap cap_net_raw=ep direct_attack
44
+```
45
46
+Some libs are required to use setcap (libcap-ng-utils, libcap-progs, libcap2)
0 commit comments