3 matches found
ctf-party
ctf-party 这是什么 这是一个库,旨在通过修补 String 类以添加常用代码模式的简短语法,来提升和加速 CTF 玩家(或安全研究人员、漏洞赏金猎人、渗透测试人员,但主要针对 CTF)的脚本/漏洞利用编写。其哲学是保持库为纯 Ruby(无依赖),并且不重新实现其他库已经做得很好的功能(例如 xorcist 用于 xor)。 例如,与其这样写: root@kitploit: require 'base64' myvar = 'string' myvar = Base64.strictencode64myvar 不如这样写(更简短且易记): root@kitploit: requi...
CyberSec-PAF-CTF-2026-writeup
CyberSec PAF CTF 2026 🚩 Hosted by the PAF-IAST Cyber-Sec So...
CTF-Party - A Ruby Library To Enhance And Speed Up Script/Exploit Writing For CTF Players
A library to enhance and speed up script/exploit writing for CTF players or security researchers, bug bounty hunters, pentesters but mostly focused on CTF by patching the String class to add a short syntax of usual code patterns. The philosophy is also to keep the library to be pure ruby no...