-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
gemspec.yml
56 lines (50 loc) · 1.79 KB
/
gemspec.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
name: ronin-recon
summary: A micro-framework and tool for performing reconnaissance.
description: |
ronin-recon is a micro-framework and tool for performing reconnaissance.
ronin-recon uses multiple workers which process different data types
(IP, host, URL, etc) and produce new values. ronin-recon contains built-in
recon workers and supports loading additional 3rd-party workers from Ruby
files or 3rd-party git repositories. ronin-recon has a unique queue design
and uses asynchronous I/O to maximize efficiency. ronin-recon can lookup
IPs addresses, nameservers, mailservers, bruteforce sub-domains, port scan
IPs, discover services, and spider websites.
license: LGPL-3.0-or-later
authors: Postmodern
email: [email protected]
homepage: https://ronin-rb.dev/
has_yard: true
metadata:
documentation_uri: https://ronin-rb.dev/docs/ronin-recon
source_code_uri: https://github.com/ronin-rb/ronin-recon
bug_tracker_uri: https://github.com/ronin-rb/ronin-recon/issues
changelog_uri: https://github.com/ronin-rb/ronin-recon/blob/main/ChangeLog.md
rubygems_mfa_required: 'true'
generated_files:
- data/completions/ronin-recon
- man/ronin-recon.1
- man/ronin-recon-completion.1
- man/ronin-recon-irb.1
- man/ronin-recon-new.1
- man/ronin-recon-workers.1
- man/ronin-recon-worker.1
- man/ronin-recon-test.1
- man/ronin-recon-run.1
- data/wordlists/subdomains-1000.txt.gz
- data/wordlists/raft-small-directories.txt.gz
required_ruby_version: ">= 3.1.0"
dependencies:
thread-local: ~> 1.0
async-io: ~> 1.0
async-dns: ~> 1.0
async-http: ~> 0.60
wordlist: ~> 1.0, >= 1.0.3
# Ronin dependencies:
ronin-support: ~> 1.1
ronin-core: ~> 0.2
ronin-db: ~> 0.2
ronin-repos: ~> 0.1
ronin-nmap: ~> 0.1
ronin-web-spider: ~> 0.2
development_dependencies:
bundler: ~> 2.0