All Projects → InfosecMatter → default-http-login-hunter

InfosecMatter / default-http-login-hunter

Licence: GPL-3.0, Unknown licenses found Licenses found GPL-3.0 LICENSE Unknown COPYING
Login hunter of default credentials for administrative web interfaces leveraging NNdefaccts dataset.

Projects that are alternatives of or similar to default-http-login-hunter

Reconnoitre
A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.
Stars: ✭ 1,824 (+540%)
Mutual labels:  security-audit, nmap, penetration-testing, hacking-tool
Vulscan
Advanced vulnerability scanning with Nmap NSE
Stars: ✭ 2,305 (+708.77%)
Mutual labels:  security-audit, nmap, penetration-testing, nmap-scripts
Faraday
Faraday introduces a new concept - IPE (Integrated Penetration-Test Environment) a multiuser Penetration test IDE. Designed for distributing, indexing, and analyzing the data generated during a security audit.
Stars: ✭ 3,198 (+1022.11%)
Mutual labels:  security-audit, nmap, penetration-testing, security-automation
Nosqlmap
Automated NoSQL database enumeration and web application exploitation tool.
Stars: ✭ 1,928 (+576.49%)
Mutual labels:  security-audit, penetration-testing, hacking-tool
Webmap
A Python tool used to automate the execution of the following tools : Nmap , Nikto and Dirsearch but also to automate the report generation during a Web Penetration Testing
Stars: ✭ 188 (-34.04%)
Mutual labels:  nmap, penetration-testing, hacking-tool
MailRipV3
SMTP and IMAP checker / cracker for mailpass combolists with a user-friendly GUI, automated inbox test and many more features.
Stars: ✭ 28 (-90.18%)
Mutual labels:  security-audit, penetration-testing, penetration-testing-tools
Badkarma
network reconnaissance toolkit
Stars: ✭ 353 (+23.86%)
Mutual labels:  security-audit, nmap, penetration-testing
Taipan
Web application vulnerability scanner
Stars: ✭ 359 (+25.96%)
Mutual labels:  security-audit, hacking-tool, security-automation
Minimalistic Offensive Security Tools
A repository of tools for pentesting of restricted and isolated environments.
Stars: ✭ 135 (-52.63%)
Mutual labels:  security-audit, penetration-testing, security-automation
Vhostscan
A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, work around wildcards, aliases and dynamic default pages.
Stars: ✭ 767 (+169.12%)
Mutual labels:  security-audit, penetration-testing, hacking-tool
Recsech
Recsech is a tool for doing Footprinting and Reconnaissance on the target web. Recsech collects information such as DNS Information, Sub Domains, HoneySpot Detected, Subdomain takeovers, Reconnaissance On Github and much more you can see in Features in tools .
Stars: ✭ 173 (-39.3%)
Mutual labels:  security-audit, penetration-testing, hacking-tool
ObsidianSailboat
Nmap and NSE command line wrapper in the style of Metasploit
Stars: ✭ 36 (-87.37%)
Mutual labels:  nmap, hacking-tool, nmap-scripts
Deep-Inside
Command line tool that allows you to explore IoT devices by using Shodan API.
Stars: ✭ 22 (-92.28%)
Mutual labels:  penetration-testing, hacking-tool, penetration-testing-tools
Crithit
Takes a single wordlist item and tests it one by one over a large collection of websites before moving onto the next. Create signatures to cross-check vulnerabilities over multiple hosts.
Stars: ✭ 182 (-36.14%)
Mutual labels:  security-audit, penetration-testing, hacking-tool
AttackSurfaceManagement
Discover the attack surface and prioritize risks with our continuous Attack Surface Management (ASM) platform - Sn1per Professional #pentest #redteam #bugbounty
Stars: ✭ 45 (-84.21%)
Mutual labels:  penetration-testing, hacking-tool, penetration-testing-tools
DevBrute-A Password Brute Forcer
DevBrute is a Password Brute Forcer, It can Brute Force almost all Social Media Accounts or Any Web Application.
Stars: ✭ 91 (-68.07%)
Mutual labels:  penetration-testing, hacking-tool, penetration-testing-tools
Hellraiser
Vulnerability scanner using Nmap for scanning and correlating found CPEs with CVEs.
Stars: ✭ 413 (+44.91%)
Mutual labels:  security-audit, nmap, hacking-tool
Minesweeper
A Burpsuite plugin (BApp) to aid in the detection of scripts being loaded from over 23000 malicious cryptocurrency mining domains (cryptojacking).
Stars: ✭ 162 (-43.16%)
Mutual labels:  security-audit, penetration-testing, hacking-tool
Nndefaccts
nnposter's alternate fingerprint dataset for Nmap script http-default-accounts
Stars: ✭ 180 (-36.84%)
Mutual labels:  security-audit, nmap, penetration-testing
Pentest Notes
Collection of Pentest Notes and Cheatsheets from a lot of repos (SofianeHamlaoui,dostoevsky,mantvydasb,adon90,BriskSec)
Stars: ✭ 89 (-68.77%)
Mutual labels:  security-audit, penetration-testing

Default HTTP Login Hunter

The default-http-login-hunter.sh is a tool capable of checking more then 380 different web interfaces for default credentials. It is based on the NNdefaccts alternate fingerprint dataset maintained by nnposter.

Examples of supported web interfaces:

  • Network devices (3Com, Asus, Cisco, D-Link, F5, Nortel..)
  • Video cameras (AXIS, GeoVision, Hikvision, Sanyo..)
  • Application servers (Apache Tomcat, JBoss EAP..)
  • Monitoring software (Cacti, Nagios, OpenNMS..)
  • Server management (Dell iDRAC, HP iLO..)
  • Web servers (WebLogic, WebSphere..)
  • Printers (Kyocera, Sharp, Xerox..)
  • IP Phones (Cisco, Polycom..)
  • Citrix, NAS4Free, ManageEngine, VMware..

For a full list see the list.txt

Usage and examples

# Usage:
default-http-login-hunter.sh [-vvv] <URL|urls.txt|update>

# Example with a single URL:
default-http-login-hunter.sh 10.10.0.1
default-http-login-hunter.sh 10.10.0.1:80
default-http-login-hunter.sh https://10.10.0.1:443/
default-http-login-hunter.sh http://10.10.0.1:9999/

# Example with a list of URLs:
default-http-login-hunter.sh urls.txt

# To get the latest fingerprints:
default-http-login-hunter.sh update

For more information, visit https://www.infosecmatter.com/default-password-scanner-default-http-login-hunter-sh/

Thanks

Big thanks to nnposter for his awesome NNdefacts dataset without which this would not be possible and also for his contributions to the Nmap project. Thank you nnposter!

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].