10 2024 档案
摘要:John the Ripper John the Ripper 是一个hash爆破工具。 官网: https://www.openwall.com/john/ Johnny是John的图形化界面,让John更方便使用,但不能独立运行。 https://openwall.info/wiki/john/
阅读全文
摘要:Network Monitor 3.4 is the archive versioned tool for network traffic capture and protocol analysis.
阅读全文
摘要:linux 保存标准输出和标准错误 keywords: 重定向 示例程序: #include <stdio.h> int main() { // 写入标准输出 (stdout) printf("This is a message to stdout.\n"); // 写入标准错误 (stderr)
阅读全文
摘要:Bourne shell 使用0、1、2作为输出重定向的文件描述符。
```r
0 : stdin(standard input)
1 : stdout(standard output)
2 : stderr(standard error)
```
阅读全文
摘要:官网: https://git-lfs.com/
github地址: https://github.com/git-lfs/git-lfs
Git LFS is a command line extension and specification for managing large files with Git.
The client is written in Go, with pre-compiled binaries available for Mac, Windows, Linux, and FreeBSD. Check out the website for an overview of features.
阅读全文
摘要:官网介绍:
Session是一款端到端加密的消息发送工具,可最大限度地减少敏感元数据,专为那些想要绝对隐私和免受任何形式监视的人设计和构建。
从 signal fork 的项目,支持跨平台,去除了使用手机号注册的限制。
官网: https://getsession.org/
github地址: https://github.com/oxen-io
可以帮忙翻译的地址: https://crowdin.com/project/session-crossplatform-strings
阅读全文