varchashva / LetsMapYourNetwork

Lets Map Your Network enables you to visualise your physical network in form of graph with zero manual error
GNU General Public License v3.0
440 stars 77 forks source link

Create project -> 404, cloud-activites->404, find-me-> 404, #17

Open cappetta opened 5 years ago

cappetta commented 5 years ago

Hi - saw you at BH this year, looks like a great tool but seeing a bunch of bugs & I don't know how the logic/code base is yet. I'm trying to include LMYN on the Kali server of the Cyber Range project.

Tried creating a new project & I'm hitting a page not found error.

LMYN_create-project-bug

I found the default install doesn't have the default project selected, once I select it, I can add a new project. I also found a bunch of other 404 errors in the cloud activities, find me, and the host counts were increasing yet this was the only asset up in that cloud subnet at that time.

I tried getting this loaded on my macbook but there is a docker-compose limitation. Might be good to update the docker-compose instructions indicating this project requires a docker feature which does not work on osx yet: https://github.com/docker/compose/issues/4799#issuecomment-399082477

I have a 2min screencast if you want me to share it.

varchashva commented 5 years ago

@cappetta - thanks for using LetsMapYourNetwork.

  1. for bugs, can you send screencast to varchashva[at]gmail[dot]com, I will check and fix at earliest.

  2. for docker issue, I will add the reference. as of now, as stated in installation guidelines, it works on Linux only.

cappetta commented 5 years ago

NP! I've made a bit of progress. I've found a few of the 404's I've hit are related to not having a project selected, which makes sense. I'll send something over shortly thanks!

bechavod commented 5 years ago

i have the same problem , running on centos used by docker

varchashva commented 5 years ago

@bechavod @cappetta

I have pushed the images with latest code in docker-hub (which have fixes for this issue). Please pull the latest image and you should be good to go (you have to remove old docker images locally - neo4j and lmyn).

Most of the 404 are because of non-selection of any project (for e.g. Find Me, Scan, Cloud Activities etc.), now you can create project from ANY page.

Do let me know for any query. Thanks!

bechavod commented 5 years ago

@varchashva Hi thanks for the update but same issuse lmyn_1 | Not Found: /core//action lmyn_1 | [03/Sep/2019 13:37:04] "POST /core//action HTTP/1.1" 404 2975

note i download again the .yml

varchashva commented 5 years ago

@bechavod

you have to create -> select a project in order to go to /action page, because you are doing all actions on a project. Hope it helps!

cappetta commented 4 years ago

juggling a few things, haven't forgotten about this. Will circle back with updates.