Here are
25 public repositories
matching this topic...
Tools, tips, tricks, and more for exploring ICS Security.
Updated
May 28, 2020
HTML
ICS/SCADA Security Resource(整合工控安全相关资源)
Updated
Apr 25, 2018
Python
Repository containting original and decompiled files of TRISIS/TRITON/HATMAN malware
Updated
Apr 10, 2019
Python
A low-cost, DIY data diode for ICS
Updated
Jan 28, 2020
Python
使用pyspider爬虫框架爬取工控相关数据(漏洞、预警、安全事件等)
Updated
Mar 23, 2020
Python
Embedded AppSec Best Practices
Updated
Nov 25, 2019
Python
Zeek network security monitor plugin that enables parsing of the Ethernet/IP and Common Industrial Protocol standards
Zeek network security monitor plugin that enables parsing of the S7 protocol
Updated
Jun 14, 2020
Zeek
Zeek network security monitor plugin that enables parsing of the BACnet standard building controls protocol
Updated
May 29, 2020
Ruby
Tool for exploiting sixnet RTUs
Updated
Mar 15, 2018
Python
Process-Aware Stealthy Attack Detection
Updated
Oct 17, 2018
MATLAB
This repository collects the default password of ICS web login, and it's used to Brute Force.
Using nmap NSE scripts for identifying common ICS protocols[使用nmap的nse脚本对常见工控协议进行识别,附对应nse脚本,并记录pcap流量]
Using Python script instead of Nmap NSE script to detect ICS protocols[根据nmap nse脚本来编写工控协议识别的python脚本]
Updated
May 31, 2019
Python
A formally verified implementation of a bolt-on security device for ICS networks. Designed with TLA+ and written/proved in F*
Modbus TCP vulnerability demonstration
Updated
Jan 22, 2020
Python
ICS Common Protocol Simulator工控常见协议模拟工具集
A breakdown of the ICS Cyber Killchain. In consumable markdown format.
ISF(Industrial Control System Exploitation Framework),a exploitation framework based on Python
Updated
Jan 24, 2018
Python
A list of ICS scanners. It is an aggregation of multiple sources (honeypot, shodan, greynoise...).
A simple high-level Python interface for the Dragos portal API
Updated
Jun 2, 2020
Python
Improve this page
Add a description, image, and links to the
ics-security
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
ics-security
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
In section 5.5.2, the first point should be "The transmit or receive nonce reaches a configurable maximum value." The configurable value comes from
struct SessionConstraint::max_nonceand its maximum value is indeed 2^16 -1.The ref implementation does check the configured value. See https://github.com/aegis4ics/ssp21-cpp/blob/master/cpp/libs/src/ssp21/crypto/Session.cpp#L135