Friday, June 26, 2009

Multi-threaded TCP portscan tool

We are happy to announce the availability of the new multi-threaded TCP port scan utility. Download the utility from Google Code. This is an executable Jar. Usage:




$ java -jar portscanner-cli-0.1.0.jar <hostname>


By default, 4 threads are spawned for verifying port availability of the destination host.

Thursday, June 18, 2009

Base64 Cli 1.0 Released

Base64 Cli 1.0, a commandline tool to encode and decode content using Base64 is released. This tool reads and writes to the standard input and standard output respectively.



Example usage:




$ java -jar base64-cli-1.0-jar-with-dependencies.jar < a.txt > a.txt.base64


For all commandline options:




$ java -jar base64-cli-1.0-jar-with-dependencies.jar -h

Wednesday, June 10, 2009

Tool to encode/decode URLs

Continuing our effort to quickly test standard Java APIs, we have published a new tool encode and decode URLs using java.net.URLEncoder and java.net.URLDecoder. Download it.



WizTools.org URLEncoder