nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 .TH PACKETFORGE-NG 1 "February 2016" "Version 1.2-rc4"
2  
3 .SH NAME
4 packetforge-ng - forge packets: ARP, UDP, ICMP or custom packets.
5 .SH SYNOPSIS
6 .B packetforge-ng
7 <mode> <options>
8 .SH DESCRIPTION
9 .BI packetforge-ng
10 is a tool to create encrypted packets that can subsequently be used for injection. You may create various types of packets such as arp requests, UDP, ICMP and custom packets. The most common use is to create ARP requests for subsequent injection.
11 .br
12 To create an encrypted packet, you must have a PRGA (pseudo random genration algorithm) file. This is used to encrypt the packet you create. This is typically obtained from aireplay-ng chopchop or fragmentation attacks.
13 .SH OPTIONS
14 .PP
15 .TP
16 .I -H, --help
17 Shows the help screen.
18 .TP
19 .I -p <fctrl>
20 Set frame control word (hex)
21 .TP
22 .I -a <bssid>
23 Set Access Point MAC addres
24 .TP
25 .I -c <dmac>
26 Set Destination MAC address
27 .TP
28 .I -h <smac>
29 Set Source MAC address
30 .TP
31 .I -j
32 set FromDS bit
33 .TP
34 .I -o
35 clear ToDS bit
36 .TP
37 .I -e
38 disable WEP encryption
39 .TP
40 .I -k <ip:[port]>
41 Set destination IP (and port)
42 .TP
43 .I -l <ip:[port]>
44 Set source IP (and port)
45 .TP
46 .I -w <file>
47 Write packet to this pcap file
48 .TP
49 .I -r <file>
50 Read packet from this pcap file
51 .TP
52 .I -y <file>
53 Read PRGA from this file
54 .TP
55 .I -t <ttl>
56 Set Time To Live in IP-Header
57 .TP
58 .I -s <size>
59 Set size of the generated null packet.
60 .TP
61 .I -0, --arp
62 Forge an ARP packet
63 .TP
64 .I -1, --udp
65 Forge an UDP packet
66 .TP
67 .I -2, --icmp
68 Forge an ICMP packet
69 .TP
70 .I -3, --null
71 Forge a llc null packet
72 .TP
73 .I -9, --custom
74 Build a custom packet, requires \-r to read an unencrypted frame out of a pcap file.
75 .SH EXAMPLE
76 .B packetforge-ng
77 \-y test.xor \-a 00:09:5b:12:40:cc \-h 00:10:2a:cb:30:14 \-k 192.168.1.100 \-l 192.168.1.1 \-w arp-request.cap
78 .SH AUTHOR
79 This manual page was written by Thomas d\(aqOtreppe.
80 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation
81 On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
82 .SH SEE ALSO
83 .br
84 .B airbase-ng(8)
85 .br
86 .B aireplay-ng(8)
87 .br
88 .B airmon-ng(8)
89 .br
90 .B airodump-ng(8)
91 .br
92 .B airodump-ng-oui-update(8)
93 .br
94 .B airserv-ng(8)
95 .br
96 .B airtun-ng(8)
97 .br
98 .B besside-ng(8)
99 .br
100 .B easside-ng(8)
101 .br
102 .B tkiptun-ng(8)
103 .br
104 .B wesside-ng(8)
105 .br
106 .B aircrack-ng(1)
107 .br
108 .B airdecap-ng(1)
109 .br
110 .B airdecloak-ng(1)
111 .br
112 .B airolib-ng(1)
113 .br
114 .B besside-ng-crawler(1)
115 .br
116 .B buddy-ng(1)
117 .br
118 .B ivstools(1)
119 .br
120 .B kstats(1)
121 .br
122 .B makeivs-ng(1)
123 .br
124 .B wpaclean(1)