osintui 项目教程

osintui 项目教程

osintuiOSINT from your favorite services in a friendly terminal user interface - integrations for Virustotal, Shodan, and Censys项目地址:https://gitcode.com/gh_mirrors/os/osintui

1. 项目的目录结构及介绍

osintui 项目的目录结构如下:

osintui/
├── assets/
├── src/
├── .gitignore
├── .pre-commit-config.yaml
├── rustfmt.toml
├── Cargo.toml
├── LICENSE
├── README.md
├── clippy.toml
  • assets/: 存放项目所需的静态资源文件。
  • src/: 包含项目的源代码文件。
  • .gitignore: 指定 Git 版本控制系统忽略的文件和目录。
  • .pre-commit-config.yaml: 配置预提交钩子,用于在提交代码前执行一些检查。
  • rustfmt.toml: 配置 Rust 代码格式化工具 rustfmt 的规则。
  • Cargo.toml: Rust 项目的包管理文件,包含项目的元数据和依赖项。
  • LICENSE: 项目的许可证文件。
  • README.md: 项目的说明文档。
  • clippy.toml: 配置 Rust 代码质量工具 clippy 的规则。

2. 项目的启动文件介绍

osintui 项目的启动文件是 src/main.rs。这个文件是 Rust 项目的入口点,负责初始化项目并启动应用程序。

// src/main.rs
fn main() {
    // 初始化配置
    let config = load_config();
    // 启动应用程序
    start_app(config);
}

3. 项目的配置文件介绍

osintui 项目的配置文件是 ~/osintui/config/config.toml。这个文件用于设置各个服务的 API 密钥。

# ~/osintui/config/config.toml
[keys]
virustotal = "api_key"
shodan = "api_key"
censys_id = "api_id"
censys_secret = "api_key"
  • virustotal: VirusTotal 服务的 API 密钥。
  • shodan: Shodan 服务的 API 密钥。
  • censys_id: Censys 服务的 API ID。
  • censys_secret: Censys 服务的 API 密钥。

配置文件会在首次运行时自动生成,如果未找到配置文件,则会自动创建。

osintuiOSINT from your favorite services in a friendly terminal user interface - integrations for Virustotal, Shodan, and Censys项目地址:https://gitcode.com/gh_mirrors/os/osintui

  • 1
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

邹澜鹤Gardener

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值