Merge pull request #47 from edoardottt/devel

Add IPv4 regex
This commit is contained in:
gilfoyle97
2022-03-30 11:44:06 +02:00
committed by GitHub
+5
View File
@@ -59,6 +59,11 @@ func GetInfoRegexes() []Info {
[]string{
`((172\.\d{1,3}\.\d{1,3}\.\d{1,3})|(192\.168\.\d{1,3}\.\d{1,3})|(10\.\d{1,3}\.\d{1,3}\.\d{1,3})|([fF][eE][89aAbBcCdDeEfF]::))`},
},
{
"IPv4 address",
[]string{
`(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]?)){3}`},
},
{
"Base64-encoded JSON",
[]string{