File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed
Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 33RSpec . describe 'LDAP modules' do
44 include_context 'wait_for_expect'
55
6- RHOST_REGEX = /\d +\. \d +\. \d +\. \d +:\d +/
7-
86 tests = {
97 ldap : {
108 target : {
Original file line number Diff line number Diff line change 33RSpec . describe 'MySQL sessions and MySQL modules' do
44 include_context 'wait_for_expect'
55
6- RHOST_REGEX = /\d +\. \d +\. \d +\. \d +:\d +/
7-
86 tests = {
97 mysql : {
108 target : {
4947 lines : {
5048 all : {
5149 required : [
52- /#{ RHOST_REGEX } is running MySQL \d +.\d +.*/
50+ /\d + \. \d + \. \d + \. \d +: \d + is running MySQL \d +.\d +.*/
5351 ]
5452 } ,
5553 }
Original file line number Diff line number Diff line change 33RSpec . describe 'SMB sessions and SMB modules' do
44 include_context 'wait_for_expect'
55
6- RHOST_REGEX = /\d +\. \d +\. \d +\. \d +:\d +/
7-
86 tests = {
97 smb : {
108 target : {
You can’t perform that action at this time.
0 commit comments