Skip to content

Commit

Permalink
Add the ronin-web vulns command (closes #81).
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed May 14, 2024
1 parent d41ccf6 commit 9d5b961
Show file tree
Hide file tree
Showing 7 changed files with 1,434 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,21 @@ gem 'ronin-web-browser', '~> 0.1', github: 'ronin-rb/ronin-web-browser'
gem 'ronin-web-session_cookie', '~> 0.1', github: 'ronin-rb/ronin-web-session_cookie',
branch: 'main'

gem 'ronin-db', '~> 0.2', github: 'ronin-rb/ronin-db',
branch: '0.2.0'
gem 'ronin-db-activerecord', '~> 0.2', github: 'ronin-rb/ronin-db-activerecord',
branch: '0.2.0'
gem 'ronin-vulns', '~> 0.2', github: 'ronin-rb/ronin-vulns',
branch: '0.2.0'

group :development do
gem 'rake'
gem 'rubygems-tasks', '~> 0.1'

gem 'rspec', '~> 3.0'
gem 'simplecov', '~> 0.20'
gem 'rack-test', '~> 0.6'
gem 'webmock', '~> 3.0'

gem 'kramdown', '~> 2.0'
gem 'redcarpet', platform: :mri
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Commands:
session-cookie
spider
user-agent
vulns
wordlist
xml
```
Expand Down Expand Up @@ -600,6 +601,7 @@ For more examples, see [ronin-web-browser][ronin-web-browser-examples].
* [ronin-web-user_agents] ~> 0.1
* [ronin-web-session_cookie] ~> 0.1
* [ronin-core] ~> 0.2
* [ronin-vulns] ~> 0.2

## Install

Expand Down
2 changes: 2 additions & 0 deletions gemspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ generated_files:
- man/ronin-web-reverse-proxy.1
- man/ronin-web-session-cookie.1
- man/ronin-web-user-agent.1
- man/ronin-web-vulns.1
- man/ronin-web-wordlist.1
- man/ronin-web-xml.1

Expand All @@ -56,6 +57,7 @@ dependencies:
ronin-web-user_agents: ~> 0.1
ronin-web-session_cookie: ~> 0.1
ronin-core: ~> 0.2
ronin-vulns: ~> 0.2

development_dependencies:
bundler: ~> 2.0
Loading

0 comments on commit 9d5b961

Please sign in to comment.