-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path_config.yml
146 lines (113 loc) · 3.43 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
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
- tasks
discord_link: https://discord.gg/6WAb3PsVX9
merch_link: https://merch.ronin-rb.dev
libraries:
ronin:
version: 2.1.1
description: A Ruby toolkit for security research and development.
ronin-support:
version: 1.1.1
description: A support library for Ronin.
ronin-support-web:
version: 0.1.1
description: A web support library for ronin-rb.
ronin-core:
version: 0.2.1
description: A core library for all ronin libraries.
ronin-repos:
version: 0.2.0
description: Third-party git repository support for ronin.
ronin-db-activerecord:
version: 0.2.1
description: ActiveRecord backend for the Ronin Database.
ronin-db:
version: 0.2.1
description:
A common database library for managing and querying security data.
ronin-dns-proxy:
version: 0.1.0
description: A configurable DNS proxy server library.
ronin-listener-dns:
version: 0.1.0
description:
A DNS listener that listens for exfiltrated data via DNS queries.
ronin-listener-http:
version: 0.1.0
description: A HTTP server for receiving exfiled data.
ronin-listener:
version: 0.1.0
description: A Ruby CLI utility for receiving exfiltrated data.
ronin-web-browser:
version: 0.1.0
description: A Ruby library for automating the Chrome web browser.
ronin-web-session_cookie:
version: 0.1.1
description:
A library for parsing and deserializing various session cookies.
ronin-web-server:
version: 0.1.2
description: A custom Ruby web server based on Sinatra.
ronin-web-spider:
version: 0.2.1
description: A collection of common web spidering routines.
ronin-web-user_agents:
version: 0.1.1
description: Generates random but realistic User-Agent strings.
ronin-web:
version: 2.0.1
description: A collection of common web security commands and libraries.
ronin-code-asm:
version: 1.0.1
description: A Ruby DSL for crafting Assmebly programs and Shellcode.
ronin-code-sql:
version: 2.1.1
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.2.1
description:
A Ruby micro-framework for writing and running exploit payloads.
ronin-vulns:
version: 0.2.1
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.1.1
description:
A Ruby micro-framework for writing and running exploits and payloads.
ronin-fuzzer:
version: 0.2.0
description: A highly configurable fuzzing library and CLI for Ruby.
ronin-wordlists:
version: 0.1.0
description: A library for managing wordlists.
ronin-nmap:
version: 0.1.1
description: A Ruby library and CLI for working with nmap.
ronin-masscan:
version: 0.1.1
description: A Ruby library and CLI for working with masscan.
ronin-recon:
version: 0.1.0
description: A micro-framework and tool for performing reconnaissance.
ronin-app:
version: 0.1.0
description: A local web interface for Ronin.