-
Notifications
You must be signed in to change notification settings - Fork 18
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
Comments
I have a very similar issue:- Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-03-07 13:56 GMT PORT STATE SERVICE Nmap done: 1 IP address (1 host up) scanned in 0.11 seconds |
Same issue here. The Readme says Requirements What about the key??? I've been exploring this, without really knowing what I am doing. |
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.
|
This is the answer! Did you have to remove the key?
|
No, just put the key in the script |
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.
The text was updated successfully, but these errors were encountered: