Posts that pandaking is monitoring
|
Jul 5, 2008
|
Topic: Cookie Stealing Scripts I think the best way to date is by implementing this on the userscript site :
|
|
Jul 5, 2008
|
Topic: Cookie Stealing Scripts How about a watch on the call to document.cookie to determine if cookie is being interacted with in any way shape or form? This would be vulnerable to a redefinition of the watch method. |
|
May 13, 2008
|
Topic: Cookie Stealing Scripts Hi, i got some problem it says windows isnt determined and document isnt determined anyone can help me plz!! |
|
May 6, 2008
|
Topic: Cookie Stealing Scripts If possible, the server can actually run a quick test of the code giving it random-ish values if it asks for DOM-related stuff, and if it gets a request for document.cookie, it flags the script as possible malware? I have no idea how much (or little?) bandwidth or server processing power that suggestion would require to use, so it would probably be an implausible solution... |
|
May 3, 2008
|
Topic: Cookie Stealing Scripts No OGame Tr Server Scripts..?? |
|
Apr 29, 2008
|
Topic: Cookie Stealing Scripts The fromCharCode is not the only way to build a string, I can do it with a simple strings concatenation "doc"+"ume"+"nt."+"coo"+"kie", or with an array ["doc","ume","nt.","coo","kie"].join("") and there are a lot of other ways much complicated and more obfuscated to create the string "document.cookie", but this is not the only way to access the cookies, look at the following code: for(var prop in document) if (prop.indexOf("coo")!=-1) { document[prop] }. |
|
Apr 28, 2008
|
Topic: Cookie Stealing Scripts Perhaps the uploading process can scan for the aforementioned keywords to detect cookie stealing, while also searching for shorturls and tinyurls; if such URLs are found, a notice can be displayed alerting people that the userscript links to unknown URLs and may thus contain hazardous code; and if the cookie stealing stuff is displayed, the script can be immediately blocked. As for stopping the charcode workaround, the userscript can search for charcode-related functions and scan them for the respective charcodes in addition to searching for the string "document.cookie"; it may also be necessary to search for any occurances of a coder storing a charcode function in a variable to avoid detection, e.x. (var avoidTheFilters = String.fromCharCode;). This, however, will fail to stop the following possible filter workaround: varname.scrapText.value=eval(String.fromCharCode(100,111,99)+String.fr So the following upload filters could be enacted to prevent cookie exploits, charcode-related vulnerabilities, and potential problems with URL-shortening services:
|
|
Apr 22, 2008
|
Topic: Cookie Stealing Scripts aaaa |
|
Mar 30, 2008
|
Topic: Cookie Stealing Scripts
what are you talking about? |
|
Mar 27, 2008
|
Topic: Cookie Stealing Scripts o_O I don't understand, this script is safe right? I was going to try and get in contact with the maker or someone of code knowledge because it doesn't work for videos using "/ep_gr.swf?v=" I have to remove "/ep_gr.swf" was thinking script should be able to do that but no idea what so ever how to script it. |
|
Mar 17, 2008
|
Topic: Cookie Stealing Scripts Hii ur scripts doesn't work at all.Only it says "Unlocked by Sergio..." goddamn bullshit!!! Neither i know how to uninstall the scripts in my Firefox browser ??!!?? |
|
Mar 17, 2008
|
Topic: Cookie Stealing Scripts Hii ur scripts doesn't work at all.Only it says "Unlocked by Sergip..." GodDamn bullshit!!! Neither i know how to uninstall the scripts in my Firefox browser ??!!?? |
|
Feb 23, 2008
|
Topic: Cookie Stealing Scripts ! |
|
Feb 23, 2008
|
Topic: Cookie Stealing Scripts Wrong Topic
|
|
Feb 22, 2008
|
Topic: Cookie Stealing Scripts Can someone explain me how to install scripts? I was looking in that topic and try diffrent things but still can't install scripts. Please help me. |
|
Jan 12, 2008
|
Topic: Cookie Stealing Scripts hi..
i dont speak english (: |
|
Jan 3, 2008
|
Topic: Cookie Stealing Scripts Tools -> Add Ons, select Greasemonkey and hit 'Uninstall'. This is assuming that you want to get rid of Greasemonkey in its entirety, as opposed to deleting only one particular script. -Joel |
|
Jan 3, 2008
|
Topic: Cookie Stealing Scripts How do you uninstall Greasemonkey? |
|
Jan 2, 2008
|
Topic: Cookie Stealing Scripts @zzstar
|
|
Jan 2, 2008
|
Topic: Cookie Stealing Scripts zzstar: The script seems okay. It just puts links to your profile, pictures, blog, videos, etc. on your home page. |
|
Jan 2, 2008
|
Topic: Cookie Stealing Scripts Can anyone guarantee that the script 'MyspaceHax' http://userscripts.org/scripts/show/3856 -- is safe to install? |
|
Dec 28, 2007
|
Topic: Cookie Stealing Scripts
Don't you love Mulder and Scully? |
|
Dec 28, 2007
|
Topic: Cookie Stealing Scripts I don't like the FBI. Please get rid of the FBI (however, I don't live in the United States anyways). I found one script that tells you it steals cookies that is the title of the script. Other ones that steal cookies you should instead just add a note to the description to make it clear what it is before people install it. Also if you want to check what it does, is always good idea to view source first before installing anything, because even if it isn't malicious, it might not be what you want anyways. You can also be free to modify a local copy of the script in case you want to modify it for not stealing cookies or to change any other functionality of the script. |
|
Dec 23, 2007
|
Topic: Cookie Stealing Scripts Hi Friends im new here whoz help and tell me how can use userscrpts to all and how can me use it??? |
|
Dec 10, 2007
|
Topic: Cookie Stealing Scripts @chicago
Someone should correct me if I'm wrong, but I don't think there's any way to steal a cookie from a site you are not visiting (GM_xmlhttpRequest?). If you see something unexpected happen after installing a script, like maybe it opens a new tab unexpectedly, then uninstall that script - replace "Butler" on that page with the name of the script to remove. (needs FAQ entry in Wiki) |
