From 1252f8c0925e3a0e4b0925f01cbe2f0d11fc9fb9 Mon Sep 17 00:00:00 2001 From: 0iphor13 <79219148+0iphor13@users.noreply.github.com> Date: Fri, 30 Jun 2023 17:34:41 +0200 Subject: [PATCH] Update universal-hidxcli.py Added a lil instruction --- tools/HIDX/python/universal-hidxcli.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/HIDX/python/universal-hidxcli.py b/tools/HIDX/python/universal-hidxcli.py index d9d1e0b..f603ce7 100644 --- a/tools/HIDX/python/universal-hidxcli.py +++ b/tools/HIDX/python/universal-hidxcli.py @@ -2,6 +2,9 @@ # This has certain limitations on size of packets and writes # You may need root access to use this. # mischief gadgets, wasabi 2023 +# +# Usage: python3 universal-hidxcli.py +# import os import sys import socket @@ -172,3 +175,5 @@ def hidxcli(host, port,reuse=True): hidxcli(args.host, args.port) + +