@@ -23,8 +23,9 @@ usage: Jiyu_udp_attack [-h] [-f <ip>] [-fp <port>] -t <ip> [-tp <port>]
2323 [-i <ip_id>] (-m <msg> | -w <url> | -c <command> |
2424 -e <program> [<args> ...] |
2525 -s [<timeout> [<message> ...]] |
26- -r [<timeout> [<message> ...]] | -n <name> <name_id> |
27- --hex <hex_data>)
26+ -r [<timeout> [<message> ...]] |
27+ -cw [<timeout> [<message> ...]] | -ctw |
28+ -n <name> <name_id> | --hex <hex_data>)
2829
2930Jiyu Attack Script
3031
@@ -46,10 +47,11 @@ Network Configuration:
4647Attack Action:
4748 Specify the action to perform on the target machine.
4849
49- -m, --message <msg> Message to send
50- -w, --website <url> Website URL to ask to open
50+ -m, --message <msg> Send a message to the target machine
51+ -w, --website <url> Open a website on the target machine
5152 -c, --command <command>
52- Command to execute on the target
53+ Execute a command on the target machine (`cmd /D /C
54+ <command>`, Windows only)
5355 -e, --execute, --minimize-execute, --maximize-execute <program> [<args> ...]
5456 Execute a program with arguments on the target machine
5557 -s, --shutdown [<timeout> [<message> ...]]
@@ -58,9 +60,13 @@ Attack Action:
5860 -r, --reboot [<timeout> [<message> ...]]
5961 Reboot the target machine, optionally with a timeout
6062 and message
63+ -cw, --close-windows [<timeout> [<message> ...]]
64+ Close all windows on the target machine
65+ -ctw, --close-top-window
66+ Close the top window on the target machine
6167 -n, --rename <name> <name_id>
6268 Rename the target machine
63- --hex <hex_data> Hexadecimal string to send as a raw packet
69+ --hex <hex_data> Send raw hex data to the target machine
6470
6571Github Repositories: https://github.com/weilycoder/Jiyu_udp_attack/tree/main/
6672```
0 commit comments