All Projects → Viralmaniar → Passhunt

Viralmaniar / Passhunt

Licence: gpl-3.0
Passhunt is a simple tool for searching of default credentials for network devices, web applications and more. Search through 523 vendors and their 2084 default passwords.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Passhunt

Oscp Pentest Methodologies
备考 OSCP 的各种干货资料/渗透测试干货资料
Stars: ✭ 166 (-82.73%)
Mutual labels:  penetration-testing, cybersecurity, pentest-tool
Habu
Hacking Toolkit
Stars: ✭ 635 (-33.92%)
Mutual labels:  penetration-testing, pentest-tool, security-testing
Docker Security Images
🔐 Docker Container for Penetration Testing & Security
Stars: ✭ 172 (-82.1%)
Mutual labels:  penetration-testing, cybersecurity, pentest-tool
Sn1per
Attack Surface Management Platform | Sn1perSecurity LLC
Stars: ✭ 4,897 (+409.57%)
Mutual labels:  cybersecurity, pentest-tool, penetration-testing
Lockdoor Framework
🔐 Lockdoor Framework : A Penetration Testing framework with Cyber Security Resources
Stars: ✭ 677 (-29.55%)
Mutual labels:  penetration-testing, cybersecurity, pentest-tool
Watchdog
Watchdog - A Comprehensive Security Scanning and a Vulnerability Management Tool.
Stars: ✭ 345 (-64.1%)
Mutual labels:  pentest-tool, security-testing
Badkarma
network reconnaissance toolkit
Stars: ✭ 353 (-63.27%)
Mutual labels:  penetration-testing, pentest-tool
Babysploit
👶 BabySploit Beginner Pentesting Toolkit/Framework Written in Python 🐍
Stars: ✭ 883 (-8.12%)
Mutual labels:  penetration-testing, pentest-tool
Justtryharder
JustTryHarder, a cheat sheet which will aid you through the PWK course & the OSCP Exam. (Inspired by PayloadAllTheThings)
Stars: ✭ 450 (-53.17%)
Mutual labels:  penetration-testing, pentest-tool
Subscraper
Subdomain enumeration through various techniques
Stars: ✭ 265 (-72.42%)
Mutual labels:  penetration-testing, pentest-tool
Buster
An advanced tool for email reconnaissance
Stars: ✭ 387 (-59.73%)
Mutual labels:  penetration-testing, cybersecurity
Thc Archive
All releases of the security research group (a.k.a. hackers) The Hacker's Choice
Stars: ✭ 474 (-50.68%)
Mutual labels:  penetration-testing, pentest-tool
Kaboom
A tool to automate penetration tests
Stars: ✭ 322 (-66.49%)
Mutual labels:  penetration-testing, pentest-tool
Webkiller
Tool Information Gathering Write By Python.
Stars: ✭ 300 (-68.78%)
Mutual labels:  penetration-testing, pentest-tool
A Red Teamer Diaries
RedTeam/Pentest notes and experiments tested on several infrastructures related to professional engagements.
Stars: ✭ 382 (-60.25%)
Mutual labels:  penetration-testing, cybersecurity
Osmedeus
Fully automated offensive security framework for reconnaissance and vulnerability scanning
Stars: ✭ 3,391 (+252.86%)
Mutual labels:  penetration-testing, pentest-tool
Bigbountyrecon
BigBountyRecon tool utilises 58 different techniques using various Google dorks and open source tools to expedite the process of initial reconnaissance on the target organisation.
Stars: ✭ 541 (-43.7%)
Mutual labels:  cybersecurity, pentest-tool
Dirsearch
Web path scanner
Stars: ✭ 7,246 (+654.01%)
Mutual labels:  penetration-testing, pentest-tool
ReversePowerShell
Functions that can be used to gain Reverse Shells with PowerShell
Stars: ✭ 48 (-95.01%)
Mutual labels:  cybersecurity, penetration-testing
Writeups
This repository contains writeups for various CTFs I've participated in (Including Hack The Box).
Stars: ✭ 61 (-93.65%)
Mutual labels:  cybersecurity, penetration-testing

Passhunt

Passhunt is a simple tool for searching of default credentials for network devices, web applications and more. Search through 523 vendors and their 2084 default passwords.

Screenshot

image

Pre-requisites

Make sure you have installed the following:

- Python 3.0 or later.
- pip3 (sudo apt-get install python3-pip)

How to install?

git clone https://github.com/Viralmaniar/Passhunt.git
cd Passhunt
pip3 install -r requirements.txt
python3 Passhunt.py

How do I use this?

  • Press 1: This will print the list of supported vendors.
  • Press 2: Enter the vendor name and search for default credentials.
  • Press 3: To exit from the program.

Credit

The list of default passwords is obtained from cirt.net. All passwords and vendor list maintained by cirt.net

TODO

  • Offline password search
  • Create username and password list in a json file and parse them
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].