Skip to content

Commit

Permalink
Update universal-hidxcli.py
Browse files Browse the repository at this point in the history
Added a lil instruction
  • Loading branch information
0i41E authored Jun 30, 2023
1 parent 50d1a4a commit 1252f8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/HIDX/python/universal-hidxcli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <host> <port>
#
import os
import sys
import socket
Expand Down Expand Up @@ -172,3 +175,5 @@ def hidxcli(host, port,reuse=True):

hidxcli(args.host, args.port)



0 comments on commit 1252f8c

Please sign in to comment.