Skip to content

Commit

Permalink
removing bold for strong
Browse files Browse the repository at this point in the history
  • Loading branch information
kacole2 committed Aug 7, 2014
1 parent 1ee0ec4 commit 75429df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<%= render 'layouts/header' %>
<div class="container-fluid">
<!--[if IE]>
<center><b>Are you wondering why this site looks like garbage? <br>
<center><strong>Are you wondering why this site looks like garbage? <br>
It's because you are using Internet Explorer. <br>
Use a browser with standards, preferebly Firefox.</b></center>
Use a browser with standards, preferebly Firefox.</strong></center>
<![endif]-->
<center>
<div class="alert alert-warning alert-dismissable hide" style="width:400px">
Expand Down
2 changes: 1 addition & 1 deletion app/views/nmapfiles/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</p>
<p><ul>
<li>Type the following (Mac & Linux used may need 'sudo' for root): </li>
<dl><b>nmap -sS -O -v 192.168.10.* -oX output.xml</b></dl>
<dl><strong>nmap -sS -O -v 192.168.10.* -oX output.xml</strong></dl>
</p></ul>
<p>Executing this command will do a stealth scan against the entire 192.168.10.0/24 subnet and save the scan to output.xml. Change the .xml name if preferred.
The subnet style can be replaced with <a href="http://nmap.org/book/man-examples.html"><font color="18bc9c">different paramters</font></a>. The
Expand Down
2 changes: 1 addition & 1 deletion app/views/nmapfiles/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
</p>
<p><ul>
<li>Type the following (Mac & Linux used may need 'sudo' for root): </li>
<dl><b>nmap -sS -O -v 192.168.10.* -oX output.xml</b></dl>
<dl><strong>nmap -sS -O -v 192.168.10.* -oX output.xml</strong></dl>
</p></ul>
<p>Executing this command will do a stealth scan against the entire 192.168.10.0/24 subnet and save the scan to output.xml. Change the .xml name if preferred.
The subnet style can be replaced with <a href="http://nmap.org/book/man-examples.html"><font color="18bc9c">different paramters</font></a>. The
Expand Down
2 changes: 1 addition & 1 deletion app/views/static_pages/help.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
For Windows users: Open up a command (cmd)/DOS Window and change to the directory you installed Nmap into (cd "\Program Files (x86)\Nmap").
On Windows releases prior to Windows 7, specify \Program Files\Nmap instead. If you execute Nmap frequently, please <a href="http://nmap.org/book/inst-windows.html"><font color="18bc9c">read this</font></a>.
Type the following (Mac & Linux used may need 'sudo' for root):
<dl><b>nmap -sS -O -v 192.168.10.* -oX output.xml</b></dl>
<dl><strong>nmap -sS -O -v 192.168.10.* -oX output.xml</strong></dl>
Executing this command will do a stealth scan against the entire 192.168.10.0/24 subnet and save the scan to output.xml. Change the .xml name if preferred.
The subnet style can be replaced with <a href="http://nmap.org/book/man-examples.html"><font color="18bc9c">different paramters</font></a>. The
length of time will depend on the amount of hosts and the amount of open ports. Go grab a beer (or coffee). After the scan has completed, <a href="/nmapfiles/new"><font color="18bc9c">Upload the Nmap Scan XML</font></a>
Expand Down

0 comments on commit 75429df

Please sign in to comment.