Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Dark Reading: Attacks/Breaches
AI Is Not a Security Silver Bullet

AI can help companies more effectively identify and respond to threats, as well as harden applications.
Dark Reading: Attacks/Breaches
56 Vulnerabilities Discovered in OT Products From 10 Different Vendors

Deep-dive study unearthed security flaws that could allow remote code execution, file manipulation, and malicious firmware uploads, among other badness.
Dark Reading: Attacks/Breaches
Reducing Risk With Zero Trust

Zero trust isn’t just about authentication. Organizations can combine identity data with business awareness to address issues such as insider threat.
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Msprobe - Finding All Things On-Prem Microsoft For Password Spraying And Enumeration

https://blogger.googleusercontent.com/img/a/AVvXsEjqZLL3S1uWaZasPCU44aX8p703eJtkSajz4Tg14nbMiiw5cPLIuJNsdOfwDttJw67bKcqdUTbM3cMpM4VCsWrGGKMXguHGgXVqMz_8EFdpexSX1XH1gHfA8gvIBtUbBLeUGGTLUxTpb5f6CjEYerRxpImJ1X_8ql7Q1AS9vOuqRLloZL83dJkThQX0=w640-h438

Finding all things on-prem Microsoft for password spraying and enumeration.

The tool will used a list of common subdomains associated with your target apex domain to attempt to discover valid instances of on-prem Microsoft solutions. Screenshots of the tool in action are below:
Installing

Install the project using pipx

pipx install git+https://github.com/puzzlepeaches/msprobe.git


Usage

The tool has four different modules that assist with the discovery of on-prem Microsoft products:

* Exchange
* RD Web
* ADFS
* Skype for Business

The help menu and supported modules are shown below:

Usage: msprobe [OPTIONS] COMMAND [ARGS]...

Find Microsoft Exchange, RD Web, ADFS, and Skype instances

Options:
--help Show this message and exit.

Commands:
adfs Find Microsoft ADFS servers
exch Find Microsoft Exchange servers
full Find all Microsoft supported by msprobe
rdp Find Microsoft RD Web servers
skype Find Microsoft Skype servers


Examples

Find ADFS servers associated with apex domain:

msprobe adfs acme.com


Find RD Web servers associated with apex domain with verbose output:

msprobe rdp acme.com -v


Find all Microsoft products hostsed on-prem for a domain:

msprobe full acme.com


Coming Soon

* Full wiki for each module
* Fixes for lxml based parsing in RD Web module

Acknowledgements

* @p0dalirius for RDWArecon
* @b17zr for the ntlm_challenger.pyscript
* @ReverendThing for his project Carnivore and it's included subdomains
* @busterbcook and their tool msmailprobe heavily influenced the creation of this project
Download Msprobe

___________________________
@hacking_Attack
@Hacking_Video