File: control

package info (click to toggle)
packetsender 7.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,088 kB
  • sloc: cpp: 6,798; sh: 81; xml: 70; php: 47; makefile: 7
file content (44 lines) | stat: -rw-r--r-- 2,017 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
43
44
Source: packetsender
Section: net
Priority: optional
Maintainer: Joao Eriberto Mota Filho <eriberto@debian.org>
Build-Depends: debhelper-compat (= 13), cmake, qttools5-dev
Standards-Version: 4.5.0
Homepage: https://packetsender.com/
Rules-Requires-Root: no
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: Network utility for sending and receiving TCP, UDP, SSL packets
 Packet Sender is a utility that sends and receives TCP, UDP and SSL (encrypted
 TCP) packets 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.