Skip to content

Commit

Permalink
preparations for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Oct 13, 2024
1 parent fd69d32 commit d525b5a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,23 @@ 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.
text mode via command line. Packet Sender also supports HTTP calls and a GUI
Builder to make control panels with scriptable buttons.
.
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.
* HTTP GET/POST requests
* Control panel creation
* 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.
* Develop a control panel system for automation that supports TCP/UDP/HTTP
* 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).
Expand All @@ -38,5 +42,5 @@ Description: Network utility for sending and receiving TCP, UDP, SSL packets
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.
Packet Sender is useful for network security, network teaching, pentesters,
home automation, and to test firewall systems.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Makefile*
#QtCtreator Qml
*.qmlproject.user
*.qmlproject.user.*
build/

.idea
.vscode
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: packetsender
version: 8.6.9
version: 8.7.4
summary: Packet Sender - Free TCP/UDP/SSL/HTTP Utility
icon: src/pslogo128.png
description: |
Expand Down

0 comments on commit d525b5a

Please sign in to comment.