-
Notifications
You must be signed in to change notification settings - Fork 0
API Document
Icy Cloud edited this page Feb 13, 2022
·
21 revisions
I2cyLib, a multifunctional Python library created by I2cy, aims to cover multiple aspects of daily programming in networking, engineering, cryptography and etc.
I2cyLib
是I2cy常年创建积累的多方向功能库,涵盖有文件系统、网络通讯、网络安全、密码学工具、工程控制、数据库等接口。
i2cylib.network
网络i2cylib.crypto
加密i2cylib.filesystem
文件系统i2cylib.database
数据库i2cylib.engineering
工程、自动化i2cylib.utils
实用工具
i2cylib.network.I2Scan
i2cylib.network.I2TCP
i2cylib.network.i2tcp_basic
A port scanning tool, which has its own command line version, use command i2scan
in terminal for more.
一种端口扫描工具,有提供的接口以程序形式调用,也可在终端中单独使用该工具,使用i2scan
命令可查看其具体用法。
class i2cylib.network.I2Scan.I2Target(hosts, ports, max_thread_allowed=512, echo=None)
i2cylib.crypto
i2cylib.filesystem
i2cylib.database
i2cylib.engineering
i2cylib.utils