Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/wslyvh/paperweight
OSINT (Open Source Intelligence)Vulnerability AnalysisData ExfiltrationInformation GatheringPrivacyThreat IntelligenceIncident ResponseEmail Security
GitHubwslyvh/paperweight

paperweight

Paperweight scans your inbox to map your digital footprint, then helps you take back control and delete your data. Local-first and open source.

View Repository
276196 days agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
paperweight — Paperweight scans your inbox to map your digital footprint, then helps you take back control and delete your data. Local-first and open source. | Kitploit
Website

Paperweight website

Marketing site for Paperweight.

Development

Install deps from the repo root, then run Next.js in this package:

root@kitploit:~
pnpm -C website install
pnpm -C website dev

Production build

root@kitploit:~
pnpm -C website build
pnpm -C website start

Environment variables

This site has two server-side API routes:

  • POST /api/newsletter (newsletter signup via Resend)
  • POST /api/license (license validation via Polar)

In local dev you can run without these — the routes will respond with 503.

Set these env vars in website/.env for production:

  • RESEND_API_KEY (required for newsletter)
  • RESEND_SEGMENT_ID (optional)
  • POLAR_API_KEY (required for license validation)
  • POLAR_ORGANIZATION_ID (required for license validation)
Download Tool