Pages:
Author

Topic: cryptsy (Read 32253 times)

hero member
Activity: 675
Merit: 504
March 24, 2016, 02:31:36 AM
#66
If you point me to the correct github I probably can compile this

Please read the full thread before you do... The original scripts had multiple SQL injection vulnerability's, and there was even some talk about backdoors and phone-home parts in the script (i never read the code, so i cannot verify this)
sql injection stuff is an easy fix
backdoors depending on how many files they got could be hard to find if you don't know what your looking for.
It's an easy fix, but very time consuming. I guess the best idear would be to rewrite all database calls to prepared statements, but this will take you a couple minutes every time there was a query executed in the script.

To find backdoors, you're right: somebody has to digg deep and really understand the inner workings of the script in order to properly fix everything.

https://github.com/crypto-maniac/Cryptsy-Clone is no longer available 404 error, is there anybody with this clone?

https://github.com/merelcoin/Cryptsy-Clone
Use it wisely, keep in mind: SQL injection, backdoor, phone-home . I just cloned it, didn't fix a single error!
sr. member
Activity: 392
Merit: 250
March 23, 2016, 05:18:25 PM
#65
https://github.com/crypto-maniac/Cryptsy-Clone is no longer available 404 error, is there anybody with this clone?
hero member
Activity: 896
Merit: 1000
March 18, 2016, 11:01:18 AM
#64
If you point me to the correct github I probably can compile this

Please read the full thread before you do... The original scripts had multiple SQL injection vulnerability's, and there was even some talk about backdoors and phone-home parts in the script (i never read the code, so i cannot verify this)
sql injection stuff is an easy fix
backdoors depending on how many files they got could be hard to find if you don't know what your looking for.
hero member
Activity: 840
Merit: 1000
March 18, 2016, 10:45:22 AM
#63
If you point me to the correct github I probably can compile this

Please read the full thread before you do... The original scripts had multiple SQL injection vulnerability's, and there was even some talk about backdoors and phone-home parts in the script (i never read the code, so i cannot verify this)
newbie
Activity: 12
Merit: 0
March 17, 2016, 05:56:59 AM
#62
If you point me to the correct github I probably can compile this
member
Activity: 86
Merit: 10
February 17, 2016, 12:38:40 PM
#61
Have some one compile this script? Is this still working?
sr. member
Activity: 462
Merit: 250
January 29, 2016, 12:53:11 PM
#60
I don't think Cryptsy still have an good name. Don't think also a cloned website will be trusted after all the troubles with Cryptsy.
+1 . Better redesign and rename it right now Cheesy
hero member
Activity: 840
Merit: 1000
January 29, 2016, 09:26:26 AM
#59
Is there any other clone alive? I wouldn't want to start an exchange, but i'd be interested in installing a copy on one of my machines at home, just to see if i'd get it running Smiley
hero member
Activity: 1036
Merit: 501
January 29, 2016, 09:21:47 AM
#58
I don't think Cryptsy still have an good name. Don't think also a cloned website will be trusted after all the troubles with Cryptsy.
newbie
Activity: 40
Merit: 0
January 29, 2016, 09:12:25 AM
#57
Interesting project you have going on here!

Must be a hell of an undertaking to write something like this script.
Did you just clone the front end and then have your friend do the back-end/engine?

I am going to look deeper into the code but so far doesn't look to terribly bad.
hero member
Activity: 1694
Merit: 505
$CYBERCASH METAVERSE
January 28, 2016, 06:58:34 PM
#56
anybody got the real source code ? please upload it Smiley we will be grateful to download it Smiley
newbie
Activity: 11
Merit: 0
January 27, 2016, 11:33:05 AM
#55
github link has been removed
any trust member send me via PM clean code without any callback to gov,fbi,log & other bullshits
sr. member
Activity: 434
Merit: 250
January 24, 2016, 11:46:28 AM
#54
Unfortunately the link given by the thread starter is dead, and reading through a couple pages back the code was somehow had a backdoor or something related to it?
I guess as much because that script worth a fortune and for someone to want to give it away for free is suspicious at least he needs to recover his money somehow.
member
Activity: 118
Merit: 100
A Programmer
January 24, 2016, 11:34:48 AM
#53
Unfortunately the link given by the thread starter is dead, and reading through a couple pages back the code was somehow had a backdoor or something related to it?
sr. member
Activity: 434
Merit: 250
January 24, 2016, 11:27:21 AM
#52
This without doubt is a good step in the right directions but what about the back doors and other hidden things that could make the website to be easy to attack.
tyz
legendary
Activity: 3346
Merit: 1530
January 23, 2016, 07:32:23 AM
#51
Thanks for sharing your opinion. I looked into the source code a while ago, but I have never run a instance of the exchange.
I planned to do but your writing helps me the get an better opinion about it.

I managed to get an instance running here on my localnet to play with, but it took a bit of butchering to even get it running at all.
I also managed to get at least the trollbox, and probably user voting to run as well.(haven't tried the user voting yet)
Within a couple days I'll begin to go through the scripts and other various files to get rid of the crypto-maniac.com "rewrite" specifics.
Maybe then once I'm certain everything works "ok", I'll setup a repository, and maybe then, "we" can both start working where crypto-maniac left off, and maybe even toss him a bit for his fine efforts, as this exchange is actually pretty cool, and very well featured compared to most of the other "open source" offerings available.

And I don't mean to sound nasty.....but it's almost pathetic that folks chose to lambast his fine efforts here at "hate central" rather than to step in and help.

Anyways to get the chatbox/trollbox running one has to run the chat server is a seperate proccess.

On Ubuntu you call it, using either a terminal on the server version or an xterm on the desktop version using:

Code:
sudo php -q /path/to/chat/server.php

member
Activity: 113
Merit: 10
January 23, 2016, 05:04:47 AM
#50
Forgot to mention, once the chat server is running, the chat client just kinda' automagically appears in the lower right hand corner of all user screens.
member
Activity: 113
Merit: 10
January 23, 2016, 04:53:13 AM
#49
I managed to get an instance running here on my localnet to play with, but it took a bit of butchering to even get it running at all.
I also managed to get at least the trollbox, and probably user voting to run as well.(haven't tried the user voting yet)
Within a couple days I'll begin to go through the scripts and other various files to get rid of the crypto-maniac.com "rewrite" specifics.
Maybe then once I'm certain everything works "ok", I'll setup a repository, and maybe then, "we" can both start working where crypto-maniac left off, and maybe even toss him a bit for his fine efforts, as this exchange is actually pretty cool, and very well featured compared to most of the other "open source" offerings available.

And I don't mean to sound nasty.....but it's almost pathetic that folks chose to lambast his fine efforts here at "hate central" rather than to step in and help.

Anyways to get the chatbox/trollbox running one has to run the chat server is a seperate proccess.

On Ubuntu you call it, using either a terminal on the server version or an xterm on the desktop version using:

Code:
sudo php -q /path/to/chat/server.php
hero member
Activity: 896
Merit: 1000
October 04, 2015, 05:58:56 PM
#48
I would highly advise against using that source code in any production environment, none the less good on the creator for open sourcing it.

Aslong as its fixed and changed up nothing is wrong with using it.
Nothing in this source code can't be fixed im currently updating it to the latest version of php 5.6.14
full member
Activity: 140
Merit: 100
Nexious.com Admin
September 06, 2015, 03:34:06 AM
#47
I would highly advise against using that source code in any production environment, none the less good on the creator for open sourcing it.
Pages:
Jump to: