Show HN: Newsboard – A Hacker News Clone
newsboard.robdelacruz.com
Show HN: Newsboard – A Hacker News Clone
1–10 of 19 posts
Re: Show HN: Newsboard – A Hacker News Clone
#2Re: Show HN: Newsboard – A Hacker News Clone
#3Looks neat and tidy. Is it open source?
Seems like the source
> newsboard - a bulletin board and bookmark sharing site (inspired by HackerNews)
Re: Show HN: Newsboard – A Hacker News Clone
#4Re: Show HN: Newsboard – A Hacker News Clone
#5Looks neat and tidy. Is it open source?
The first link on the demo is this - https://github.com/robdelacruz/newsboard Seems like the source > newsboard - a bulletin board and bookmark sharing site (inspired by HackerNews)
Re: Show HN: Newsboard – A Hacker News Clone
#6Re: Show HN: Newsboard – A Hacker News Clone
#7i think someone figured out how to include their own javascript inside the website i got two alert boxes when i opened the page.
Re: Show HN: Newsboard – A Hacker News Clone
#8- I can inject any JavaScript in Titles, Tags and possibly other locations.
- By manually changing the value of the `userid` cookie, I can log in as any user ("1" for admin). This also allows me to access the admin section of the website.
- It's highly recommended to enable "HttpOnly" for session cookies. (Secure and SameSite should also be more strict if the application allows it)
Other remarks:
- There should be a limit on the length of submission titles, these are close to infinite it seems.
Edit: It seems others are completely defacing the board by using these tricks. I just want you to know that it's not me.
Re: Show HN: Newsboard – A Hacker News Clone
#9Re: Show HN: Newsboard – A Hacker News Clone
#10Is the source for HN available?