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

Problem with key? #3

Open
eapel opened this issue Nov 2, 2023 · 5 comments
Open

Problem with key? #3

eapel opened this issue Nov 2, 2023 · 5 comments

Comments

@eapel
Copy link

eapel commented Nov 2, 2023

This ist the output
`>nmap --script slig.nse -p 10005 192.168.0.201
Starting Nmap 7.93 ( https://nmap.org ) at 2023-11-02 15:40 Mitteleuropõische Zeit
NSOCK ERROR [0.0490s] ssl_init_helper(): OpenSSL legacy provider failed to load.

Nmap scan report for 192.168.0.201
Host is up (0.0048s latency).

PORT STATE SERVICE
10005/tcp open stel
| slig: Gathered Siemens LOGO!8 access details and passwords
| User: xYB
| Password: 20Y
| Enabled: Invalid
| User: ZjzP
| Password: Mt
| Enabled: Invalid
| User: XisD
| Password: 7nHN
| Enabled: Invalid
| User: hgQPB
| Password: RJ
| Enabled: Invalid
| Protection: Invalid
| Program password: gQPgQP
|_MMC serial: _g>\xABQP\xAB\xB6_g>\xABQP\xAB

Nmap done: 1 IP address (1 host up) scanned in 0.38 seconds`

The users and the passwords are strange.
Could it be a problem with the keys?

With this passwords I can not get access to the Logo from the software.

@yoanjones
Copy link

I have a very similar issue:-

Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-03-07 13:56 GMT
Nmap scan report for 192.168.1.1
Host is up (0.0063s latency).

PORT STATE SERVICE
10005/tcp open stel
| slig: Gathered Siemens LOGO!8 access details and passwords
| User: xYBw
| Password: HM
| Enabled: Invalid
| User: Zjzkk
| Password: UD
| Enabled: Invalid
| User: XisD
| Password: jHN
| Enabled: Invalid
| User: hgQP
| Password: oHd1
| Enabled: Invalid
| Protection: Invalid
| Program password: 51zgQP
|_MMC serial: _g>\xABQP\xAB\xB6_g>\xABQP\xAB

Nmap done: 1 IP address (1 host up) scanned in 0.11 seconds

@juansonnn
Copy link

juansonnn commented May 21, 2024

Same issue here.

The Readme says

Requirements
nmap
key (see slig.nse)

What about the key???

I've been exploring this, without really knowing what I am doing.
Ive download the software Logo confort, get the file classes.jar inside JADX software, get the key, transform it to binary, put in the script and no Luck.

@juansonnn
Copy link

juansonnn commented May 30, 2024

You need to decompile LOGO8 Comfort software.

Find the classes.jar file, and inside of it find the key. The key is in decimal, you need to convert it to binary and then to hex. And that's the answer.

-- classes.jar -> DE.siemens.ad.logo.util -> LogoMath.keyForBinFile

@yoanjones
Copy link

This is the answer! Did you have to remove the key?

You need to decompile LOGO8 Comfort software.

Find the classes.jar file, and inside of it find the key. The key is in decimal, you need to convert it to binary and then to hex. And that's the answer.

-- classes.jar -> DE.siemens.ad.logo.util -> LogoMath.keyForBinFile

@juansonnn
Copy link

This is the answer! Did you have to remove the key?

You need to decompile LOGO8 Comfort software.

Find the classes.jar file, and inside of it find the key. The key is in decimal, you need to convert it to binary and then to hex. And that's the answer.

-- classes.jar -> DE.siemens.ad.logo.util -> LogoMath.keyForBinFile

No, just put the key in the script

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

3 participants