Skip to content

NSEcho/laserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laserver

Simple tracking server for lateralus

Features

It is used as a tracking server for lateralusd tool. It just reads the user id from id get param and save it to bolt db with the time that the request has ocurred.

It can also be used to correlate exactly who has opened email from lateralus json report/

Installation and running

$ git clone https://github.com/lateralusd/laserver.git
$ cd laserver/ && go build
$ ./laserver

If we make a request in another terminal as curl 'http://localhost:3300/?id=sampleuuid' inside the laserver we would see following:

2022/02/22 12:26:59 Got request from[::1]:59764
2022/02/22 12:26:59 sampleuuid saved successfully

About

Simple tracking server for lateralus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages