Author

Topic: Does bitcointalk use JavaScript? (Read 462 times)

legendary
Activity: 1232
Merit: 1030
give me your cryptos
October 06, 2016, 06:03:55 AM
#5
The forum actually uses some JavaScript for Ajax functionality.
You can read it here. And I think, the forum is built on open source forum tool named PHPBB. jQuery is not been used though. There is a function in that to post data to server in javascript.

The forum is secured for Injections
They even check HTTP referrer to process any data received
They have good session management.

Recently someone tried d-DOS to take server down, in vain, ROFL. I think it'd be pretty hard to do anything stupid on application layer. Try on network layer. And remember, they're running on one of the safest Operating System FreeBSD 6.2 OS. And only 2 ports are opened to public access, Port 80(HTTP) and 443(HTTPS) with nginx server. And they're not vulnerable for  SSL Heartbleed too.

Anyway, Good luck. Happy Hunting!

Thanks. I contacted Theymos a little while ago and he confirmed that there was JavaScript, however there is no way to change or edit that without having access to the server, so no traditional XSS attacks can be preformed.

The site's locked down pretty tight. There however still are still attacks I could think of that require the site's intervention to succeed, but theres no way to prevent it, as the site performing normally is what drives the attack.
full member
Activity: 224
Merit: 100
October 06, 2016, 05:45:37 AM
#4
The forum actually uses some JavaScript for Ajax functionality.
You can read it here. And I think, the forum is built on open source forum tool named PHPBB. jQuery is not been used though. There is a function in that to post data to server in javascript.

The forum is secured for Injections
They even check HTTP referrer to process any data received
They have good session management.

Recently someone tried d-DOS to take server down, in vain, ROFL. I think it'd be pretty hard to do anything stupid on application layer. Try on network layer. And remember, they're running on one of the safest Operating System FreeBSD 6.2 OS. And only 2 ports are opened to public access, Port 80(HTTP) and 443(HTTPS) with nginx server. And they're not vulnerable for  SSL Heartbleed too.

Anyway, Good luck. Happy Hunting!
legendary
Activity: 1232
Merit: 1030
give me your cryptos
October 05, 2016, 09:17:01 PM
#3
AFAICT, no JS here. If you can't tell that the forum doesn't use JS, how do you even plan on getting a security bounty?

I never confirmed I was trying to get it Wink

Obviously an XSS attack wouldn't work, because you can't implement JS into a post. Just thinking whether people would notice anything out of the ordinary if JavaScript was turned on/off.
staff
Activity: 3374
Merit: 6530
Just writing some code
October 05, 2016, 09:11:40 PM
#2
AFAICT, no JS here. If you can't tell that the forum doesn't use JS, how do you even plan on getting a security bounty?
legendary
Activity: 1232
Merit: 1030
give me your cryptos
October 05, 2016, 09:07:55 PM
#1
I may be thinking about that sweet security bounty, maybe not Smiley

Just wanted to know if the forum used JavaScript, or is built on just PHP.
Jump to: