On this page

Vulnerabilities

Autumn

About 116 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
urlurl="http://example.com"Retrieve URL
vulnamevulname="nginxwebui-runcmd-rce"Retrieve vulnerability name
levellevel="infoRetrieve vuln level
matchedmatched="https://example.com"Retrieve matched content
requestrequest="cmd=whoami"Retrieve request content
responseresponse="root"Retrieve response content
projectproject="Hackerone"Retrieve by project name