FP -Fix pop3 Capabilities
parent
5d5f1e4b13
commit
34c982df5b
|
@ -22,20 +22,25 @@ javascript:
|
|||
conn.Send(data);
|
||||
let result = conn.RecvString();
|
||||
let cleanedData = result.replace(/\+OK Dovecot ready\.\r\n\+OK|\r\n|\s/g, " ");
|
||||
Export(cleanedData)
|
||||
console.log(Export(cleanedData))
|
||||
|
||||
args:
|
||||
Host: "{{Host}}"
|
||||
Port: 110
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "success == true"
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "HTTP/1.1"
|
||||
negative: true
|
||||
|
||||
extractors:
|
||||
- type: dsl
|
||||
name:
|
||||
dsl:
|
||||
- response
|
||||
# digest: 4a0a00473045022023fdf02eaf003d815ef4429196c1583212d1b0f060a0601b7bd69ffa53c6b45f02210081bf792016477fda15d4ef7e6c45f38e5a364c1193d8273048bdacc7468b594f:922c64590222798bb761d5b6d8e72950
|
Loading…
Reference in New Issue