Search found 1 match

by apawar
Mon Mar 11, 2019 10:08 pm
Forum: Nagios Log Server
Topic: Regex to find credentials in NLS
Replies: 1
Views: 416

Regex to find credentials in NLS

For string: ""keys\":{\"onlineID\":\"*****\",\"passcode\":\"*****\"}" I have created regex onlineId\":"[\w+]{1,12} for finding online ID & password, it is working fine over code writer & text parsing tool, but when I tried...