-
Notifications
You must be signed in to change notification settings - Fork 23
/
README
72 lines (48 loc) · 2.5 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# packETH
packETH is GUI and CLI packet generator tool for ethernet. It allows you to create and send any possible packet or sequence of packets on the ethernet link. It is very simple to use, powerful and supports many adjustments of parameters while sending packets. It runs on Linux.
With the GUI version you can create and send packets. With the CLI version you can only send already stored packets from pcap file.
More information about installation, usage, GUI and CLI version and FAQ can be found here:
http://packeth.sourceforge.net/packeth/Home.html
Blog with some use cases:
https://packeth.wordpress.com
## INSTALLATION
### GUI
git clone https://github.com/jemcek/packETH.git
cd packETH
./autogen.sh (you will need aclocal,autoconf,autoheader and automake installed to run this)
./configure
make
make install (optional)
./packETH
or download the code from: https://sourceforge.net/projects/packeth/files/
tar xjvf packETH.(version).tar.bz
cd packETH
autoreconf -f -i (optional in case you get automake version mismatch, missing files etc...)
./configure
make
make install (optional)
./packETH
### CLI (you can also only compile cli version if you want)
cd cli
make
## USAGE
### GUI version
./packETH (or packETH if you did the make install)
The usage of the program should be pretty straightforward. As you will see, there are 4 main windows (first four buttons from the left side). I call them:
- Builder - the page where you build the packet and send it once
- Gen-b - generator for sending packet currently build inside Builder with many options how to send it
- Gen-s - generator that allows you to select up to 10 previosly built packets and send them in different manner
- Pcap window - open a tcpdump/wireshark capture file and load the selected packet into builder
To send the packets you need the SuperUser rights.
### CLI version
Type ./packETHcli -h for available options.
## DONATIONS
If you would like to increase my motivation for further development, you can make a donation.
The amount is not important at all, it is just a sign for me, that time I spent for this project helps someone.
[DONATE](https://www.paypal.com/donate/?token=n93oVmxnMD6S0pU87PjkgLCfx6RJU7VLJDVS4OBGULA7jO1-Hg-5VTNpeYwtpGMrtdkh4G&country.x=SI&locale.x=SI)
## AUTHORS & SUPPORT
If you get into problems, please feel free to contact me.
Miha Jemec
packETH (C) 2003-2018 by Miha Jemec, <[email protected]>
Covered under the GPL.