BurpSuite-Asset_Discover icon indicating copy to clipboard operation
BurpSuite-Asset_Discover copied to clipboard

fixed IP Address regex

Open theguly opened this issue 4 years ago • 0 comments

because this is a write-once-read-never, you could also use a regex like ((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?) at line 64

theguly avatar Oct 23 '20 09:10 theguly