Skip to content

Commit

Permalink
Added the ronin-web browser command (closes #38).
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Sep 15, 2023
1 parent ec2e99e commit 8bbe82c
Show file tree
Hide file tree
Showing 7 changed files with 998 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ Lint/ShadowingOuterLocalVariable:
Exclude:
- 'lib/ronin/web/cli/commands/reverse_proxy.rb'
- 'lib/ronin/web/cli/commands/spider.rb'

Naming/MethodParameterName:
Exclude:
- 'lib/ronin/web/cli/browser_shell.rb'
- 'lib/ronin/web/cli/js_shell.rb'
1 change: 1 addition & 0 deletions gemspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ metadata:

generated_files:
- man/ronin-web.1
- man/ronin-web-browser.1
- man/ronin-web-diff.1
- man/ronin-web-html.1
- man/ronin-web-irb.1
Expand Down
Loading

0 comments on commit 8bbe82c

Please sign in to comment.