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

Fuzzing problem #90

Open
LJYSnails opened this issue Nov 27, 2019 · 4 comments
Open

Fuzzing problem #90

LJYSnails opened this issue Nov 27, 2019 · 4 comments

Comments

@LJYSnails
Copy link

Access denied by device during fuzz test when establishing connection with Siemens PLC

@BinyaminSharet
Copy link
Member

Can you elaborate?

Sent with GitHawk

@dark-lbp
Copy link
Contributor

Siemens PlC has max connections limit, is that cause the problem?

@LJYSnails
Copy link
Author

Can you elaborate?

Sent with GitHawk
At present, the S7-1200 uses the S7comm plus protocol. This program is the S7comm protocol. There is a certain difference in structure between the two. The PLC sends a random number to the 25th byte of the TIA software data. The value of the random byte is between 0x06 and 0x7f. The 24th and 29th bytes in the data returned by the TIA software are random numbers. Add 0x80 to the section.

@LJYSnails
Copy link
Author

Siemens PlC has max connections limit, is that cause the problem?
no

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