Skip Navigation

Login





Join! | Login troubles?

Online members

Guests:3
Members:0

Poll

What's your favorite scripting language for solving challenges?


python (11.0%)

perl (9.8%)

bash (2.9%)

ruby (1.7%)

php (38.2%)

javascript (11.0%)

I'm not convinced scripting saves time, I use a "proper" language for everything I do. (18.5%)

Scripting? Excel for the winners, man! (6.9%)


Total votes: 173
Date added: 2008-06-14

View news

Firefox extension, 'Net-Force Tools' (update)
Posted by Marijn - Saturday October 15 @ 16:54
Cat: Net-ForceI've created a Firefox extension: Net-Force Tools! :) This extension adds some of the functionality of the Tools to your right-click menu in Firefox. Just select some text on a webpage, right click on it and you can do the following actions on the text:
  • ASCII <-> Hex
  • ASCII <-> Binary
  • Base64 encode/decode
  • Javascript escape/unescape
  • MD5 hash
  • SHA1 hash
More functionality will probably be added later on, this is still a beta and test version. Let me know what you think :)

[Install extension] [Screenshot1] [Screenshot2]

Update to version 0.1.1:
Input for Hex->ASCII and Binary->ASCII is now being filtered before converting to ASCII (non-hex and non-binary characters are removed). And I've also added clipboard support! :)

This has been a learning project for me, as it is my first Firefox extension ever. I'm not responsible for any problems you have after installing it (not that anything will happen...and you can always uninstall of course).

If you're interested in how this extension works, just unzip the .xpi-file (it's just a normal zip-file). Inside you will find a directory called 'chrome' with the file nftools.jar inside. This is also a zip-file where the actual code is in:
  • about.xul: About Popup window
  • contents.rdf: General information about the extension
  • encode_functions.js: Functions to encode/hash/etc the text
  • encode_md5.js: MD5 hash function
  • encode_sha1.js: SHA1 hash function
  • nftoolsGeneralWindow.js: Main window functionality and actions
  • nftoolsGeneralWindow.xul: Main window layout (tabs, input fields, etc)
  • nftoolsOverlay.js: Opens the main window when someone right-clicks
  • nftoolsOverlay.xul: Adds Net-Force Tool item to the right-click menu

» Comments


BLAZER on 15 October 2005 17:24

working perfect, good job Marijn :)
dont know if I'll be actually using it but its a fun feature ghehe

Kalkran on 15 October 2005 19:20

x2
Im already using it a lot :) Nice job =)

Sagrath on 15 October 2005 19:21

Nice work...

rhican on 15 October 2005 22:01

596573207965732C2069206C696B652069742E20
4865792069276D206E6F74206265696E67206E
6567617469766520666F722061206368616E67
65203B290A0A4275742C206920726561616161
616C6C79206D69732074686520444553206675
6E6374696F6E203A703A70206A2F6B0A0A6D61
7962652061646420736F6D6520636C6970626F
6172642066756E6374696F6E616C6974793F20
6966207468617420697320706F7369626C65

plens on 16 October 2005 14:11

Keep up the good work.

A nice tool for the Internet Challenger.

ilias on 16 October 2005 15:53

what about a newline-command deleter, otherwise you sometimes get some strange output..

Marijn on 16 October 2005 16:18

Yeah, some chars need to be filtered before converting. I'll fix it.

Dieter on 17 October 2005 14:41

Working perfect Marijn.
Very nice and usefull plugin.

keep up the good work.

rhican on 21 October 2005 15:38

great update ;)

Marijn on 21 October 2005 17:42

I'll put DES in it when I can find/create a Javascript DES-implementation. There is some Javascript DES code available, but that isn't the Unix variation.

insistcool on 22 October 2005 06:46

Thanks for great work,this is cool.^^

necrosis on 20 November 2005 22:12

I'm using firefox 1.0.7 and Deer Park Alpha 2

It didn't work on Firefox 1.0.7, but works perfect with Deer Park Alpha 2?

Any solution for firefox 1.0.7?

necrosis on 2 December 2005 23:00

Update/Edit:
Sorry for the stupid posts, it works fine with both if you directly install it from the sites link "Instlal"...

I tried downloading the extension then dragging and dropping to "Extensions" window when format or something similar, didn't work like some other extensions did..

^^;

masroor on 16 March 2006 17:17

hi everyone...

i am glad to be a member of a group comprising of people who follow ethics in the vulnerable field of internet security...

we need to learn and as well teach others to work against "black hat hacking" which is so rampant....

the problem is i dont' know any other languages other than c, c++ and java..and few bits of html...

i'm pissed off with few jerks who have challenged me that they are goin to crack my passwords and account info.....

hope to learn a few tips to keep the nerds from hacking my accounts....

special thanks to Alex de Vreis for his article on msn hotmail

with regards

masroor alais jaycee


» Add a comment

Login if you want to comment on this item.