Skip to content

Instantly share code, notes, and snippets.

@fiddyschmitt
Created November 21, 2023 00:52
Show Gist options
  • Save fiddyschmitt/e174e87abcd3a148af36bbca52558dcf to your computer and use it in GitHub Desktop.
Save fiddyschmitt/e174e87abcd3a148af36bbca52558dcf to your computer and use it in GitHub Desktop.
bittwist commands
C:\Program Files\Wireshark
//remove VLAN tags
editcap -F pcap -L -C 12:4 "packets.pcap" "packets-1.pcap"
//change source & destination IPs
C:\Portable\bittwist-win-2.0\src
./bittwiste -I "packets-1.pcap" -O "packets-2.pcap" -T ip -s 192.168.1.1 -d 192.168.1.50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment