Rabid : Tool To Decode All Kind Of BigIP Cookies

Rabid is a CLI tool and library allowing to simply decode all kind of BigIP cookies. Features Support all 4 cookie formats CLI tool & library Hackable Quick install $ gem install rabid Default usage: CLI $ rabid ‘BIGipServer=1677787402.36895.0000’Pool name: Cookie type: IPv4 pool membersRaw cookie: BIGipServer=1677787402.36895.0000Decoded cookie: 10.1.1.100:8080 Default usage: library require ‘bigipcookie’#IPv4 pool …