< 返回版块

长琴 发表于 2021-12-05 23:53

Tags:rust,日报

fuso:内网穿透、端口转发工具

  • 一款快速、稳定、跨平台、高效的内网穿透,端口转发工具
  • 只实现 Socks5 与端口转发,快捷的接入与转发内网流量且体积小方便实用

GitHub:https://github.com/editso/fuso

cracken:密码词表生成器、Smartlist 创建和密码混合掩码分析工具

Cracken 是一个快速的密码词表生成器、Smartlist 创建和密码混合掩码分析工具,用纯安全的 Rust 编写。

使用说明:

$ cracken --help
USAGE:
    cracken [SUBCOMMAND]

SUBCOMMANDS:
    generate    (default) - Generates newline separated words according to given mask and wordlist files
    create      Create a new smartlist from input file(s)
    entropy     
                Computes the estimated entropy of password or password file.
                The entropy of a password is the log2(len(keyspace)) of the password.
                
                There are two types of keyspace size estimations:
                  * mask - keyspace of each char (digit=10, lowercase=26...).
                  * hybrid - finding minimal split into subwords and charsets.

GitHub:https://github.com/shmuelamar/cracken

good-mitm:利用MITM实现请求和返回的重写、重定向、阻断等操作

使用方法:

  • 生成根证书
  • 信任证书
  • 指定代理的规则或目录
  • 使用代理

GitHub:https://github.com/zu1k/good-mitm

gaffer:微批处理调度工具

优先级并行作业调度程序,具有并发排除、作业合并、重复作业和较低优先级的负载限制等功能。

特点:

  • 循环执行:作业将在某个时间间隔重新加入队列
  • 作业队列:使用可克隆的 [JobRunner] 从各个不同的线程发送作业
  • Future Jobs:(可选)创建 Futures 以从作业中获取结果
  • 作业优先级:为作业提供优先级,所有作业将按该优先级顺序执行
  • 作业合并:合并队列中相同 / 相似的作业以减少工作量
  • 并行执行:在多个线程上运行作业并锁定应该独占运行的作业,它们留在队列中,不占用其他资源
  • 并发排除:基于键的锁定以避免不应并发运行的作业
  • 优先级节流:为了让空闲线程准备好接收更高优先级的作业,通过将它们限制为较少数量的线程来限制较低优先级的作业

文章:https://njk.onl/blog/gaffer.html

样例:https://github.com/survemobility/gaffer/tree/main/examples

GitHub:https://github.com/survemobility/gaffer/

PingPong游戏

如何写一个乒乓游戏:https://phychic-owl.medium.com/rust-project-ping-pong-game-665766cc45ed

GitHub:https://github.com/harshvishu/pong

文章推荐

  • Rust 中的零成本抽象:https://dev.to/daniel1in/zero-cost-abstractions-in-rust-5e41
  • Go Defer 和 Rust Drop:https://dev.to/mark_saward/go-footguns-go-defer-and-rust-drop-17af

From 日报小组 长琴

社区学习交流平台订阅:

评论区

写评论

还没有评论

1 共 0 条评论, 1 页