User Tools

Site Tools


packetforge-ng

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
packetforge-ng [2007/01/27 17:10] – correction and expand darkaudaxpacketforge-ng [2007/01/27 20:49] – Standardizing the format darkaudax
Line 37: Line 37:
       *--icmp         : forge an ICMP packet   (-2)       *--icmp         : forge an ICMP packet   (-2)
       *--custom       : build a custom packet  (-9)       *--custom       : build a custom packet  (-9)
 +
  
  
Line 101: Line 102:
  
  
-Tip:+===== Usage Tips ===== 
 + 
 +Most access points really don't care what IPs are used for the arp request.  So as a result you can use 255.255.255.255 for source and destination IPs. 
 + 
 +So the packetforge-ng command becomes: 
 +   packetforge-ng -0 -a 00:14:6C:7E:40:80 -h 00:0F:B5:AB:CB:9D -k 192.168.1.100 -l 192.168.1.1 -y fragment-0124-161129.xor -w arp-request 
 + 
 +===== Usage Troubleshooting ===== 
 +A common mistake people make is to include either or both -j and -o flags and create invalid packets.  These flags adjust the FromDS and ToDS flages in the packet generated.  Unless you are doing something special and really know what you are doing, don't use them.  In general, they are not needed.
  
-   Most access points really don't care what IPs are used for the arp request. 
-   So as a result you can use 255.255.255.255 for source and destination IPs. 
-     
-   So the packetforge-ng command becomes: 
-   packetforge-ng -0 -a 00:14:6C:7E:40:80 -h 00:0F:B5:AB:CB:9D -k 192.168.1.100 
-   -l 192.168.1.1 -y fragment-0124-161129.xor -w arp-request 
packetforge-ng.txt · Last modified: 2010/08/22 20:59 by mister_x