.document | |
|
|
.editorconfig | |
|
|
.github/workflows/ruby.yml | |
|
|
.gitignore | |
|
|
.mailmap | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
.ruby-version | |
|
|
.yardopts | |
|
|
COPYING.txt | |
|
|
ChangeLog.md | |
|
|
Gemfile | |
|
|
README.md | |
|
|
Rakefile | |
|
|
bin/ronin-web | |
|
|
data/new/nokogiri.rb.erb | |
|
|
data/new/server.rb.erb | |
|
|
data/new/spider.rb.erb | |
|
|
data/new/webapp/Dockerfile.erb | |
|
|
data/new/webapp/Gemfile | |
|
|
data/new/webapp/app.rb.erb | |
|
|
data/new/webapp/config.ru | |
|
|
data/new/webapp/docker-compose.yml.erb | |
|
|
gemspec.yml | |
|
|
man/ronin-web-diff.1.md | |
|
|
man/ronin-web-html.1.md | |
|
|
man/ronin-web-irb.1.md | |
|
|
man/ronin-web-new-nokogiri.1.md | |
|
|
man/ronin-web-new-server.1.md | |
|
|
man/ronin-web-new-spider.1.md | |
|
|
man/ronin-web-new-webapp.1.md | |
|
|
man/ronin-web-new.1.md | |
|
|
man/ronin-web-reverse-proxy.1.md | |
|
|
man/ronin-web-server.1.md | |
|
|
man/ronin-web-spider.1.md | |
|
|
man/ronin-web.1.md | |
|
|
ronin-web.gemspec | |
|
|
lib/ronin/web.rb | 69 |
|
|
lib/ronin/web/cli.rb | 18 |
|
|
lib/ronin/web/cli/command.rb | 12 |
|
|
lib/ronin/web/cli/commands/diff.rb | 41 |
|
|
lib/ronin/web/cli/commands/html.rb | 87 |
|
|
lib/ronin/web/cli/commands/irb.rb | 18 |
|
|
lib/ronin/web/cli/commands/new.rb | 17 |
|
|
lib/ronin/web/cli/commands/new/nokogiri.rb | 33 |
|
|
lib/ronin/web/cli/commands/new/server.rb | 40 |
|
|
lib/ronin/web/cli/commands/new/spider.rb | 170 |
|
|
lib/ronin/web/cli/commands/new/webapp.rb | 61 |
|
|
lib/ronin/web/cli/commands/reverse_proxy.rb | 120 | A 3 hrs |
|
lib/ronin/web/cli/commands/server.rb | 99 | A 1 hr |
|