Archive for December, 2010

Posted on December 29th, 2010 by by martin

Dumping the RMI Registry with NMAP

A while ago, I wrote a NSE script to a Java RMI Registry and dump out information about the objects in the registry. This is a blog-post to shed some light on NSE-development in general and that script in particular. Nmap nowadays comes with a scripting engine, (Nmap Scripting Engine : NSE). When a particular [...]

Posted on December 9th, 2010 by by martin

Customizing Mercurial

I really like Mercurial (as in “distributed source control management tool” not as in a metallic element), but I am not that fond of the default look and feel of the web-publishing tool: hgwebdir. So, I am in the process of modifying and creating a custom template using a bit of jquery magic. Check it [...]