Skip to content

philip-raschke/pyUdpShutdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyUdpShutdown

This Python program can be used to remotely shutdown a running machine by sending the magic packet to it. Therefore, it has to be run with administrator privileges. It currently only supports Windows machines but can be easily adapted to shutdown any OS.

usage: pyUdpShutdown.py [-h] --mac [MAC address] --port [Port]

Program to remotely shutdown a machine by sending the magic packet via UDP.

optional arguments:
  -h, --help           show this help message and exit
  --mac [MAC address]  The MAC address of the machine to shutdown. Use either
                       format XX:XX:XX:XX:XX:XX:XX or XX-XX-XX-XX-XX-XX-XX
  --port [Port]        The port to listen to for the magic packet during
                       runtime of the machine.

About

A program to remotely shutdown a machine by sending the magic packet via UDP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages