You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not really sure howto handle all special cases, but I noticed this while searching html-files and found several false positives within inline svg's.
FYI:
This is the regexp I'm using for finding IPV4 in bash (no cidr support)
Hi again :)
This is currently possible
ds -f sample.txt
output:
I'm not really sure howto handle all special cases, but I noticed this while searching html-files and found several false positives within inline svg's.
FYI:
This is the regexp I'm using for finding IPV4 in bash (no cidr support)
export IS_IP4='(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)'
..compared to the more simplified version here:
fd0bab1#diff-42cb6807ad74b3e201c5a7ca98b911c5fa08380e942be6e4ac5807f8377f87fcR299
The text was updated successfully, but these errors were encountered: