Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get platform? #13

Open
PyrrhaNDie opened this issue Feb 2, 2018 · 3 comments
Open

How to get platform? #13

PyrrhaNDie opened this issue Feb 2, 2018 · 3 comments

Comments

@PyrrhaNDie
Copy link

I really appreciate the idea ,thx!
there are some issues, how to get the Architecture Name when only know the IP?
In my local test environment, i can use winbox when i want to connent to the route, and it will tell me it's x86, so there may be a solution to get the platform.i guess :-D

@BigNerd95
Copy link
Owner

You can use MNDP to discover the arch
But it's Link Layer
So if you have remote access only (through internet) you cant use this way

@BigNerd95
Copy link
Owner

@Hume83

Open the browser http://[host]:[port]/webfig/
in the browser console you call the variable sysmap[77].c[0]
This exposes a script called engine.js, which perform queries without authentication to the http server
RouterOs 6.32.2

image

On newer version it is called master.js
But trying with a mips board it always return x86
So i think it is a static value

@PyrrhaNDie
Copy link
Author

I tried in the same way on 6.37.4
Yes,trying with a mips board it always return x86
Maybe there is another way, i will try

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants