Digital Paint Discussion Board

Development => Bugs, Feature Requests, and Feedback => Topic started by: not_payl_obviously on December 15, 2013, 12:51:40 PM

Title: [Bug] Screenshots being sent online automatically
Post by: not_payl_obviously on December 15, 2013, 12:51:40 PM
There is bug in anticheat library, which makes game send screenshots online each time you take screenshot name starting with x. This is related to anticheat screenshot system, but I found that this is privacy problem, so Jitspoe please add something to prevent sending screenshots created by user. Possibly ekhm, renaming commands would help.

EDIT due to confusion:
Below is description of problem:
Jitspoe anticheat monitors for command screenshot that can be issued both by server and client (locally too), and if it starts with x, anticheat tries to change path by following rule: Characters: slash,backslash and space are replaced by underscore (I think I know why this rule was made, but it's not "internals of screenshot system", it's bug report), then game tries to send that file to dplogin.com.
Title: Re: [Bug] Screenshots being sent online automatically
Post by: Clipz on December 15, 2013, 01:00:30 PM
This is not a bug sir.
Title: Re: [Bug] Screenshots being sent online automatically
Post by: not_payl_obviously on December 15, 2013, 01:07:13 PM
This is not a bug sir.
Any screenshot name that starts with x is sent, only screenshots taken by anticheat should be sent.
Don't worry Clipz, I bet I know screenshot system better than you :) .
Title: Re: [Bug] Screenshots being sent online automatically
Post by: T3RR0R15T on December 15, 2013, 01:30:31 PM
It's a feature, not a bug :)
Title: Re: [Bug] Screenshots being sent online automatically
Post by: not_payl_obviously on December 15, 2013, 01:38:34 PM
It's a feature, not a bug :)
So we should treat anticheat as privacy and possibly security hole? Then I believe I should publish fix for anticheat so you won't leak information.
I'm still waiting for jitspoe opinion on this, but if it won't be fixed, and is not mentioned anywhere, I'll treat testw.dat as dangerous file and will work on patch to disable systems that can leak your information...
Title: Re: [Bug] Screenshots being sent online automatically
Post by: jitspoe on December 15, 2013, 07:31:25 PM
So we should treat anticheat as privacy and possibly security hole? Then I believe I should publish fix for anticheat so you won't leak information.
I'm still waiting for jitspoe opinion on this, but if it won't be fixed, and is not mentioned anywhere, I'll treat testw.dat as dangerous file and will work on patch to disable systems that can leak your information...
What information is leaked?  Your score?  What team you're on?  What "private" "information" are you worried about "leaking" in the case where you very deliberately take screenshots in such a manner that they will be uploaded to a private location that only the dplogin server admin has access to?
Title: Re: [Bug] Screenshots being sent online automatically
Post by: Rick on December 15, 2013, 08:38:01 PM
Any screenshot name that starts with x is sent, only screenshots taken by anticheat should be sent.
Don't worry Clipz, I bet I know screenshot system better than you :) .
So you're saying that if you type "screenshot x_testpayl" that that screenshot will be uploaded? Rather than only when using the "top secret committee screenshot bind"?

**Not sure if I'm the only one that got what he is saying or if I'm the only one that took it too far**
Title: Re: [Bug] Screenshots being sent online automatically
Post by: FusSioN on December 15, 2013, 10:13:14 PM
Who would name demos starting with an X? Yeah I know the answer, YOU.

And yeah, it is a feature.
Title: Re: [Bug] Screenshots being sent online automatically
Post by: Rick on December 15, 2013, 10:58:05 PM
Who would name demos starting with an X? Yeah I know the answer, YOU.

And yeah, it is a feature.
Seeing as we are all talking about screenshots that start with x, who are you saying that to? You seem to have a lot of useless posts on the forums; you don't need to be a part of every discussion, especially when you just come in and say "And yeah, it's a feature" or when you criticize something that you know nothing about.
Title: Re: [Bug] Screenshots being sent online automatically
Post by: Toxiic on December 15, 2013, 11:04:18 PM
Seeing as we are all talking about screenshots that start with x, who are you saying that to? You seem to have a lot of useless posts on the forums; you don't need to be a part of every discussion, especially when you just come in and say "And yeah, it's a feature".
what payl is saying is( google translate=OP) is that, when you put "X" infront of the screenshots (don't know about demos), it is sent to online file or location( most likely dp), that is viewable to admin of dp or to some online location.
Title: Re: [Bug] Screenshots being sent online automatically
Post by: FusSioN on December 15, 2013, 11:14:33 PM
Seeing as we are all talking about screenshots that start with x, who are you saying that to? You seem to have a lot of useless posts on the forums; you don't need to be a part of every discussion, especially when you just come in and say "And yeah, it's a feature" or when you criticize something that you know nothing about.
Well, sorry about that.
Title: Re: [Bug] Screenshots being sent online automatically
Post by: Rick on December 15, 2013, 11:42:27 PM
what payl is saying is( google translate=OP) is that, when you put "X" infront of the screenshots (don't know about demos), it is sent to online file or location( most likely dp), that is viewable to admin of dp or to some online location.
Oh, okay :) From the original post he says "...each time you take screenshot name starting with x...", which is why I thought it was when you took the screenshot, not when you rename it. So I guess the rest of my post below...
So you're saying that if you type "screenshot x_testpayl" that that screenshot will be uploaded? Rather than only when using the "top secret committee screenshot bind"?

**Not sure if I'm the only one that got what he is saying or if I'm the only one that took it too far**
is right :D
Title: Re: [Bug] Screenshots being sent online automatically
Post by: not_payl_obviously on December 16, 2013, 10:12:45 AM
What information is leaked?  Your score?  What team you're on?  What "private" "information" are you worried about "leaking" in the case where you very deliberately take screenshots in such a manner that they will be uploaded to a private location that only the dplogin server admin has access to?
It's not really serious leak of information, but still screenshots I take are mine, and shouldn't be uploaded to remote location without my permission or knowledge. You are right, I might be overreacting with leaking of private information, but still it's a problem.
Functions of anticheat shouldn't affect normal operation of client, that's how it should work. Possibly worst thing of this that it is hidden, not mentioned anywhere and I'm only to publish how it works.
About making it work this way: I was reverse engineering your anticheat and came across this so I made few tests to see how upload works and discovered that check who issued command is insufficient. While screenshots I took are not leak of information as I knew it will be uploaded, not everyone is running with debugger and proxy library to monitor your anticheat.
So you're saying that if you type "screenshot x_testpayl" that that screenshot will be uploaded? Rather than only when using the "top secret committee screenshot bind"?

**Not sure if I'm the only one that got what he is saying or if I'm the only one that took it too far**
Yes, that screenshot will be uploaded if your anticheat is active. There are however few rules how anticheat tries to upload this file.

Below is description of problem:
Jitspoe anticheat monitors for command screenshot that can be issued both by server and client (locally too), and if it starts with x, anticheat tries to change path by following rule: Characters: slash,backslash and space are replaced by underscore (I think I know why this rule was made, but it's not "internals of screenshot system", it's bug report), then game tries to send that file to dplogin.com.
I believe it's shortcut taken when developing screenshot system, but it's wrong assumption that all screenshots named with x leading are taken automatically.

Quote
Rather than only when using the "top secret committee screenshot bind"?
Let's say that your "top secret committee commands" are well known by some people that can use debugger.
Title: Re: [Bug] Screenshots being sent online automatically
Post by: pvtjimmy on December 16, 2013, 12:28:45 PM
It's not really serious leak of information, but still screenshots I take are mine, and shouldn't be uploaded to remote location without my permission or knowledge. You are right, I might be overreacting with leaking of private information, but still it's a problem.

If you were good, you would know how the systems truly works. Please continue looking for the truth, as your current assumptions are not correct.
Title: Re: [Bug] Screenshots being sent online automatically
Post by: jitspoe on December 16, 2013, 12:30:37 PM
Payl, what is your intention here?  You know full well that this is a non-issue.  Nobody has ever accidentally uploaded a screenshot through this system, and it's not like something horrible would happen if they did.  What good does bringing this to everybody's attention do?  Is this just a troll?  Are you looking for an outlet to display your assembly-reading abilities?  Are you just trying to waste my time (despite complaining that I don't complete enough features/bug fixes)?

I don't really get it.  What are you contributing by posting this?
Title: Re: [Bug] Screenshots being sent online automatically
Post by: not_payl_obviously on December 16, 2013, 01:07:23 PM
Payl, what is your intention here?
Reporting this bug so I see it fixed.

Quote
You know full well that this is a non-issue.
I believe it's a bug and your mistake. I think it's an issue.

Quote
Are you looking for an outlet to display your assembly-reading abilities?
No, but those are useful. I think we all know by now that I can do it.

Quote
Are you just trying to waste my time (despite complaining that I don't complete enough features/bug fixes)?
Again: No. I believe fix should be simple (i.e. replace X with nonascii character and then change it clientside). I know you are busy person Jitspoe, usually what I mean (with "complaining") is you don't let others help you (or: you don't seek help), not do not enough (I'm always surprised you continue to work on this game).
I still believe it's a bug in your anticheat jitspoe, probably you believed you found good way to do it, and it's kinda good way, but please take more precautions before sending screenshots online.
I do believe there shouldn't be way of accidentally uploading screenshot, so I gave you example what easy fix for this is, this shouldn't waste much of your precious time.
I would fix it for you, but you never were open to help in your anticheat.

Quote
What are you contributing by posting this?
Not much, but I still believe even simple bug should be fixed.
As a side note here: When looking on your anticheat it's easy to detect what's new and what's old: Old stuff was written with all cases in mind, new stuff is often less fool-proof, at least from what I see.
Title: Re: [Bug] Screenshots being sent online automatically
Post by: Cameron on December 17, 2013, 04:56:16 AM
I'm always surprised you continue to work on this game
I'm always surprised you continue to waste your time doing all of this and complaining about it.
Title: Re: [Bug] Screenshots being sent online automatically
Post by: not_payl_obviously on December 17, 2013, 07:17:29 AM
I'm always surprised you continue to waste your time doing all of this and complaining about it.
What I do is my problem, but you must be surprised that you yourself whine about me complaining.

We don't need such discussions here, please don't post unless you have ontopic information.
Title: Re: [Bug] Screenshots being sent online automatically
Post by: Cameron on December 17, 2013, 06:58:51 PM
What I do is my problem, but you must be surprised that you yourself whine about me complaining.

We don't need such discussions here, please don't post unless you have ontopic information.
Alright then, lets have a constructive conversation and see where it gets us.

To help me understand your problem with this feature, which of the following are you worried about?
 - the fact that any screenshot taken by the user starting with x gets sent to a private server
 - the fact that screenshots can be taken by selective people who believe you are cheating and sent to a private server for analysis
 - the fact that screenshots get sent without your permission full stop to a private server
Title: Re: [Bug] Screenshots being sent online automatically
Post by: not_payl_obviously on December 17, 2013, 08:09:24 PM
Alright then, lets have a constructive conversation and see where it gets us.

To help me understand your problem with this feature, which of the following are you worried about?
 - the fact that any screenshot taken by the user starting with x gets sent to a private server
 - the fact that screenshots can be taken by selective people who believe you are cheating and sent to a private server for analysis
 - the fact that screenshots get sent without your permission full stop to a private server
First one, second one is normal, third I don't fully understand: what you mean with "full stop" here?

I already said how it should look: anticheat operation shouldn't affect your game functions. And now it messes up with game (in fact: game was also modified in process: when you shot screenshot with X leading, you don't get "Wrote" message). It was done wrong on many points, which resulted in this simple yet problematic situation. However quite simple patch can be made to fix this, and it shouldn't take too much of jitspoe time.

And let's for a while talk about "screenshots can be taken by selective people" - let's put this straight: JitSecurity is myth. There is no thing called "protection" in jitspoe anticheat. To be fully honest: Jitspoe should take lessons from PAC. I know that he doesn't have time to do everything he would like to, but there is difference in making something and adding something done. That's just a side note, we don't need to talk about this again, many things were said, fact is that only me and Jitspoe really can say anything here (and Jitspoe isn't really talkative). So please don't bring up this topic, most of you don't have knowledge here :) .

