Autumn
About 97 wordsLess than 1 minute
2024-06-04
Tips
Keywords need to be enclosed in double quotes
Operator | Meaning |
---|---|
= | Match, indicating that the query contains keyword assets. |
!= | Eliminate means to eliminate assets containing keywords. |
== | Exact matching means querying only keyword assets. |
&& | and conditions |
|| | or condition |
() | The content in brackets has the highest priority |
Keywords | Example | Expla |
---|---|---|
ip | ip="192.168.2.1" | Retrieve IP |
domain | domain="example.com" | Retrieve domain |
type | type="CNAME" | Retrieve record type |
value | value="allcdn.example.com" | searchHelp.subdoaminValue |
project | project="Hackerone" | Retrieve by project name |