How to Install and Uninstall camo Package on Kali Linux

Last updated: October 05,2024

1. Install "camo" package

This guide covers the steps necessary to install camo on Kali Linux

$ sudo apt update $ sudo apt install camo

2. Uninstall "camo" package

Please follow the instructions below to uninstall camo on Kali Linux:

$ sudo apt remove camo $ sudo apt autoclean && sudo apt autoremove

3. Information about the camo package on Kali Linux

Package: camo
Version: 2.3.0+dfsg-1.1
Installed-Size: 39
Maintainer: Zulip Debian Packaging Team
Architecture: all
Depends: nodejs (>= 0.10.0), openssl
Size: 11028
SHA256: 66dddaa47919a5468cc9b93509a2b347cbc9ff3b34aad108dc82f1fce3ca8377
SHA1: f51d27003836e04c6ccaada4b2ef53d14a9c6ecc
MD5sum: 0025c0f20b5c314b88f0eab40ed7fd11
Description: SSL/TLS image proxy to prevent mixed-content warnings
Camo is an image proxy to prevent mixed content warnings on secure
pages.
.
It should not be installed by an end-user; instead people who operate
websites that allow user-specified image embeds by URL can run this as
a daemon to proxy such images through their own servers and serve the
resulting content over SSL/TLS.
.
This provides integrity protection and last-mile confidentiality to
images, thus preventing a local network attacker from seeing the images
you request (allowing for possible disclosure of the content you're
viewing) or changing their content (to misinform, confuse, or shock).
.
It of course does not prevent an attacker from modifying the content or
noticing its access if the attacker is in the path between your
datacentre and the image source.
.
However, even in this case, it provides some security insofar as it
may prevent the attacker from knowing who is accessing the image.
.
Using a shared key, proxy URLs are encrypted with hmac so we can bust
caches/ban/rate limit if needed.
.
Features include:
* Proxy Google charts
* Proxy images under 5 MB
* Follow redirects to a configurable depth
* Proxy remote images with a content-type of image/*
* Disallows proxying to private IP ranges
Description-md5:
Homepage: https://github.com/atmos/camo
Section: web
Priority: optional
Filename: pool/main/c/camo/camo_2.3.0+dfsg-1.1_all.deb