BTW. In time I wrote this post Jitspoe could patch his anticheat to prevent behavior I mentioned.
Title: Re: [Bug] Screenshots being sent online automatically
Post by: Cameron on December 17, 2013, 09:05:37 PM
what you mean with "full stop" here?
Meaning that you don't like the idea that your screenshots are being sent for any reason.  Now I understand why you see a bug to this, but honestly, there's not many people that will actually go to the trouble naming their screenshots in game, especially ones starting with x.

we don't need to talk about this again, many things were said, fact is that only me and Jitspoe really can say anything here (and Jitspoe isn't really talkative)
You have to be more specific here about what only you two can talk about, you could be referring to many things, if not the whole topic.
Title: Re: [Bug] Screenshots being sent online automatically
Post by: Clipz on December 17, 2013, 09:52:02 PM
Payl, if you don't like how things are around here there are plenty of other gaming communities you can be a pain in the ass in. Stop wasting everyone's time here. I honestly don't see much that you have done besides always cry about things. Throw a tantrum when it doesn't go your way.

If you think what jitspoe has done is so bad then go create your own game. I'm not taking shots or trying to troll you or rage on you. I just wish you would stop being so annoying and troll everything all the god darn time. Yeah I take shots at you alot and alot of people enjoy the humor. Clearly we dont care for eachother but seriously grow up man. Let jitspoe do as he pleases, this is his game it operates the way he desires. If you cant live with it then stop playing it.

Yes before you say it I know i do have a short temper as well, mainly just with you though. The difference between you and myself is I have contributed to this game when you dont at all.
Title: Re: [Bug] Screenshots being sent online automatically
Post by: luckmore on December 18, 2013, 04:32:25 AM
Is it that hard to ignore someone?
Title: Re: [Bug] Screenshots being sent online automatically
Post by: Rick on December 18, 2013, 05:14:03 AM
Is it that hard to ignore someone?
Title: Re: [Bug] Screenshots being sent online automatically
Post by: not_payl_obviously on December 18, 2013, 08:53:34 AM
You have to be more specific here about what only you two can talk about, you could be referring to many things, if not the whole topic.
Only me and Jitspoe know how PAC and testw are designed, know whole story etc. etc.
I believe I'm only person to know both testw and PAC deeply enough to know their security. Jitspoe on the other hand probably know why he didn't want this included (I have suspicions, but nothing beyond that). Possibly no one beyond two of us know any details.

[bla bla bla]
This isn't "psychological support for Clipz" thread I'm afraid. If anyone other than me is worried about Clipz, we should consider such thread.

Is it that hard to ignore someone?
For Clipz this thing is beyond his capabilities.
Title: Re: [Bug] Screenshots being sent online automatically
Post by: Blitz on January 10, 2014, 03:02:48 AM
You'sa post'n a troll thread...