All Projects → GoSecure → burp-ntlm-challenge-decoder

GoSecure / burp-ntlm-challenge-decoder

Licence: other
Burp extension to decode NTLM SSP headers and extract domain/host information

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to burp-ntlm-challenge-decoder

Intrec Pack
Intelligence and Reconnaissance Package/Bundle installer.
Stars: ✭ 177 (+532.14%)
Mutual labels:  osint, recon
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+12182.14%)
Mutual labels:  osint, recon
Discover
Custom bash scripts used to automate various penetration testing tasks including recon, scanning, parsing, and creating malicious payloads and listeners with Metasploit.
Stars: ✭ 2,548 (+9000%)
Mutual labels:  osint, recon
H8mail
Email OSINT & Password breach hunting tool, locally or using premium services. Supports chasing down related email
Stars: ✭ 2,163 (+7625%)
Mutual labels:  osint, recon
o365chk
Simple Python tool to check if there is an Office 365 instance linked to a domain.
Stars: ✭ 37 (+32.14%)
Mutual labels:  osint, recon
Osint Tools
👀 Some of my favorite OSINT tools.
Stars: ✭ 155 (+453.57%)
Mutual labels:  osint, recon
Sitedorks
Search Google/Bing/Ecosia/DuckDuckGo/Yandex/Yahoo for a search term with a default set of websites, bug bounty programs or a custom collection.
Stars: ✭ 221 (+689.29%)
Mutual labels:  osint, recon
Gitgot
Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets.
Stars: ✭ 964 (+3342.86%)
Mutual labels:  osint, recon
PwnedPasswordsChecker
Search (offline) if your password (NTLM or SHA1 format) has been leaked (HIBP passwords list v8)
Stars: ✭ 52 (+85.71%)
Mutual labels:  osint, ntlm
osint
Docker image for osint
Stars: ✭ 92 (+228.57%)
Mutual labels:  osint, recon
Spaces Finder
A tool to hunt for publicly accessible DigitalOcean Spaces
Stars: ✭ 122 (+335.71%)
Mutual labels:  osint, recon
XposedOrNot
XposedOrNot (XoN) tool is to search an aggregated repository of xposed passwords comprising of ~850 million real time passwords. Usage of such compromised passwords is detrimental to individual account security.
Stars: ✭ 120 (+328.57%)
Mutual labels:  osint, recon
Oscp Prep
my oscp prep collection
Stars: ✭ 105 (+275%)
Mutual labels:  osint, recon
Bbrecon
Python library and CLI for the Bug Bounty Recon API
Stars: ✭ 169 (+503.57%)
Mutual labels:  osint, recon
Awesome Asset Discovery
List of Awesome Asset Discovery Resources
Stars: ✭ 1,017 (+3532.14%)
Mutual labels:  osint, recon
Iky
OSINT Project
Stars: ✭ 203 (+625%)
Mutual labels:  osint, recon
Sn0int
Semi-automatic OSINT framework and package manager
Stars: ✭ 814 (+2807.14%)
Mutual labels:  osint, recon
Urlhunter
a recon tool that allows searching on URLs that are exposed via shortener services
Stars: ✭ 934 (+3235.71%)
Mutual labels:  osint, recon
Ntlmrecon
Enumerate information from NTLM authentication enabled web endpoints 🔎
Stars: ✭ 252 (+800%)
Mutual labels:  osint, recon
flydns
Related subdomains finder
Stars: ✭ 29 (+3.57%)
Mutual labels:  osint, recon

Burp NTLM Challenge Decoder

Build Status

Burp SSP Decoder

Burp extension to decode NTLM SSP headers. NTLM challenges over HTTP allows us to decode interesting information about a server, such as:

  • The server's hostname
  • The server's operating system
  • The server's timestamp
  • The domain's name
  • The domain's FQDN
  • The parent domain's name

Build the plugin

$ gradle build

The compiled plugin is located at build/libs/burp-ntlm-challenge-decoder.jar

Download the precompiled jar

Sources, credits

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