Cyber security

Shimon – URL Fingerprinting Made Easy

In an era of ever-expanding digital landscapes, the ability to quickly and efficiently identify and analyze URLs is paramount.

Introducing ‘Shimon,’ a powerful tool that simplifies URL fingerprinting, offering seamless integration with various services.

In this article, we explore Shimon’s capabilities and provide a step-by-step guide to harness its potential, making URL-related tasks a breeze.

Requirements

  • Python 3.11
  • Node.js v20

Supported Services

  • BinaryEdge
  • Censys
  • Onyphe
  • SecurityTrails
  • Shodan
  • SpyOnWeb
  • urlscan.io
  • VirusTotal
  • ZoomEye

Installation

git clone https://github.com/ninoseki/shimon.git

pip install -r requirements.txt
poetry install

cd frontend
npm install
npm run build
Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

Nginx Commands in Linux: Start, Stop, Reload, Test, and Log

Nginx is a high-performance web server and reverse proxy trusted by some of the largest…

2 days ago

ufw Command in Linux: Manage Firewall Rules with Examples

ufw (Uncomplicated Firewall) sits on top of iptables (or nftables on newer systems) and replaces…

2 days ago

who Command in Linux: Show All Logged-In Users and Sessions

When you share a server with a team or investigate unexpected activity, the first question…

2 days ago

file Command in Linux: Identify File Types Without Extensions

The file command inspects the actual contents of a file and reports its type — regardless of…

3 days ago

chattr Command in Linux: Set File Attributes with lsattr

chattr sets and removes special file attributes that operate at the filesystem level, separate from standard…

3 days ago

env Command in Linux: Show and Set Environment Variables

env prints the current environment, sets or removes variables for a single command, and can start…

3 days ago