regex update

patch-1
sandeep 2022-03-25 14:50:04 +05:30
parent d66e5a0d24
commit b8757fa29c
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ requests:
- type: word
part: body
words:
- "<TITLE>Cisco Systems Login</TITLE>"
- "Cisco Systems Login"
- type: status
status:
@ -29,4 +29,4 @@ requests:
- type: regex
group: 1
regex:
- '<script src="javascript\/translate\.js\?(.+)"><\/script>'
- '<script src="javascript\/translate\.js\?ver=(.+)"><\/script>'