IPObscure - IP Obscurity Tool v1.0.2 http://tools.israeltorres.org usage: IPObscure.exe [command[n]] [ip|host] commands: ( append "n" to the command for newline in output ) -dip convert IP to dotless [192.0.34.166] -> [3221234342] -hip convert IP to hex [192.0.34.166] -> [0xC00022A6] -hip2 convert IP to hex [192.0.34.166] -> [C00022A6] -hip3 convert IP to hex [192.0.34.166] -> [0xC0.0x00.0x22.0xA6] -oip convert IP to octal [192.0.34.166] -> [0300.000.042.0246] -oip2 convert IP to octal [192.0.34.166] -> [300000042246] -iph convert hex IP to decimal IP [0xC00022A6] -> [192.0.34.166] -iph2 convert hex IP to decimal IP [C00022A6] -> [192.0.34.166] -iph3 convert hex IP to decimal IP [0xC0.0x00.0x22.0xA6] -> [192.0.34.166] -ipd convert dotless IP to decimal IP [3221234342] -> [192.0.34.166] -ipo convert octal IP to decimal IP [0300.000.042.0246] -> [192.0.34.166] -ipo2 convert octal IP to decimal IP [300000042246] -> [192.0.34.166] -i2h resolve IP to host [192.0.34.166] -> [www.example.com] -h2i resolve host to IP [www.example.com] -> [192.0.34.166] example: >IPObscure -dip 192.0.34.166 3221234342 >IPObscure -dipn 192.0.34.166 3221234342 > The option for newline may be useful for scripting. AC6FA86589AE36337C250BF87BB58477 IPObscure.exe C24E4B0BCD3205FA40EBF79E5D9266A9 IPObscure.zip Released April 6 2006 -- Updated April 6 2006 [1.0.2] (added command set to use optional n for newline) -- Updated April 6 2006 [1.0.1] (updated -oip2, -ipo2 to pad correctly) * Disclaimer: Use at your own risk * Israel Torres