Jump to content

[REQUEST/HELP] Firefox Extension called "Anonymox"


DjDiabolik

Recommended Posts

it's a simply extension to simply activate proxy for a site if your ISP has blocked it and it's not access....... i have installed the latest version picked from here:

h**ps://addons.cdn.mozilla.net/storage/public-staging/325576/anonymox-2.1.1-fx.xpi

This, for me, usefull extension on free version limit the traffic on Blocked site to 500MB daily........ i thinks it's not difficult to debug it and i start to look inside file .xpi:

I have found this on file core.js:

var successFunc = function(result){
core.updatePremiumStatus(true);
info.debug("activated " + code);

if (!state.isReady)
core.switchOn();

if (continueFunc)
continueFunc();
};

var errorFunc = function(error){
if( !(error && (error.xmessage || error.uri) )){
info.debug(error);
ui.notifyModal(localize("couldNotActivatePremium", "Please try again in a few minutes. Network or server error."));
}else{
if (error.uri)
browserapi.openURI(error.uri, 1);
else
ui.notifyModal(localize("couldNotActivatePremium", error.xmessage));
}

if (continueFunc)
continueFunc();
};

communication.csclient.ActivatePremium(code, config.user, config.pass, config.languageID, successFunc).error(errorFunc);
},

I have copyed and pasted in errorfunc the same value on successfunc.......... i have restarted firefox and the extension accept every activation code i put inside the form but after some seconds put me a box say to me all premium option it's been disabled and invite to me to contacts support :)

I have try to put a wrong code... and try to found inside the code the phase popup to me say i have put a wrong code but never found.....

You can help to me to modify some javascript and activate the full premium ? :)

Link to comment
Share on other sites


  • 3 months later...
  • Replies 18
  • Views 2.3k
  • Created
  • Last Reply

2.2 it's been updated:

h*tps://addons.cdn.mozilla.net/storage/public-staging/325576/anonymox-2.2-fx.xpi
Link to comment
Share on other sites


  • 2 weeks later...

M amazed we have no one to answer DjDiabolik

Link to comment
Share on other sites


  • 1 month later...

Can yo make a script? It would be nice.

Link to comment
Share on other sites


donkey-girl

It looks quite interesting, I would also like to have a crack for it too.

Link to comment
Share on other sites


Not fixable.

When you put your premium code in that, it asks the server for the credentials to connect to the gateways without the time/data volume limitation. (there is no function that locally checks your traffic -- on communication/ClientService.js you can see parts of the activation information exchange)

The only thing that can be "patched" is the adbox overlay that the addon puts over every anonymized page, anyways nothing special.

:sorry:

Link to comment
Share on other sites


  • 3 weeks later...

If he can crack it that would be awesome. With premium no more annoying add pop up.

Link to comment
Share on other sites


  • 1 month later...

Interesting add-on. Too bad there's no one can make a medicine for it :(

Link to comment
Share on other sites


  • 1 month later...

Been using this for a while now,a premium version would be nice.

Link to comment
Share on other sites


Which part of 'you can't crack it because it asks the server for your license and validates it' don't you understand? ;)

The application can't be unlocked, simple.

Link to comment
Share on other sites


  • 4 weeks later...

2.2 it's been updated:

h*tps://addons.cdn.mozilla.net/storage/public-staging/325576/anonymox-2.2-fx.xpi

It is not compatible with Firefox 32.0.3.

working here :yes: :yes: :lol:

2014_10_05_132641.jpg

2.2 is not compatible but the newest 2.4.6 works :)

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...