This project is an extension of the Forescout (https://forescout.com) eyeSegment product. Information about eyeSegment can be found on here: https://www.forescout.com/resources/forescout-eyesegment-datasheet/.
This project is a GoLang project to dynamically filter and display connection data pulled from eyeSegment.
Go 1.19 was used to build this project.
- To get started you can either download from the releases page, and run
eyeSegmentNetworkMap.exe -hto view the syntax, or clone and build the project yourself.
- Start the server:
eyeSegmentNetworkMap -t appliance.forescout.local
These steps assume you already have Go installed, if not please visit https://golang.org/dl/ to download and install the latest version to your computer.
git clone github.com/infosecwatchman/eyeSegmentNetworkMapcd ./eyeSegmentNetworkMap/v1go build .