Skip to content
New issue

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

WAF Detection (waf-detect:securesphere) found on https://api-rof-bd.herokuapp.com/api #134

Open
github-actions bot opened this issue Jun 18, 2022 · 0 comments
Assignees

Comments

@github-actions
Copy link

Details: waf-detect:securesphere matched at https://api-rof-bd.herokuapp.com/api

Protocol: HTTP

Full URL: https://api-rof-bd.herokuapp.com/api/

Timestamp: Sat Jun 18 18:53:32 +0000 UTC 2022

Template Information

Key Value
Name WAF Detection
Authors dwisiswant0, lu4nx
Tags waf, tech, misc
Severity info
Description A web application firewall was detected.
CWE-ID CWE-200
CVSS-Score 0.00

Request

POST /api/ HTTP/1.1
Host: api-rof-bd.herokuapp.com
User-Agent: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36
Connection: close
Content-Length: 27
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip

_=<script>alert(1)</script>

Response

HTTP/1.1 404 Not Found
Connection: close
Content-Length: 144
Content-Security-Policy: default-src 'none'
Content-Type: text/html; charset=utf-8
Date: Sat, 18 Jun 2022 18:53:32 GMT
Server: Cowboy
Via: 1.1 vegur
X-Content-Type-Options: nosniff
X-Powered-By: Express
X-Ratelimit-Limit: 100
X-Ratelimit-Remaining: 7
X-Ratelimit-Reset: 1656075813

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot POST /api/</pre>
</body>
</html>

References:

CURL Command

curl -X 'POST' -d '_=<script>alert(1)</script>' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Host: api-rof-bd.herokuapp.com' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36' 'https://api-rof-bd.herokuapp.com/api/'

Generated by Nuclei 2.7.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant