How to Install and Uninstall python3-flask-paranoid Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-flask-paranoid" package

This guide let you learn how to install python3-flask-paranoid on Kali Linux

$ sudo apt update $ sudo apt install python3-flask-paranoid

2. Uninstall "python3-flask-paranoid" package

In this section, we are going to explain the necessary steps to uninstall python3-flask-paranoid on Kali Linux:

$ sudo apt remove python3-flask-paranoid $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-flask-paranoid package on Kali Linux

Package: python3-flask-paranoid
Source: flask-paranoid
Version: 0.2.0-5
Installed-Size: 26
Maintainer: Debian Python Team
Architecture: all
Depends: python3-flask (>= 0.10), python3:any
Size: 5216
SHA256: c18b1c61f2136e54963aaeff7dc5c96f58a156ca3fa9d7b2dca54de899a17c9b
SHA1: 902ca8d3f7987fa0af6f222aa412743c7124a553
MD5sum: 1bb4f88b73e8aa61a3e65c600d9e5ed4
Description: Simple user session protection
Flask-Paranoid protects user sessions. When a client connects to this
application, a "paranoid" token will be generated according to the IP address
and user agent. In all subsequent requests, the token will be recalculated and
checked against the one computed for the first request. If the session cookie
is stolen and the attacker tries to use it from another location, the
generated token will be different, and in that case the extension will clear
the session and block the request.
Description-md5:
Homepage: https://github.com/miguelgrinberg/flask-paranoid/
Section: python
Priority: optional
Filename: pool/main/f/flask-paranoid/python3-flask-paranoid_0.2.0-5_all.deb