This repository was archived by the owner on May 3, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +18
-21
lines changed Expand file tree Collapse file tree 5 files changed +18
-21
lines changed Original file line number Diff line number Diff line change 1
- FROM ruby:2.3 .3
1
+ FROM ruby:2.6 .3
2
2
MAINTAINER Serpico
3
3
4
4
ENV SRP_ROOT /Serpico
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- ruby "2.3 .3"
3
+ ruby "2.6 .3"
4
4
5
5
gem 'sinatra'
6
6
gem 'haml'
7
7
gem 'rubyzip'
8
8
gem 'net-ldap' , '~> 0.11'
9
9
gem 'json'
10
- gem 'nokogiri' , '1.8.1'
10
+ gem 'nokogiri'
11
11
gem 'do_sqlite3' , '0.10.17'
12
12
gem 'data_mapper' , '1.2.0'
13
13
gem 'dm-sqlite-adapter' , '1.2.0'
14
14
gem 'msfrpc-client' , '1.1.1'
15
15
gem 'odle'
16
- gem 'rack' , '2.0.3'
16
+ gem 'rack'
17
17
18
18
Original file line number Diff line number Diff line change 64
64
json (1.8.6 )
65
65
json_pure (1.8.6 )
66
66
metasm (1.0.4 )
67
- mini_portile2 (2.3 .0 )
67
+ mini_portile2 (2.4 .0 )
68
68
msfrpc-client (1.1.1 )
69
69
msgpack (~> 1 )
70
70
rex (~> 2 )
71
- msgpack (1.3.1 )
71
+ msgpack (1.3.3 )
72
72
multi_json (1.14.1 )
73
73
mustermann (1.1.1 )
74
74
ruby2_keywords (~> 0.0.1 )
75
75
net-ldap (0.16.2 )
76
- nokogiri (1.8.1 )
77
- mini_portile2 (~> 2.3 .0 )
76
+ nokogiri (1.10.7 )
77
+ mini_portile2 (~> 2.4 .0 )
78
78
odle (0.0.8 )
79
79
public_suffix (4.0.3 )
80
- rack (2.0.3 )
80
+ rack (2.1.2 )
81
81
rack-protection (2.0.8.1 )
82
82
rack
83
83
rb-readline (0.5.5 )
91
91
robots
92
92
rkelly-remix (0.0.7 )
93
93
robots (0.10.1 )
94
- ruby2_keywords (0.0.1 )
95
- rubyzip (1.3 .0 )
94
+ ruby2_keywords (0.0.2 )
95
+ rubyzip (2.2 .0 )
96
96
sinatra (2.0.8.1 )
97
97
mustermann (~> 1.0 )
98
98
rack (~> 2.0 )
@@ -114,14 +114,14 @@ DEPENDENCIES
114
114
json
115
115
msfrpc-client (= 1.1.1 )
116
116
net-ldap (~> 0.11 )
117
- nokogiri ( = 1.8.1 )
117
+ nokogiri
118
118
odle
119
- rack ( = 2.0.3 )
119
+ rack
120
120
rubyzip
121
121
sinatra
122
122
123
123
RUBY VERSION
124
- ruby 2.3.3p222
124
+ ruby 2.6.3p62
125
125
126
126
BUNDLED WITH
127
- 1.17.1
127
+ 1.17.2
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ apt-get install -y libssl1.0-dev
28
28
rvm get master
29
29
30
30
# Install and use Ruby 2.1.5, the version used by Serpico
31
- rvm install 2.3 .3
31
+ rvm install 2.6 .3
32
32
33
33
source /etc/profile.d/rvm.sh
34
- rvm use 2.3 .3
34
+ rvm use 2.6 .3
35
35
36
36
# Serpico Dependencies
37
37
apt-get -y install libsqlite3-dev libxslt-dev libxml2-dev zlib1g-dev gcc
@@ -42,9 +42,6 @@ cd /opt/Serpico-Dev/
42
42
43
43
gem install bundler
44
44
45
- # The Gemfile has an issue during installation, run the below to preemptively resolve it
46
- gem install msfrpc-client -v 1.0.3
47
-
48
45
bundle install
49
46
50
47
# Initialize the findings database
Original file line number Diff line number Diff line change 14
14
15
15
%form { :method => " post" , :action => " /report/#{ @report .id} /import_scan_data" , :enctype => " multipart/form-data" }
16
16
.form-group.row
17
- %label.col-lg-2.col-form-label{ :for => " auth_type" } Authorization Type
17
+ %label.col-lg-2.col-form-label{ :for => " auth_type" } Data Type
18
18
.col-lg-4
19
19
%select#type.custom-select{ :name => " type" }
20
20
- %w[\ Nessus BurpV1 Metasploit NMap].each do |type|
You can’t perform that action at this time.
0 commit comments