phanthom335/port-scanner-cli-tpwbx

GitHub: phanthom335/port-scanner-cli-tpwbx

一款轻量的 Python 端口扫描 CLI 工具,帮助开发者快速审计项目网络暴露面。

Stars: 0 | Forks: 0

``` # Port Scanner Cli Tpwbx > **Category:** CLI Utilities | **Generated:** 2026-03-14 ![Python](https://img.shields.io/badge/Python-3.9%2B-blue?logo=python) ![License](https://img.shields.io/badge/License-MIT-green) ![Status](https://img.shields.io/badge/Status-Active-brightgreen) `utilities` `cli` `devtools` `python` --- ## Description Developer-friendly CLI that helps you audit projects in seconds. This project is part of an open-source Python automation collection. It is designed to be lightweight, easy to integrate, and straightforward to extend. --- ## Features - ✅ Fast execution with minimal memory footprint ``` - ✅ 支持递归目录遍历 - ✅ Dry-run 模式,便于执行前安全预览 - ✅ 彩色化输出,提升可读性 - ✅ 跨平台:Linux, macOS, Windows --- ## 前置条件 - **Python** 3.9 或更高版本 - **pip** (随 Python 附带) - 终端 / 命令提示符 --- ## 安装说明 ```bash git clone https://github.com//port-scanner-cli-tpwbx.git cd port-scanner-cli-tpwbx python -m venv .venv source .venv/bin/activate # Linux / macOS .venv\Scripts\activate.bat # Windows pip install -r requirements.txt ``` --- ## 使用方法 ```bash python main.py python main.py --help ``` --- ## 配置 复制 `.env.example` 为 `.env` 并填写值: ```bash cp .env.example .env ``` | 变量 | 默认值 | 描述 | |---------------|------------|--------------------------| | `LOG_LEVEL` | `INFO` | 日志详细程度 | | `OUTPUT_DIR` | `./output` | 结果保存位置 | | `MAX_WORKERS` | `4` | 并行工作线程数 | --- ## 项目结构 ``` port-scanner-cli-tpwbx/ ├── main.py ← 入口文件 ├── requirements.txt ← Python 依赖 ├── .gitignore ← Git 忽略规则 ├── .env.example ← 环境变量模板 ├── LICENSE ← MIT License └── README.md ← 本文件 ``` --- ## 贡献指南 1. Fork 本仓库 2. 创建功能分支:`git checkout -b feature/my-feature` 3. 提交你的更改:`git commit -m 'Add my feature'` 4. 推送并开启一个 Pull Request --- ## 许可证 MIT License — 详情请参阅 [LICENSE](LICENSE)。 --- *由 GitHub Project Generator v3.0.0 自动生成*
标签:AES-256, CLI实用程序, DevSecOps, DNS查询工具, DNS解析, Python开发, 上游代理, 威胁情报, 密码管理, 开发者工具, 开源项目, 插件系统, 数字取证, 文档结构分析, 漏洞评估, 端口扫描器, 网络安全, 自动化脚本, 轻量级工具, 逆向工具, 隐私保护, 项目审计