Skip to content

Commit

Permalink
Add NTOSpider connector to Gemfile.plugins template
Browse files Browse the repository at this point in the history
  • Loading branch information
etdsoft committed Aug 5, 2015
1 parent 093046c commit 3c2881d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile.plugins.template
Expand Up @@ -84,6 +84,11 @@ if Dir.exists?('../dradis-nmap') && !ENV['PACKAGING']
else
gem 'dradis-nmap', github: 'dradis/dradis-nmap'
end
if Dir.exists?('../dradis-ntospider') && !ENV['PACKAGING']
gem 'dradis-ntospider', path: '../dradis-ntospider'
else
gem 'dradis-ntospider', github: 'dradis/dradis-ntospider'
end
if Dir.exists?('../dradis-openvas') && !ENV['PACKAGING']
gem 'dradis-openvas', path: '../dradis-openvas'
else
Expand Down

0 comments on commit 3c2881d

Please sign in to comment.