Sha256: 477b0209c765636137f73130afe594cb5a4fb8e06717aac3cd36965102aa98c9
Contents?: true
Size: 841 Bytes
Versions: 3
Compression:
Stored size: 841 Bytes
Contents
# ronin-web-session-cookie 1 "2023-03-01" Ronin "User Manuals" ## NAME ronin-web-session-cookie - Parses and deserializes various session cookie formats ## SYNOPSIS `ronin-web session-cookie` [*options*] {*URL* \| *STRING*} ## DESCRIPTION Parses and deserializes various session cookie formats. Currently supports Python Django (JSON and Pickle), JSON Web Token (JWT), and Ruby Rack session cookies. ## ARGUMENTS *URL* : The `http://` or `https://` URL to request and extract the session cookie from. *STRING* : The session cookie string to parse. ## OPTIONS `-F`, `--format` [`ruby` \| `json` \| `yaml`] : The format to print the session cookie params. Defaults to `ruby` if not given. `-v`, `--verbose` : Enables verbose output. `-h`, `--help` : Print help information. ## AUTHOR Postmodern <postmodern.mod3@gmail.com>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ronin-web-2.0.1 | man/ronin-web-session-cookie.1.md |
ronin-web-2.0.0 | man/ronin-web-session-cookie.1.md |
ronin-web-2.0.0.rc1 | man/ronin-web-session-cookie.1.md |