File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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
2424Jiyu Attack Script
2525
2626options:
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
3944Github Repositories: https://github.com/weilycoder/Jiyu_udp_attack/tree/main/
4045```
You can’t perform that action at this time.
0 commit comments