Permissions swizzle - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 53c77e1db5c7a9bcd4f0dee8cff79cfe0efb09a8
 (DIR) parent 6069c70a7796461ccfccd692329f44e93e8d15e0
 (HTM) Author: HD Moore <hd_moore@rapid7.com>
       Date:   Sun,  6 Jan 2013 02:01:12 -0600
       
       Permissions swizzle
       
       Diffstat:
         M app/assets/images/balloon.png       |       0 
         M app/assets/images/bluefade.jpg      |       0 
         M app/assets/images/close.gif         |       0 
         M app/assets/images/left-round.png    |       0 
         M app/assets/images/lightbox-blank.g… |       0 
         M app/assets/images/lightbox-btn-clo… |       0 
         M app/assets/images/lightbox-btn-nex… |       0 
         M app/assets/images/lightbox-btn-pre… |       0 
         M app/assets/images/lightbox-ico-loa… |       0 
         M app/assets/images/loading.gif       |       0 
         M app/assets/images/logo.png          |       0 
         M app/assets/images/logo_raw.xcf      |       0 
         M app/assets/images/musicplayer.swf   |       0 
         M app/assets/images/overlay.png       |       0 
         M app/assets/images/rails.png         |       0 
         M app/assets/images/right-round.png   |       0 
         M app/assets/images/round_bot.png     |       0 
         M app/assets/images/round_top.png     |       0 
         M app/assets/javascripts/application… |       0 
         M app/assets/javascripts/highcharts.… |       0 
         M app/assets/javascripts/rails.js     |       0 
         M app/assets/stylesheets/application… |       0 
         M app/assets/stylesheets/jquery.ligh… |       0 
         M app/views/analyze/index.html.erb    |       0 
         M app/views/analyze/show.html.erb     |       0 
         M app/views/analyze/view.html.erb     |       0 
         M app/views/analyze/view_matches.htm… |       0 
         M app/views/calls/analyze.html.erb    |       0 
         M app/views/calls/edit.html.erb       |       0 
         M app/views/calls/index.html.erb      |       0 
         M app/views/calls/new.html.erb        |       0 
         M app/views/calls/show.html.erb       |       0 
         M app/views/home/about.html.erb       |       0 
         M app/views/home/index.html.erb       |       0 
         D app/views/jobs/edit.html.erb        |      24 ------------------------
         M app/views/jobs/index.html.erb       |       0 
         M app/views/jobs/new.html.erb         |       0 
         M app/views/jobs/run.html.erb         |       0 
         M app/views/jobs/view_results.html.e… |       0 
         M app/views/layouts/application.html… |       0 
         M app/views/projects/edit.html.erb    |       0 
         M app/views/projects/new.html.erb     |       0 
         M app/views/projects/show.html.erb    |       0 
         M app/views/providers/edit.html.erb   |       0 
         M app/views/providers/index.html.erb  |       0 
         M app/views/providers/new.html.erb    |       0 
         M app/views/shared/_footer.html.erb   |       0 
         M app/views/shared/_header.html.erb   |       0 
         M app/views/shared/graphs/_call_resu… |       0 
         M app/views/shared/graphs/_lines_by_… |       0 
       
       50 files changed, 0 insertions(+), 24 deletions(-)
       ---
 (DIR) diff --git a/app/assets/images/balloon.png b/app/assets/images/balloon.png
       Binary files differ.
 (DIR) diff --git a/app/assets/images/bluefade.jpg b/app/assets/images/bluefade.jpg
       Binary files differ.
 (DIR) diff --git a/app/assets/images/close.gif b/app/assets/images/close.gif
       Binary files differ.
 (DIR) diff --git a/app/assets/images/left-round.png b/app/assets/images/left-round.png
       Binary files differ.
 (DIR) diff --git a/app/assets/images/lightbox-blank.gif b/app/assets/images/lightbox-blank.gif
       Binary files differ.
 (DIR) diff --git a/app/assets/images/lightbox-btn-close.gif b/app/assets/images/lightbox-btn-close.gif
       Binary files differ.
 (DIR) diff --git a/app/assets/images/lightbox-btn-next.gif b/app/assets/images/lightbox-btn-next.gif
       Binary files differ.
 (DIR) diff --git a/app/assets/images/lightbox-btn-prev.gif b/app/assets/images/lightbox-btn-prev.gif
       Binary files differ.
 (DIR) diff --git a/app/assets/images/lightbox-ico-loading.gif b/app/assets/images/lightbox-ico-loading.gif
       Binary files differ.
 (DIR) diff --git a/app/assets/images/loading.gif b/app/assets/images/loading.gif
       Binary files differ.
 (DIR) diff --git a/app/assets/images/logo.png b/app/assets/images/logo.png
       Binary files differ.
 (DIR) diff --git a/app/assets/images/logo_raw.xcf b/app/assets/images/logo_raw.xcf
       Binary files differ.
 (DIR) diff --git a/app/assets/images/musicplayer.swf b/app/assets/images/musicplayer.swf
       Binary files differ.
 (DIR) diff --git a/app/assets/images/overlay.png b/app/assets/images/overlay.png
       Binary files differ.
 (DIR) diff --git a/app/assets/images/rails.png b/app/assets/images/rails.png
       Binary files differ.
 (DIR) diff --git a/app/assets/images/right-round.png b/app/assets/images/right-round.png
       Binary files differ.
 (DIR) diff --git a/app/assets/images/round_bot.png b/app/assets/images/round_bot.png
       Binary files differ.
 (DIR) diff --git a/app/assets/images/round_top.png b/app/assets/images/round_top.png
       Binary files differ.
 (DIR) diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js
 (DIR) diff --git a/app/assets/javascripts/highcharts.js b/app/assets/javascripts/highcharts.js
 (DIR) diff --git a/app/assets/javascripts/rails.js b/app/assets/javascripts/rails.js
 (DIR) diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.css.scss
 (DIR) diff --git a/app/assets/stylesheets/jquery.lightbox-0.5.css b/app/assets/stylesheets/jquery.lightbox-0.5.css
 (DIR) diff --git a/app/views/analyze/index.html.erb b/app/views/analyze/index.html.erb
 (DIR) diff --git a/app/views/analyze/show.html.erb b/app/views/analyze/show.html.erb
 (DIR) diff --git a/app/views/analyze/view.html.erb b/app/views/analyze/view.html.erb
 (DIR) diff --git a/app/views/analyze/view_matches.html.erb b/app/views/analyze/view_matches.html.erb
 (DIR) diff --git a/app/views/calls/analyze.html.erb b/app/views/calls/analyze.html.erb
 (DIR) diff --git a/app/views/calls/edit.html.erb b/app/views/calls/edit.html.erb
 (DIR) diff --git a/app/views/calls/index.html.erb b/app/views/calls/index.html.erb
 (DIR) diff --git a/app/views/calls/new.html.erb b/app/views/calls/new.html.erb
 (DIR) diff --git a/app/views/calls/show.html.erb b/app/views/calls/show.html.erb
 (DIR) diff --git a/app/views/home/about.html.erb b/app/views/home/about.html.erb
 (DIR) diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb
 (DIR) diff --git a/app/views/jobs/edit.html.erb b/app/views/jobs/edit.html.erb
       @@ -1,24 +0,0 @@
       -<h1 class='title'>Modify Job</h1>
       -
       -<%= form_for(@job) do |f| %>
       -  <%= f.error_messages %>
       -
       -  <p>
       -    <%= f.label :range %><br />
       -    <%= f.text_area :range, :size => "35x5" %>
       -  </p>
       -  <p>
       -    <%= f.label :seconds %><br />
       -    <%= f.text_field :seconds %>
       -  </p>
       -  <p>
       -    <%= f.label :lines %><br />
       -    <%= f.text_field :lines %>
       -  </p>
       -  <p>
       -    <%= f.submit "Update" %>
       -  </p>
       -<% end %>
       -
       -<%= link_to 'Show', @job %> |
       -<%= link_to 'Back', jobs_path %>
 (DIR) diff --git a/app/views/jobs/index.html.erb b/app/views/jobs/index.html.erb
 (DIR) diff --git a/app/views/jobs/new.html.erb b/app/views/jobs/new.html.erb
 (DIR) diff --git a/app/views/jobs/run.html.erb b/app/views/jobs/run.html.erb
 (DIR) diff --git a/app/views/jobs/view_results.html.erb b/app/views/jobs/view_results.html.erb
 (DIR) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
 (DIR) diff --git a/app/views/projects/edit.html.erb b/app/views/projects/edit.html.erb
 (DIR) diff --git a/app/views/projects/new.html.erb b/app/views/projects/new.html.erb
 (DIR) diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb
 (DIR) diff --git a/app/views/providers/edit.html.erb b/app/views/providers/edit.html.erb
 (DIR) diff --git a/app/views/providers/index.html.erb b/app/views/providers/index.html.erb
 (DIR) diff --git a/app/views/providers/new.html.erb b/app/views/providers/new.html.erb
 (DIR) diff --git a/app/views/shared/_footer.html.erb b/app/views/shared/_footer.html.erb
 (DIR) diff --git a/app/views/shared/_header.html.erb b/app/views/shared/_header.html.erb
 (DIR) diff --git a/app/views/shared/graphs/_call_results.html.erb b/app/views/shared/graphs/_call_results.html.erb
 (DIR) diff --git a/app/views/shared/graphs/_lines_by_type.html.erb b/app/views/shared/graphs/_lines_by_type.html.erb