forked from ronin-rb/ronin-rb.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
94 lines (73 loc) · 2.15 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
auto: true
server: true
markdown: kramdown
kramdown:
syntax_highlighter: rouge
highlighter: rouge
gist:
noscript: false
lsi: false
safe: true
incremental: false
permalink: date
exclude:
- Rakefile
discord_link: https://discord.gg/6WAb3PsVX9
libraries:
ronin:
version: 2.0.3
description: A Ruby toolkit for security research and development.
ronin-support:
version: 1.0.2
description: A support library for Ronin.
ronin-core:
version: 0.1.1
description: A core library for all ronin libraries.
ronin-repos:
version: 0.1.1
description: Third-party git repository support for ronin.
ronin-db-activerecord:
version: 0.1.1
description: ActiveRecord backend for the Ronin Database.
ronin-db:
version: 0.1.1
description:
A common database library for managing and querying security data.
ronin-web-server:
version: 0.1.1
description: A custom Ruby web server based on Sinatra.
ronin-web-spider:
version: 0.1.0
description: A collection of common web spidering routines.
ronin-web-user_agents:
version: 0.1.0
description: Generates random but realistic User-Agent strings.
ronin-web:
version: 1.0.2
description: A collection of common web security commands and libraries.
ronin-code-asm:
version: 1.0.0
description: A Ruby DSL for crafting Assmebly programs and Shellcode.
ronin-code-sql:
version: 2.0.0
description: A Ruby DSL for crafting SQL Injections.
ronin-post_ex:
version: 0.1.0
description: Ruby API for Post-Exploitation.
ronin-payloads:
version: 0.1.3
description:
A Ruby micro-framework for writing and running exploit payloads.
ronin-vulns:
version: 0.1.2
description:
Tests URLs for Local File Inclusion (LFI), Remote File Inclusion (RFI),
SQL injection (SQLi), Cross Site Scripting (XSS), Server Side Template
Injection (SSTI), and Open Redirects.
ronin-exploits:
version: 1.0.2
description:
A Ruby micro-framework for writing and running exploits and payloads.
ronin-fuzzer:
version: 0.1.0
description: A highly configurable fuzzing library and CLI for Ruby.