Skip to content

indeedops/ShadowBuster

Repository files navigation

#ShadowBuster

https://indeedops.github.io/ShadowBuster/

This attack map is a visual representation of real time "attacks" or events starting

##How to use

The attack map communicates via web socket to a back end service that asynrounusly pushes events to the front end.

To configure the attack map to a backend websocket service, edit this line to the appropriate web socket

###Example web socket payload

web socket messages should consist of the following json information

{ 
		"attackerLatitude": 24.686,
		"attackerLongitude": 135.519,
		"targetLongitude": 114.174,
		"targetLatitude": 22.28,
		"targetCountry": "HK",
		"attackerCountry": "JP",
		"signatureName": "LDAP Injection attempt",
		"attackerIP": "8.8.8.8",
		"targetIP": "125.554.233.44",
		"hostHeader": "www.example.com"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published