GeistHaus
log in · sign up

GitHub - praetorian-inc/noseyparker: Nosey Parker is a command-line tool that finds secrets and sensitive information in textual data and Git history.

github.com

Nosey Parker is a command-line tool that finds secrets and sensitive information in textual data and Git history. - praetorian-inc/noseyparker

8 pages link to this URL
The Nemesis 2.X Development Guide

Learn how to extend Nemesis 2.X with custom file enrichment modules, Yara/Nosey Parker rules, and C2 connectors - covering both the manual development workflow and the new Codex and Claude Code skills for automated module creation and testing.

1 inbound link article en BlogResearch & Tradecraft nemesis
Nemesis 2.2

Nemesis 2.2 introduces large disk image processing, LLM agents for automated finding triage and credential analysis, full Chromium DPAPI decryption support, host reporting, and significant performance optimizations, making it a powerful platform for both offensive and defensive file enrichment and risk assessment at scale.

1 inbound link article en BlogResearch & Tradecraft nemesis
How to run Python in production

Harness the power of Python for production-grade data analysis and machine learning. Discover essential tools and best practices for seamless deployments.

1 inbound link article en Programming
The Hunt for the Missing Data Type

A (directed) graph is a set of nodes, connected by arrows (edges). The nodes and edges may contain data. Here are some graphs: All graphs made with graphviz (source) Graphs are ubiquitous in software engineering: Package dependencies form directed graphs, as do module imports. The internet is a graph of links between webpages. Model checkers analyze software by exploring the “state space” of all possible configurations.

3 inbound links article en Programming InterviewsComputer ScienceGraphs