Skip to content

1.1.0 - Real PLC support

Latest
Compare
Choose a tag to compare
@bonk-dev bonk-dev released this 26 Aug 12:01
· 1 commit to main since this release
b4ba7fa

What's Changed

Full Changelog: v1.0.0-dumper...v1.1.0

PoC Usage

192.168.1.10 - PLC IP address
102 - S7-CommPlus port (most likely the same across all PLCs)
zaq1@WSX - access password (optional, set it in your TIA Portal project first)

Windows (CMD)

HarpoS7.PoC.exe 192.168.1.10:102 - session auth without access password
HarpoS7.PoC.exe 192.168.1.10:102 "zaq1@WSX" - session auth with access password

Linux

Without access password

chmod +x ./HarpoS7.PoC
./HarpoS7.PoC 192.168.1.10:102

With access password

chmod +x ./HarpoS7.PoC
./HarpoS7.PoC 192.168.1.10:102 "zaq1@WSX"

OS X

Without access password

chmod +x ./HarpoS7.PoC
./HarpoS7.PoC 192.168.1.10:102

With access password

chmod +x ./HarpoS7.PoC
./HarpoS7.PoC 192.168.1.10:102 "zaq1@WSX"