This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Last revision Both sides next revision | ||
packetforge-ng [2009/01/23 22:01] darkaudax Fixed typo. |
packetforge-ng [2009/09/25 22:52] darkaudax Fixed typos |
||
---|---|---|---|
Line 121: | Line 121: | ||
==== Generating a custom packet ==== | ==== Generating a custom packet ==== | ||
- | If you want to generate a customer packet, first create a packet with the tool of your choice. This could a specialized tool, a hex editor or even from a previous capture. Then save it as a pcap file. Following this, run the command: | + | If you want to generate a customer packet, first create a packet with the tool of your choice. This could be a specialized tool, a hex editor or even from a previous capture. Then save it as a pcap file. Following this, run the command: |
packetforge-ng -9 -r input.cap -y keystream.xor -w output.cap | packetforge-ng -9 -r input.cap -y keystream.xor -w output.cap | ||
Line 161: | Line 161: | ||
"packetforge-ng --help" for help. | "packetforge-ng --help" for help. | ||
- | This because -1 was used instead of the correct -l. So simply use "-l". | + | This because -1 (number one) was used instead of the correct -l (the letter ell). So simply use "-l". |