1 2 3 4 5 ··· 10 下一页
摘要: linux---重置密码 在忘记密码的情况下,如何重置用户密码? 阅读全文
posted @ 2024-11-02 15:05 rvy 阅读(3) 评论(0) 推荐(0) 编辑
摘要: John the Ripper John the Ripper 是一个hash爆破工具。 官网: https://www.openwall.com/john/ Johnny是John的图形化界面,让John更方便使用,但不能独立运行。 https://openwall.info/wiki/john/ 阅读全文
posted @ 2024-10-26 15:21 rvy 阅读(6) 评论(0) 推荐(0) 编辑
摘要: Network Monitor 3.4 is the archive versioned tool for network traffic capture and protocol analysis. 阅读全文
posted @ 2024-10-19 08:34 rvy 阅读(7) 评论(0) 推荐(0) 编辑
摘要: linux 保存标准输出和标准错误 keywords: 重定向 示例程序: #include <stdio.h> int main() { // 写入标准输出 (stdout) printf("This is a message to stdout.\n"); // 写入标准错误 (stderr) 阅读全文
posted @ 2024-10-19 08:34 rvy 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Bourne shell 使用0、1、2作为输出重定向的文件描述符。 ```r 0 : stdin(standard input) 1 : stdout(standard output) 2 : stderr(standard error) ``` 阅读全文
posted @ 2024-10-19 08:32 rvy 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 官网: 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. 阅读全文
posted @ 2024-10-12 20:12 rvy 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 官网介绍: Session是一款端到端加密的消息发送工具,可最大限度地减少敏感元数据,专为那些想要绝对隐私和免受任何形式监视的人设计和构建。 从 signal fork 的项目,支持跨平台,去除了使用手机号注册的限制。 官网: https://getsession.org/ github地址: https://github.com/oxen-io 可以帮忙翻译的地址: https://crowdin.com/project/session-crossplatform-strings 阅读全文
posted @ 2024-10-05 08:06 rvy 阅读(4) 评论(0) 推荐(0) 编辑
摘要: linux---zip 阅读全文
posted @ 2024-10-05 08:05 rvy 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 官网: https://mifi.no/losslesscut/ github地址: https://github.com/mifi/lossless-cut LosslessCut目标是成为FFmpeg最好的GUI,快速无损编辑视频、音频,支持Windows、Linux、Mac。 切视频、合并视频很快,可以精确跳转帧。 可以在左下角通过"更改FPS"实现变速功能(越高速度越快)。 阅读全文
posted @ 2024-09-28 12:57 rvy 阅读(85) 评论(0) 推荐(0) 编辑
摘要: CyberChef是一款简单直观的web应用程序,用于在web浏览器中执行各种操作。这些操作包括简单的编码(如XOR或Base64)、更复杂的加密(如AES、DES和Blowfish)、创建二进制和六进制转储、数据压缩和解压缩、计算哈希与校验和、IPv6和X.509解析、更改字符编码等。 该工具旨在使技术和非技术分析师能够以复杂的方式操作数据,而无需处理复杂的工具或算法。 阅读全文
posted @ 2024-09-21 15:34 rvy 阅读(19) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 10 下一页