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
from nil
jav ascript:alert(1)'
[ Html Entity(&name) ]
javascript:alert(1)
[ Html Code(&#) ]
javascript:alert(1) javascript:alert(1)  javascript:alert(1);
[ Hex Code(&#X) ]
javascript:alert(1) javascript:alert('XSS')'
여기서 검증할만한 것들만 추리자. 다만 event handler, 각종 src, href에 들어가는걸 걸러내서 탐지하지 않는 이상 오탐이 엄청 많을거임..
event handler
src
href
The text was updated successfully, but these errors were encountered:
<a href=''>
<iframe src=''>
CallbackStringMatch
우선은 a 태그 기준으로 넣어놓고, 각각 인코딩 방법에서 디코딩되서 노출되는지는 파라미터 분석에서 처리하자
Sorry, something went wrong.
각각 reflection은 #60 여기서
cb3b70a
No branches or pull requests
from nil
[ Html Entity(&name) ]
[ Html Code(&#) ]
[ Hex Code(&#X) ]
여기서 검증할만한 것들만 추리자. 다만
event handler
, 각종src
,href
에 들어가는걸 걸러내서 탐지하지 않는 이상 오탐이 엄청 많을거임..The text was updated successfully, but these errors were encountered: