GitXplorerGitXplorer
n

shimon

public
82 stars
20 forks
2 issues

Commits

List of commits on branch master.
Verified
7ce2fe7b7ae8a1dc8f137b7174ac532247ac9104

Merge pull request #214 from ninoseki/query-lookup

nninoseki committed 9 months ago
Unverified
cc34484cbc62ab437e8916ad3fd9ab71d45beae2

feat: quick query lookup

nninoseki committed 9 months ago
Verified
4b48936aa7e4aa9ed22b2fbe89eda2a9d7944923

Merge pull request #213 from ninoseki/renew-frontend

nninoseki committed 9 months ago
Unverified
574eea8a5218c465e49c76c311bd78132345b605

refactor: renew frontend

nninoseki committed 9 months ago
Verified
c73a90c3eb64297f52374b87db5b852e30fa7307

Merge pull request #212 from ninoseki/fix-type-issues

nninoseki committed 10 months ago
Unverified
85cb3f7b4f7a9d734e83fa94945911dfe2ae49f6

fix: fix type issues

nninoseki committed 10 months ago

README

The README file for this repository.

Shimon

Python CI Coverage Status

URL fingerprinting made easy.

Requirements

  • Python 3.11
  • Node.js v20

Supported Services For Pivoting

  • BinaryEdge
  • Censys
  • Fofa
  • 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