On this page

Asset Mapping

Autumn

About 139 wordsLess than 1 minute

2024-06-04

alt text

Syntax

Tips

Keywords need to be enclosed in double quotes

Operator

OperatorMeaning
=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

KeywordsExampleExpla
appapp="Nginx"Retrieve specified component
bodybody="bootstrap.min.css"Retrieve HTTP response body
headerheader="rememberMe"Retrieve HTTP request header
titletitle="admin console"Detect website title
statuscodestatuscode=="403"Retrieve response code, fuzzy search is not supported
iconicon="54256234"Retrieve by website icon hash
ipip="192.168.2.1"Retrieve IP
portport="3306"Retrieve port
domaindomain="example.com"Retrieve domain
projectproject="Hackerone"Retrieve by project name