Skip to content

Commit 753bb1d

Browse files
committed
feat: Update usage instructions
1 parent 60de305 commit 753bb1d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,27 @@
1919
使用 `python Jiyu_udp_attack -h` 来获取帮助信息:
2020

2121
```
22-
usage: Jiyu_udp_attack [-h] -s TEACHER_IP -t TARGET [-p PORT] (-m MESSAGE | -w WEBSITE | -c COMMAND)
22+
usage: Jiyu_udp_attack [-h] -s TEACHER_IP [-f TEACHER_PORT] -t TARGET [-p PORT] [-i IP_ID] (-m MESSAGE | -w WEBSITE | -c COMMAND | -r [timeout [message] ...])
2323
2424
Jiyu Attack Script
2525
2626
options:
2727
-h, --help show this help message and exit
2828
-s, --teacher-ip TEACHER_IP
2929
Teacher's IP address
30+
-f, --teacher-port TEACHER_PORT
31+
Teacher's port (default to random port)
3032
-t, --target TARGET Target IP address
3133
-p, --port PORT Port to send packets to (default: 4705)
34+
-i, --ip-id IP_ID IP ID for the packet (default: random ID)
3235
-m, --message MESSAGE
3336
Message to send
3437
-w, --website WEBSITE
3538
Website URL to ask to open
3639
-c, --command COMMAND
3740
Command to execute on the target
41+
-r, --reboot [timeout [message] ...]
42+
Reboot the target machine, optionally with a timeout and message
3843
3944
Github Repositories: https://github.com/weilycoder/Jiyu_udp_attack/tree/main/
4045
```

0 commit comments

Comments
 (0)