TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Roomchat – No signup instant custom chat rooms

19 pointsby nerdburnalmost 10 years ago

5 comments

mike-cardwellalmost 10 years ago
XSS by writing the message:<p><pre><code> &lt;i&lt;script&gt;&lt;&#x2F;script&gt;mg src=&quot;#&quot; onerror=&quot;alert(1)&quot;&gt; </code></pre> Just stripping out tags doesn&#x27;t work. Stripping out the script tags there simply ends up creating another new tag. You need to understand and implement proper escaping.
timebombalmost 10 years ago
Cool! Looks like HTML injection isn&#x27;t blocked whatsoever. With chat messages being loaded as people enter, it could lead to someone exploiting everyone that enters your site.
评论 #10013670 未加载
nerdburnalmost 10 years ago
We created this in Meteor.js, pretty fun. Great for short term chat rooms that don&#x27;t need a sign up. Would love feedback!
nauticalalmost 10 years ago
Please fix it : &lt;IMG SRC=# onmouseover=&quot;alert(&#x27;xxs&#x27;)&quot;&gt;
nauticalalmost 10 years ago
People ... It still has XSS issues ..