File: control

package info (click to toggle)
packetsender 8.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,532 kB
  • sloc: cpp: 12,123; sh: 80; xml: 75; php: 47; makefile: 15
file content (42 lines) | stat: -rw-r--r-- 1,995 bytes parent folder | download
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
Source: packetsender
Section: net
Maintainer: Joao Eriberto Mota Filho <eriberto@debian.org>
Build-Depends: debhelper-compat (= 13), cmake, pandoc, qttools5-dev
Standards-Version: 4.7.3
Homepage: https://packetsender.com/
Vcs-Browser: https://salsa.debian.org/debian/packetsender
Vcs-Git: https://salsa.debian.org/debian/packetsender.git

Package: packetsender
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Utility for sending and receiving TCP, UDP, SSL, HTTP packets
 Packet Sender is a utility that sends and receives TCP, UDP, SSL (encrypted
 TCP)packets as well HTTP/HTTPS on the ports of your choosing. It supports
 IPv4 and IPv6 and provides a GUI for final users. However, is also possible
 use Packet Sender in text mode via command line.
 .
 Some features:
   * Can act as client/server to send and receive network traffic.
   * A payload can be created in ASCII or hex.
   * Command line mode is available for automation and scripting.
   * Packet Sender cloud is a disposable resource to be used to publicly
     display and distribute packets (via an URL) for collaboration, tutorials,
     end users, etc. Packet Sender may import public packet sets with public
     URL.
 .
 Some uses:
   * Control network-based devices in ways beyond their original apps.
   * Test automation (using command line tool and/or hotkeys).
   * Test network APIs (using the built-in TCP, UDP, SSL clients).
   * Malware analysis (using the built-in UDP, TCP, SSL servers).
   * Troubleshoot secure connections (using SSL).
   * Test network connectivity/firewalls (by having 2 Packet Senders talk
     to each other).
   * Stress-test a device (using intense network generator tool).
   * Tech support (by sending customers a portable Packet Sender with
     pre-defined settings and packets).
   * Share/Save/Collaborate using the Packet Sender Cloud service.
 .
 Packet Sender is useful for network security, network teaching, pentesters
 and to test firewall systems.