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