dark-lbp / isf

ISF(Industrial Control System Exploitation Framework),a exploitation framework based on Python
BSD 2-Clause "Simplified" License
1.02k stars 286 forks source link

vxworks_6_X_scan dose'nt work fine #12

Closed P0m32Kun closed 2 years ago

P0m32Kun commented 2 years ago

when I try to learn the source code. I find "checksum()" in ./icssploit/protocol/wdbrpc2.py undefined. Where can I import the package. Please Help me, thanks!

dark-lbp commented 2 years ago

You can try from scapy.utils import checksum.

P0m32Kun commented 2 years ago

Thank you! It works!