Giter Club home page Giter Club logo

bigcookie's Introduction

BigCookie - F5 Big-IP Persistence Cookie Decoder

BigCookie takes the encoded F5 Big-IP persistence cookie, and decodes it to its decimal format, thus revealing the internal IP address and port of the load balanced destination.

The following is an example F5 Big-IP Persistence Cookie: BIGipServerTestPool42=1677787402.36895.0000

This cookie is broken up as follows:

  1. The Pool: TestPool42
  2. The encoded IP in decimal format: 1677787402
  3. The encoded port in decimal format: 36895

Addtional F5 Big-IP Cookie Information

For more information on the F5 Big-IP Persistence Cookie, please see the following resources:

Getting Started With BigCookie

The following sections will get you up and running with BigCookie. This is an extremely simple script with only two python packages needed for successful exeuction.

Prerequisites Installation

BigCookie requires Click and Terminal Tables. Before running BigCookie, please install the preqequisites by running the following command at your terminal.

$ pip install -r requirements.txt

BigCookie Usage

Once the requirements are installed, run the following command in your terminal to execute BigCookie:

$ python BigCookie.py persistence.cookie.value

Example:

$ python BigCookie.py 1677787402.36895.0000

example image

Acknowledgments

bigcookie's People

Contributors

mschmidt-r7 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.