All Projects → drwetter → F5-BIGIP-Decoder

drwetter / F5-BIGIP-Decoder

Licence: GPL-3.0 license
Detecting and decoding BIGIP cookies in bash

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to F5-BIGIP-Decoder

f5-rest-client
F5 BIG-IP SDK for the Go programming language.
Stars: ✭ 49 (+75%)
Mutual labels:  f5, bigip
backcookie
Small backdoor using cookie.
Stars: ✭ 49 (+75%)
Mutual labels:  cookie
angular2-cool-http
Cool features over angular2 HttpClient
Stars: ✭ 37 (+32.14%)
Mutual labels:  cookie
single-sign-on-out-jwt-cookie-redis-java-springboot-freemarker
Single Sign Out, Scalable Authentication Example with JSON Web Token (JWT), Spring Boot and Redis
Stars: ✭ 15 (-46.43%)
Mutual labels:  cookie
logstash filter f5
A Logstash filter for F5 apd, dcc, sshd and tmm syslog.
Stars: ✭ 19 (-32.14%)
Mutual labels:  f5
react-cookie-law
React Cookie Law is a cookie-info banner compliance with the GDPR and the EU cookie law. It allows the user to give consent in a granular way.
Stars: ✭ 103 (+267.86%)
Mutual labels:  cookie
vscode-f5
Let the F5 VSCode extension supercharge your workflows with schema validation, rest client, fast templates, and so much more!!!
Stars: ✭ 44 (+57.14%)
Mutual labels:  f5
http
Basic HTTP primitives which can be shared by servers and clients.
Stars: ✭ 75 (+167.86%)
Mutual labels:  cookie
burp-cookie-porter
一个可快速“搬运”cookie的Burp Suite插件
Stars: ✭ 22 (-21.43%)
Mutual labels:  cookie
PHP-Session
PHP library for handling sessions.
Stars: ✭ 54 (+92.86%)
Mutual labels:  cookie
1c http
Подсистема 1С для работы с HTTP
Stars: ✭ 48 (+71.43%)
Mutual labels:  cookie
session
Aplus Framework Session Library
Stars: ✭ 170 (+507.14%)
Mutual labels:  cookie
balanced
BalanceD is a Layer-4 Linux Virtual Server (LVS) based load balancing platform for Kubernetes.
Stars: ✭ 34 (+21.43%)
Mutual labels:  loadbalancer
hapi-doorkeeper
User authentication for web servers
Stars: ✭ 14 (-50%)
Mutual labels:  cookie
BenGorCookies
Cookie warning banner that requests user consent, European law compilant. Zero dependencies, fully customizable JavaScript library for IE9+
Stars: ✭ 12 (-57.14%)
Mutual labels:  cookie
Client-Storage
🗄 Bulletproof persistent Client storage, works with disabled Cookies and/or localStorage
Stars: ✭ 15 (-46.43%)
Mutual labels:  cookie
shared-loadbalancer
Demo for 2018 KubeCon NA
Stars: ✭ 22 (-21.43%)
Mutual labels:  loadbalancer
next-cookie
Cookie serializer and deserializer library for next.js
Stars: ✭ 190 (+578.57%)
Mutual labels:  cookie
elm-storage
Unified interface for accessing and modifying LocalStorage, SessionStorage and Cookies
Stars: ✭ 13 (-53.57%)
Mutual labels:  cookie
cookies
Convenient way to use cookies with PSR-7
Stars: ✭ 17 (-39.29%)
Mutual labels:  cookie

F5-BIGIP-Decoder

Detecting and decoding BIG IP cookies in bash

Bash script to print out private IPs, ports and other stuff from F5's BIG IP Loadbalancers -- from not encrypted cookies which is still the default. It detects all cookies, also the AES encrypted ones.

Usage

f5_bigip_decoder.sh <URL> or f5_bigip_decoder.sh <cookie value> or f5_bigip_decoder.sh <cookie name=cookie value>

Example

f5_bigip_decoder.sh TEST gives you an idea by running it against a predefined header

Caveats

I didn't spend much time to make the code beautiful.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].