
GitHub:https://github.com/editso/fuso
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
使用方法:
GitHub:https://github.com/zu1k/good-mitm
优先级并行作业调度程序,具有并发排除、作业合并、重复作业和较低优先级的负载限制等功能。
特点:
[JobRunner] 从各个不同的线程发送作业Futures 以从作业中获取结果文章:https://njk.onl/blog/gaffer.html
样例:https://github.com/survemobility/gaffer/tree/main/examples
GitHub:https://github.com/survemobility/gaffer/

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