Skip to content

DHCP Server answering with a fixed IP to request coming from the interface specified by the user.

Notifications You must be signed in to change notification settings

geeksonsecurity/dhcpshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dhcpshot

asciicast

Use DotNetProjects.DhcpServer library to quickly create a predefined DHCP Server answering with a fixed IP to request coming from the interface specified by the user. E.g.: you connect your RPI in DHCP mode directly to your laptop's ethernet interface.

Publish

Generate self-contained executable for all platforms.

dotnet publish -r win10-x64 -c release /p:PublishSingleFile=true
dotnet publish -r osx-x64 -c release /p:PublishSingleFile=true
dotnet publish -r linux-x64 -c release /p:PublishSingleFile=true

About

DHCP Server answering with a fixed IP to request coming from the interface specified by the user.

Resources

Stars

Watchers

Forks

Packages

No packages published