A collection of useful cheatsheets for cheat that focuses on aiding security-type people with either security tools or popular UNIX programs.
~/.cheat
directory.Use this like you'd normally use cheat
. For example, use cheat ncat
to display the ncat
cheatsheet.
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.
This repository was originally a group project which had the following group members:
This repository is licensed under the MIT license.
Want to contribute? Great! Here's what you do:
master
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