Tagged articles

favicon

9 articles · Page 1 of 1
Java Tech Enthusiast
Java Tech Enthusiast
Aug 28, 2026 · Information Security

Embedding a Whole Website Inside a Favicon: What the Risks Reveal

By encoding a tiny HTML page into an 8×8 pixel favicon, the author demonstrates that a website can be hidden in a seemingly innocuous image, explores the steganographic technique, evaluates its storage limits, and discusses the security implications and practical drawbacks of such a covert channel.

CSPbrowserdata exfiltration
0 likes · 14 min read
Embedding a Whole Website Inside a Favicon: What the Risks Reveal
IT Services Circle
IT Services Circle
Aug 8, 2026 · Information Security

Embedding an Entire Website Inside a Favicon: What the Experiment Reveals

The author demonstrates that a favicon—an 8×8‑pixel PNG image—can store a complete 166‑byte HTML page by encoding each byte into the RGB channels of individual pixels, then analyzes how this steganographic technique can bypass file‑type checks, evade CSP img‑src restrictions, and serve as a covert data channel, while noting its limited practical value for legitimate web publishing.

CSPHTML injectiondata exfiltration
0 likes · 14 min read
Embedding an Entire Website Inside a Favicon: What the Experiment Reveals
Open Source Linux
Open Source Linux
Dec 28, 2022 · Information Security

Discover Real IPs with Fav‑up: A Shodan‑Powered Favicon Recon Tool

Fav‑up is a Python‑based reconnaissance utility that uses Shodan and website favicons to locate the true IP addresses of target services, offering command‑line options, module integration, and output formats for efficient network asset discovery.

CLI toolIP enumerationNetwork reconnaissance
0 likes · 4 min read
Discover Real IPs with Fav‑up: A Shodan‑Powered Favicon Recon Tool
Liangxu Linux
Liangxu Linux
Jul 8, 2021 · Information Security

Discover Real IPs with Fav-up: Shodan‑Powered Favicon Lookup Tool

Fav-up is a Python‑based utility that combines Shodan data and website favicons to help security researchers uncover the true IP addresses of target services, offering flexible command‑line options, module integration, and output formats for comprehensive IP discovery.

Fav-upIP discoverySecurity
0 likes · 5 min read
Discover Real IPs with Fav-up: Shodan‑Powered Favicon Lookup Tool
Senior Brother's Insights
Senior Brother's Insights
Feb 5, 2020 · Backend Development

How to Manage and Customize Favicon in Spring Boot 2.x

This guide explains how Spring Boot handles favicon across versions, how to disable the default icon, and provides step‑by‑step instructions for adding a custom favicon—including Thymeleaf integration, cache clearing tips, and troubleshooting common issues.

faviconspring-bootweb-development
0 likes · 5 min read
How to Manage and Customize Favicon in Spring Boot 2.x