Introduction
Introduction Statistics Contact Development Disclaimer Help
Permissions swizzle - warvox - VoIP based wardialing tool, forked from rapid7/w…
Log
Files
Refs
README
---
commit 53c77e1db5c7a9bcd4f0dee8cff79cfe0efb09a8
parent 6069c70a7796461ccfccd692329f44e93e8d15e0
Author: HD Moore <[email protected]>
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(-)
---
diff --git a/app/assets/images/balloon.png b/app/assets/images/balloon.png
Binary files differ.
diff --git a/app/assets/images/bluefade.jpg b/app/assets/images/bluefade.jpg
Binary files differ.
diff --git a/app/assets/images/close.gif b/app/assets/images/close.gif
Binary files differ.
diff --git a/app/assets/images/left-round.png b/app/assets/images/left-round.png
Binary files differ.
diff --git a/app/assets/images/lightbox-blank.gif b/app/assets/images/lightbox-…
Binary files differ.
diff --git a/app/assets/images/lightbox-btn-close.gif b/app/assets/images/light…
Binary files differ.
diff --git a/app/assets/images/lightbox-btn-next.gif b/app/assets/images/lightb…
Binary files differ.
diff --git a/app/assets/images/lightbox-btn-prev.gif b/app/assets/images/lightb…
Binary files differ.
diff --git a/app/assets/images/lightbox-ico-loading.gif b/app/assets/images/lig…
Binary files differ.
diff --git a/app/assets/images/loading.gif b/app/assets/images/loading.gif
Binary files differ.
diff --git a/app/assets/images/logo.png b/app/assets/images/logo.png
Binary files differ.
diff --git a/app/assets/images/logo_raw.xcf b/app/assets/images/logo_raw.xcf
Binary files differ.
diff --git a/app/assets/images/musicplayer.swf b/app/assets/images/musicplayer.…
Binary files differ.
diff --git a/app/assets/images/overlay.png b/app/assets/images/overlay.png
Binary files differ.
diff --git a/app/assets/images/rails.png b/app/assets/images/rails.png
Binary files differ.
diff --git a/app/assets/images/right-round.png b/app/assets/images/right-round.…
Binary files differ.
diff --git a/app/assets/images/round_bot.png b/app/assets/images/round_bot.png
Binary files differ.
diff --git a/app/assets/images/round_top.png b/app/assets/images/round_top.png
Binary files differ.
diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/app…
diff --git a/app/assets/javascripts/highcharts.js b/app/assets/javascripts/high…
diff --git a/app/assets/javascripts/rails.js b/app/assets/javascripts/rails.js
diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/styleshee…
diff --git a/app/assets/stylesheets/jquery.lightbox-0.5.css b/app/assets/styles…
diff --git a/app/views/analyze/index.html.erb b/app/views/analyze/index.html.erb
diff --git a/app/views/analyze/show.html.erb b/app/views/analyze/show.html.erb
diff --git a/app/views/analyze/view.html.erb b/app/views/analyze/view.html.erb
diff --git a/app/views/analyze/view_matches.html.erb b/app/views/analyze/view_m…
diff --git a/app/views/calls/analyze.html.erb b/app/views/calls/analyze.html.erb
diff --git a/app/views/calls/edit.html.erb b/app/views/calls/edit.html.erb
diff --git a/app/views/calls/index.html.erb b/app/views/calls/index.html.erb
diff --git a/app/views/calls/new.html.erb b/app/views/calls/new.html.erb
diff --git a/app/views/calls/show.html.erb b/app/views/calls/show.html.erb
diff --git a/app/views/home/about.html.erb b/app/views/home/about.html.erb
diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb
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 %>
diff --git a/app/views/jobs/index.html.erb b/app/views/jobs/index.html.erb
diff --git a/app/views/jobs/new.html.erb b/app/views/jobs/new.html.erb
diff --git a/app/views/jobs/run.html.erb b/app/views/jobs/run.html.erb
diff --git a/app/views/jobs/view_results.html.erb b/app/views/jobs/view_results…
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/applica…
diff --git a/app/views/projects/edit.html.erb b/app/views/projects/edit.html.erb
diff --git a/app/views/projects/new.html.erb b/app/views/projects/new.html.erb
diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb
diff --git a/app/views/providers/edit.html.erb b/app/views/providers/edit.html.…
diff --git a/app/views/providers/index.html.erb b/app/views/providers/index.htm…
diff --git a/app/views/providers/new.html.erb b/app/views/providers/new.html.erb
diff --git a/app/views/shared/_footer.html.erb b/app/views/shared/_footer.html.…
diff --git a/app/views/shared/_header.html.erb b/app/views/shared/_header.html.…
diff --git a/app/views/shared/graphs/_call_results.html.erb b/app/views/shared/…
diff --git a/app/views/shared/graphs/_lines_by_type.html.erb b/app/views/shared…
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.