⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dump.click

📁 Click is a modular router toolkit. To use it you ll need to know how to compile and install the sof
💻 CLICK
字号:
// dump.click// This configuration listens on the device ath0 and // acts like tcpdump running on an 802.11 device.// // if you run// click dump.click -h bs.scan// when you exit it will print out a list of the access points// that the scanner received beacons from when click exits.FromDevice(ath0raw)      //  ->Print (foo, 200)-> prism2_decap :: Prism2Decap()-> extra_decap :: ExtraDecap()-> tap_decap :: RadiotapDecap()     //->Print (foo, 200)     //-> FilterTX()  //-> err_filter :: FilterPhyErr() //-> tx_filter :: FilterTX()//-> bs :: BeaconScanner()-> Classifier(!0/80%f0) // filter out beacons  //-> Classifier(0/00%0c) //mgt-> PrintWifi() //-> Print(TIMESTAMP true)-> Classifier(!0/80%f0) // filter out beacons-> WifiDecap()-> Strip(14)-> CheckIPHeader()-> IPPrint(ip)-> Discard;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -