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
reconvault — 🔍 Recon notes organizer for bug bounty hunters and CTF players — subdomains, ports, endpoints, vulns, all in one place. | Kitploit
Tools/GitHubGitHub/parbatzone/reconvault
ReconnaissancePort ScanningVulnerability AnalysisInformation GatheringCTFPenetration TestingUtilities & FrameworksSubdomain EnumerationLearning & Education
GitHubparbatzone/reconvault

reconvault

🔍 Recon notes organizer for bug bounty hunters and CTF players — subdomains, ports, endpoints, vulns, all in one place.

11 month agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository

ReconVault 🔍

The recon notes organizer bug bounty hunters actually asked for.

ReconVault is a dark-themed, terminal-aesthetic desktop app for Linux built for security researchers, bug bounty hunters, and CTF players. Ditch the scattered text files and spreadsheets — organize every target's subdomains, ports, endpoints, vulnerabilities, and notes in one place. 100% local. No cloud. No account. No internet required.


⚡ Quick Start

Prerequisites

  • Linux (Kali, Ubuntu, Debian-based)
  • Python 3.10+

Install & Run

root@kitploit:~
# Clone the repo
git clone https://github.com/parbatzone/reconvault.git
cd reconvault

# Install dependencies
pip install -r requirements.txt

# Run
python3 reconvault.py

On first run, ReconVault automatically creates a local SQLite database at ~/.reconvault/reconvault.db. Your data never leaves your machine.


🗂️ Features

Target Management Create, search, and manage targets — each with name, domain, platform (HackerOne, Bugcrowd, CTF, etc.), and timestamps.

Per-Target Workspace (5 tabs)

TabWhat You Track
SubdomainsDomain · IP · Live/Dead status · Tech stack · Notes

Vulnerability Severity Badges

Critical High Medium Low Info

Dashboard Home screen showing total targets, vulnerability breakdown by severity, and recently modified targets.

Nmap Import Import port scan results directly from Nmap -oN text output into the Ports & Services tab.

Markdown Export Export any target's full findings as a clean Markdown report — saved to ~/Desktop/reconvault_[target]_[date].md.

Global Search Search across all targets and all tabs simultaneously from a single search bar.


🖥️ Screenshots

Coming soon


🗃️ Data Storage

All data is stored locally in a SQLite database:

Download Tool
Ports & ServicesIP · Port · Protocol · Service · Version · Notes
EndpointsURL · Method · Parameters · Status code · Notes
VulnerabilitiesTitle · Severity · Status · CVE/CWE · Description
NotesFreeform notes editor — auto-saves as you type