| Fix up the about page, show the SOX path - warvox - VoIP based wardialing tool,… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 64de9b38015105cdf440fcb6c5bba5e660b8f66d | |
| parent 9b49aadb91747287f301d8e037c26308eb2f47c8 | |
| Author: HD Moore <[email protected]> | |
| Date: Sun, 1 May 2016 21:43:01 -0500 | |
| Fix up the about page, show the SOX path | |
| Diffstat: | |
| M app/views/home/about.html.erb | 16 ++++++++-------- | |
| 1 file changed, 8 insertions(+), 8 deletions(-) | |
| --- | |
| diff --git a/app/views/home/about.html.erb b/app/views/home/about.html.erb | |
| @@ -7,7 +7,7 @@ | |
| <b>WarVOX</b> is a product of <a href="http://www.rapid7.com/">Rapid7</a> and … | |
| free software. WarVOX is intended for legal security assessment, asset invento… | |
| and research purposes only. The latest version of WarVOX can be found in <i cl… | |
| -<a href="https://github.com/rapid7/warvox/"> https://github.com/rapid7/warvox/… | |
| +<a href="https://github.com/rapid7/warvox/"> https://github.com/rapid7/warvox/… | |
| </div> | |
| <div class="span3"> | |
| @@ -91,13 +91,6 @@ and research purposes only. The latest version of WarVOX can… | |
| <tr> | |
| <td> | |
| - Admin User | |
| - </td> | |
| - <td><%= WarVOX::Config.authentication_creds[0] %></td> | |
| -</tr> | |
| - | |
| -<tr> | |
| - <td> | |
| GNUPlot | |
| </td> | |
| <td><%= WarVOX::Config.tool_path('gnuplot') || "MISSING" %></td> | |
| @@ -119,6 +112,13 @@ and research purposes only. The latest version of WarVOX c… | |
| <tr> | |
| <td> | |
| + SOX | |
| + </td> | |
| + <td><%= WarVOX::Config.tool_path('sox') || "MISSING" %></td> | |
| +</tr> | |
| + | |
| +<tr> | |
| + <td> | |
| KissFFT | |
| </td> | |
| <td><%= @has_kissfft %></td> |