Skip to content

Commit

Permalink
Added IKE Aggressive Mode scanner.
Browse files Browse the repository at this point in the history
  • Loading branch information
altjx committed Jun 20, 2015
1 parent cb68d6d commit aab0558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ike-aggressive-scanner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def start_scanning(filename)
end

# Stdout.
table = Terminal::Table.new :title => "IKE Aggressive Mode Scanner - Alton Johnson (alton.xj@gmail.com)",
table = Terminal::Table.new :title => "IKE Aggressive Mode Scanner - Alton Johnson (alton.jx@gmail.com)",
:headings => ['IP Address','Status', 'Saved file to'], :rows => results

puts table
Expand Down

0 comments on commit aab0558

Please sign in to comment.