Public Chat Web Application Source Code on GitHub
1–9 of 9 posts
Re: Public Chat Web Application Source Code on GitHub
#2Nice work! Some time age I worked on a similar project for a client but with much bigger scaling needs (300k+ concurrent connections). My client authorized me to publish the project with an open licence. It's available here if you want to take a look: https://github.com/geekuillaume/chatup
Re: Public Chat Web Application Source Code on GitHub
#3Interesting.
Someone somehow attempted to open a new tab with pornhub while I was in the demo chatroom. Nothing was visible in the chat itself.
Re: Public Chat Web Application Source Code on GitHub
#4Uhm, yeah it works but it's just a barebones chat using socket.io or am I missing something here?
Re: Public Chat Web Application Source Code on GitHub
#5It needs to sanitize the input text. Very important from security perspective.
Re: Public Chat Web Application Source Code on GitHub
#6Uhm, yeah it works but it's just a barebones chat using socket.io or am I missing something here?
Including no input/output sanitization which leads to XSS issues.
Re: Public Chat Web Application Source Code on GitHub
#7Interesting. Someone somehow attempted to open a new tab with pornhub while I was in the demo chatroom. Nothing was visible in the chat itself.
Re: Public Chat Web Application Source Code on GitHub
#8Uhm, yeah it works but it's just a barebones chat using socket.io or am I missing something here?
Including no input/output sanitization which leads to XSS issues.
I did something similar for a university project to show why input/output sanitization is so important. Very simple project (~100 lines iirc) but it did the job!
https://github.com/annnoo/websocket-chatxss
In my oppinion the most fun thing you can inject is the "Katamari"-Script: http://kathack.com/
Re: Public Chat Web Application Source Code on GitHub
#9open console. type this
setInterval(() => {$('.msg_send_btn').click()},50);