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
nuclei -u https://oa.sphchina.com/api/package_search -id weaver-checkserver-sqli
HTTP/1.1 200 OK Connection: close Content-Length: 62 Cache-Control: no-cache Content-Type: application/json; charset=utf-8 Date: Thu, 31 Oct 2024 13:24:43 GMT Expires: Thu, 01 Dec 1994 16:00:00 GMT Server: nginx Set-Cookie: route=bcb2674bf1bcc09bb4c7af61369aa97f; Path=/ Set-Cookie: __clusterSessionIDCookieName=f7d5ffc9-218c-4f0a-92bb-9b352431c230; path=/ Set-Cookie: __clusterSessionCookieName=E3D7F262DD88E49DCA8489743CDD2C5E; path=/ Set-Cookie: ecology_JSessionid=aaaVj6JgAubmLaEtrDbkz; path=/
{"msg":"登录信息超时","errorCode":"002","status":false}
it's differnet for goevaluate function treat " and \".
"contains(body, 'error\":\"system error') && !contains(body, 'securityIntercept')"
this dsl in goevaluate will be treat as
contains(body, 'error":"system error') && !contains(body, 'securityIntercept')
which is not correct since goevaluate would consider " as a Quote mark but not a character in string.
The text was updated successfully, but these errors were encountered:
DhiyaneshGeek
Successfully merging a pull request may close this issue.
Template IDs or paths
Environment
Steps To Reproduce
Relevant dumped responses
HTTP/1.1 200 OK
Connection: close
Content-Length: 62
Cache-Control: no-cache
Content-Type: application/json; charset=utf-8
Date: Thu, 31 Oct 2024 13:24:43 GMT
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Server: nginx
Set-Cookie: route=bcb2674bf1bcc09bb4c7af61369aa97f; Path=/
Set-Cookie: __clusterSessionIDCookieName=f7d5ffc9-218c-4f0a-92bb-9b352431c230; path=/
Set-Cookie: __clusterSessionCookieName=E3D7F262DD88E49DCA8489743CDD2C5E; path=/
Set-Cookie: ecology_JSessionid=aaaVj6JgAubmLaEtrDbkz; path=/
{"msg":"登录信息超时","errorCode":"002","status":false}
Anything else?
it's differnet for goevaluate function treat " and \".
this dsl in goevaluate will be treat as
which is not correct since goevaluate would consider " as a Quote mark but not a character in string.
The text was updated successfully, but these errors were encountered: