Merge pull request #7399 from projectdiscovery/princechaddha-patch-4
Update iis-internal-ip-disclosure.yamlpatch-1
commit
4789155f47
|
@ -30,6 +30,10 @@ http:
|
||||||
regex:
|
regex:
|
||||||
- '([0-9]{1,3}[\.]){3}[0-9]{1,3}'
|
- '([0-9]{1,3}[\.]){3}[0-9]{1,3}'
|
||||||
|
|
||||||
|
- type: dsl
|
||||||
|
dsl:
|
||||||
|
- ip != location
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 301
|
- 301
|
||||||
|
@ -39,4 +43,4 @@ http:
|
||||||
- type: regex
|
- type: regex
|
||||||
part: location
|
part: location
|
||||||
regex:
|
regex:
|
||||||
- '([0-9]{1,3}[\.]){3}[0-9]{1,3}'
|
- '([0-9]{1,3}[\.]){3}[0-9]{1,3}'
|
||||||
|
|
Loading…
Reference in New Issue