|
|
|
|
|
by marysol5
7 days ago
|
|
Built out a (i)PXE build system for Windows at an /old job/ It would chain load the iPXE binary from the network, then call out to a HTTP end-point with "?mac={macaddress}" so we could identify it. Then it would auto-pull from git, or generate (and push into git) a config, which would load the WinPE image over the network, and launch a powershell script. All of which would talk back to the HTTP endpoint throughout. Because we tracked it all with a Slackbot on every execution. Fun hack, certutil.exe has the ability to do HTTP/S requests, so we would leverage that to "live off the land", even though we could integrate any binary into the image outselves. |
|