|
@@ -42,18 +42,3 @@ bash <(wget --no-check-certificate --no-cache -4 -qO- "https://api.moeclub.org/r
|
|
|
|
|
|
```
|
|
|
|
|
|
-## promiscuous mode
|
|
|
-```
|
|
|
-# linux
|
|
|
-ifconfig <ifName> promisc
|
|
|
-ifconfig <ifName> -promisc
|
|
|
-
|
|
|
-# windows
|
|
|
-netsh wlan show interfaces
|
|
|
-Npcap\WlanHelper.exe <GUID OR NAME> mode <MODE>
|
|
|
-
|
|
|
-netsh bridge show adapter
|
|
|
-netsh bridge set adapter 1 forcecompatmode=enable
|
|
|
-
|
|
|
-
|
|
|
-```
|