All-in-one DHCP, TFTP, and HTTP PXE server

Related tags

Network Pixy
Overview

Pixy

All-in-one DHCP, TFTP, and HTTP PXE server

All in one solution for the beast of a problem that PXE usually offers up.

TFTP

All pxeboot image files are embedded inside the binary for ease of use. Designed to use pxelinux as the bootloader. The "default" file in the root directory is served as "pxelinux.cfg" allowing users to modify it even at runtime.

HTTP

Intended to be the source of all boot images.

DHCP

Gives out addresses using a golang DHCP implementation.

Usage

Running the binary without arguments:

  • Attempts to locate the default network interface and IP address, and binds to those

With arguments:

  • ./Pixy
  • Attempts to bind to supplied interface and address

Requires sudo/root on linux

You might also like...
Http-server - A HTTP server and can be accessed via TLS and non-TLS mode

Application server.go runs a HTTP/HTTPS server on the port 9090. It gives you 4

The server-pubsub is the main backend of DATAVOC project that manages all the other web-server modules of the same project such as the processor

server-pubsub The server-pubsub is the main backend of DATAVOC project that manages all the other web-server modules of the same project such as the p

Transparent TLS and HTTP proxy serve and operate on all 65535 ports, with domain regex whitelist and rest api control

goshkan Transparent TLS and HTTP proxy serve & operating on all 65535 ports, with domain regex whitelist and rest api control tls and http on same por

A golang library about socks5, supports all socks5 commands. That Provides server and client and easy to use. Compatible with socks4 and socks4a.

socks5 This is a Golang implementation of the Socks5 protocol library. To see in this SOCKS Protocol Version 5. This library is also compatible with S

Fake server, Consumer Driven Contracts and help with testing performance from one configuration file with zero system dependencies and no coding whatsoever
Fake server, Consumer Driven Contracts and help with testing performance from one configuration file with zero system dependencies and no coding whatsoever

mockingjay server Mockingjay lets you define the contract between a consumer and producer and with just a configuration file you get: A fast to launch

Parse any web page for URLs and return the HTTP response code of each one.
Parse any web page for URLs and return the HTTP response code of each one.

ParseWebPage - Fully Functional WebPage Parser Parse any web page for URLs and return the HTTP response code of each one. Creators 👤 Steven Williams

For your server and all of its waifus 3

waifud A few tools to help me manage and run virtual machines across a homelab cluster. waifud was made for my own personal use and I do not expect it

one simple git ssh server (just for learning git over ssh )

wriet one simple git ssh server use golang write one simple git ssh server how to running starting service docker-compose up -d add authorized_keys i

Releases(v0.5.0)
Owner
null
A simple (i)PXE Server for booting Flatcar-Linux

A simple PXE Server for booting Flatcar-Linux

Jeffrey Sica 22 Dec 22, 2022
TFTP and HTTP server specifically designed to serve iPXE ROMs and scripts.

pixie TFTP and HTTP server specifically designed to serve iPXE ROMs and scripts. pixie comes embedded with the following ROMs provided by the iPXE pro

Adrian L Lange 18 Dec 31, 2022
TFTP, HTTP library and CLI server for iPXE binaries

boots-ipxe TFTP and HTTP library and cli for serving iPXE binaries. Design Philosophy This repository is designed to be both a library and a command l

Tinkerbell 10 Dec 13, 2022
Fast, multithreaded, modular and extensible DHCP server written in Go

coredhcp Fast, multithreaded, modular and extensible DHCP server written in Go This is still a work-in-progress Example configuration In CoreDHCP almo

CoreDHCP 793 Jan 9, 2023
DHCP backed by Tink server

dhcp DHCP is a dhcp server backed by Tink server. All IP addresses are served as DHCP reservations. There are no leases. Definitions DHCP Reservation:

Jacob Weinstock 0 Mar 23, 2022
Golang TFTP library.

A Cross-Platform TFTP Server with Configurable Request Handlers and fs.FS support The TFTP Server is highly flexible for all platforms due to the Go f

G DATA CyberDefense AG 4 Dec 1, 2022
Amateras - DHCP Starvation attack exploitation tool

Amateras Amateras - DHCP Starvation attack exploitation tool DHCP starvation attack is a malicious digital attack that targets DHCP servers. During a

Yasser Janah 4 Nov 5, 2022
No-frills all-in-one HTTP API gateway

SX: a minimal, declarative API gateway WARNING: not production ready. Use at your own risk! Need something better? Check out nginx, Caddy or Envoy SX

Giorgio Pellero 1 Dec 18, 2021
A pair of local reverse proxies (one in Windows, one in Linux) for Tailscale on WSL2

tailscale-wsl2 TL;DR Running two reverse proxies (one in Windows, one in the WSL2 Linux VM), the Windows Tailscale daemon can be accessed via WSL2: $

Danny Hermes 30 Dec 9, 2022
All-in-one Network Gateway for Malware analysis

aio-gw [EXPERIMENTAL]: All-in-one Network Gateway for Malware analysis. currently at Alpha stage. HELP NEEDED: if you're keen to contribute to aio-gw,

Ali Mosajjal 3 Dec 14, 2022