Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Install zstandard
- sudo apt install zstd
- # Extract compressed folder
- tar -I zstd -xf wdissector.tar.zst
- # Install few requirements
- cd wdissector
- ./requirements.sh
- # Run the binaries
- sudo bin/bt_fuzzer # BT Fuzzer
- sudo bin/lte_fuzzer # LTE Fuzzer
- bin/wireshark # Standalone Wireshark GUI (does not conflict with system Wireshark, profiles are saved on bin/ws/ folder)
RAW Paste Data