Giter VIP home page Giter VIP logo

Comments (4)

jtsamas avatar jtsamas commented on August 22, 2024

Hi @DSriramm

Navigate to the /static folder and map.js

cd /geoip-attack-map/AttackMapServer/static/

then

sudo nano map.js

GNU nano 2.5.3 File: map.js

// To access by a browser in another computer, use the external IP of machine running AttackMapServer
// from the same computer(only), you can use the internal IP.
// Example:
// - AttackMapServer machine:
// - Internal IP: 127.0.0.1
// - External IP: 192.168.11.106
var webSock = new WebSocket("ws:/192.168.11.106:8888/websocket"); // Internal

// link map

L.mapbox.accessToken = "YOUR API KEY";
var map = L.mapbox.map("map", "mapbox.dark", {
center: [0, 0], // lat, long
zoom: 3});

// add full screen option
L.control.fullscreen().addTo(map);

// hq coords

var hqLatLng = new L.LatLng(37.3845, -122.0881);

CHANGE THE L.LatLng(37.3845, -122.0881) TO your desired coordinates

Hope that helps

from geoip-attack-map.

DSriramm avatar DSriramm commented on August 22, 2024

Hi @jtsamas

Thanks for your reply. I knew about HQ coordinates. But my requirement here is.. the desired coordinates are dynamic and has to obtained from source IP from syslog by dataserver.

In Another words, I’m trying to build a attack map which shows map pointing from source to destination.

Thanks in advance!!

from geoip-attack-map.

jtsamas avatar jtsamas commented on August 22, 2024

Hello @DSriramm my bad. Let me modify my code and see if the result meets your request. Will revert

from geoip-attack-map.

DSriramm avatar DSriramm commented on August 22, 2024

@jtsamas Many thanks in advance.

from geoip-attack-map.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.