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"