security-cheatsheets

授权协议 MIT License
开发语言 SHELL
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 鲁景山
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

security-cheatsheets

A collection of useful cheatsheets for cheat that focuses on aiding security-type people with either security tools or popular UNIX programs.

Requirements

Installation

  • Somehow get this repository into your ~/.cheat directory.

Usage

Use this like you'd normally use cheat. For example, use cheat ncat to display the ncat cheatsheet.

History

These security cheatsheets were a part of a project for the Ethical Hacking and Penetration Testing course offered at the University of Florida. Expanding on the default set of cheatsheets, the purpose of these cheatsheets are to aid penetration testers/CTF participants/security enthusiasts in remembering commands that are useful, but not frequently used. Most of the tools that will be covered have been included in our class and are available in Kali Linux.

Original Contributors

This repository was originally a group project which had the following group members:

License

This repository is licensed under the MIT license.

Contributing

Want to contribute? Great! Here's what you do:

  1. Fork this repository
  2. Push some code to your fork
  3. Come back to this repository and open a PR
  4. After some review, get that PR merged to master
  5. Give yourself a pat on the back; you're awesome!

Feel free to also open an issue with any requests!

 相关资料
  • security security_overview In release 0.9.0.0, the Kafka community added a number of features that, used either separately or together, increases security in a Kafka cluster. These features are consid

  • The security model of WebAssembly has two important goals: (1) protect users from buggy or malicious modules, and (2) provide developers with useful primitives and mitigations for developing safe appl

  • HTTP用于通过Internet进行通信,因此应用程序开发人员,信息提供者和用户应该了解HTTP/1.1中的安全限制。 此讨论不包括此处提到的问题的最终解决方案,但它确实提出了一些降低安全风险的建议。 个人信息泄漏 HTTP客户端通常知道大量的个人信息,例如用户的姓名,位置,邮件地址,密码,加密密钥等。因此,您应该非常小心地防止通过HTTP协议将此信息无意泄漏到其他来源。 所有机密信息都应以加密形

  • Q: Is TinyMCE protected against XSS vulnerabilities? TinyMCE filters out some of the more common XSS content like scripts from the content since it is common that the editor is used in a single page a

  • SRS提供了禁用或允许客户端的简单安全策略。 Config Vhost中安全策略的配置: vhost your_vhost { # security for host to allow or deny clients. # @see https://github.com/ossrs/srs/issues/211 security { # whe

  • 哈希 Hash::make('secretpassword'); Hash::check('secretpassword', $hashedPassword); Hash::needsRehash($hashedPassword); 加密解密 Crypt::encrypt('secretstring'); Crypt::decrypt($encryptedString); Crypt::setM