Skip to content

API Document

Icy Cloud edited this page Feb 13, 2022 · 21 revisions

Welcome to the I2cylib API Document | 欢迎浏览I2cylib API文档

I2cyLib, a multifunctional Python library created by I2cy, aims to cover multiple aspects of daily programming in networking, engineering, cryptography and etc.

I2cyLib是I2cy常年创建积累的多方向功能库,涵盖有文件系统、网络通讯、网络安全、密码学工具、工程控制、数据库等接口。

API Catalogue | API目录

Network | 网络

i2cylib.network sub catalogue | 子目录

  • i2cylib.network.I2Scan
  • i2cylib.network.I2TCP
  • i2cylib.network.i2tcp_basic

i2cylib.network.I2Scan

A port scanning tool, which has its own command line version, use command i2scan in terminal for more.

一种端口扫描工具,有提供的接口以程序形式调用,也可在终端中单独使用该工具,使用i2scan命令可查看其具体用法。

I2Target

class i2cylib.network.I2Scan.I2Target(hosts, ports, max_thread_allowed=512, echo=None)

Base 基类: object

Crypto | 加密

i2cylib.crypto

Filesystem | 文件系统

i2cylib.filesystem

Database | 数据库

i2cylib.database

Engineering | 工程、自动化

i2cylib.engineering

Utils | 实用工具

i2cylib.utils

Clone this wiki locally