How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Git manager for pentesters
The main features of allyshka/pwngitmanager are: Data Leakage Detection.
Open-source alternatives to allyshka/pwngitmanager include: bearer/bearer — Bearer is a static analysis security testing tool and privacy compliance auditor. It identifies security… cure53/httpleaks — HTTPLeaks - All possible ways, a website can leak HTTP requests. evilpacket/dvcs-pillage — Pillage web accessible GIT, HG and BZR repositories. gerbenjavado/linkfinder — LinkFinder is a security reconnaissance and static analysis tool designed for JavaScript endpoint discovery. It… hannob/snallygaster — Tool to scan for secret files on HTTP servers. kost/dvcs-ripper — Rip web accessible (distributed) version control systems: SVN/GIT/HG...
Bearer is a static analysis security testing tool and privacy compliance auditor. It identifies security vulnerabilities, hard-coded secrets, and privacy risks in source code through static analysis and data flow tracing. The tool distinguishes itself by tracking the movement of sensitive data through code to identify leaks and by mapping personal and health-related information flows to generate evidence for privacy impact assessments. It also provides differential scanning for pull requests and uses fingerprint-based suppression to exclude known false positives from reports. The platform co
Pillage web accessible GIT, HG and BZR repositories
LinkFinder is a security reconnaissance and static analysis tool designed for JavaScript endpoint discovery. It extracts absolute and relative URLs and parameters from JavaScript files to map the attack surface of web applications and identify hidden API routes. The tool operates through static code analysis and regular expression pattern matching to find endpoints without executing the source code. It includes a data processor for importing exported files from Burp Suite, enabling the batch analysis of multiple JavaScript assets in a single execution. The system provides capabilities for do
HTTPLeaks - All possible ways, a website can leak HTTP requests