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

@Hacking_Video
@Hacking_attack
Download Telegram
Msmailprobe - Office 365 And Exchange Enumeration

Office 365 and Exchange EnumerationIt is widely known that OWA (Outlook Webapp) is vulnerable to time-based user enumeration attacks. This tool leverages all known, and even some lesser-known services exposed by default Exchange installations to enumerate users. It also targets Office 365 for error-based user enumeration.Getting StartedIf you want to download and compile the simple, non-dependant code, you must first install GoLang! I will let the incredible documentation, and other online resources help you with this task.https://golang.org/doc/installYou may also download the compiled release here.SyntaxList examples of commands for this applications, but simply running the binary with the examples command:./msmailprobe examplesYou can also get more specific help by running the binary with the arguments you are interested in:./msmailprobe identify./msmailprobe userenum./msmailprobe userenum --onprem./msmailprobe userenum --o365UsageIdentify CommandUsed for gathering information about a host that may be pointed towards an Exchange or o365 tied domainQueries for specific DNS records related to Office 365 integrationAttempts to extract internal domain name for onprem instance of ExchangeIdentifies services vulnerable to time-based user enumeration for onprem ExchangeLists password-sprayable services exposed for onprem Exchange hostFlag to use: -t to specify target hostExample: ./msmailprobe identify -t mail.target.comUserenum (o365) CommandError-based user enumeration for Office 365 integrated email addressesFlags to use: -E for email list OR -e for single email address -o optionalto specify an out file for valid emails identified --threads optional for setting amount of requests to be made concurrentlyExamples: ./msmailprobe userenum --o365 -E emailList.txt -o validemails.txt --threads 25 ./msmailprobe userenum --o365 -e admin@target.comUserenum (onprem) CommandTime-based user enumeration against multiple onprem Exchange servicesFlags to use: -t to specify target host -U for user list OR -u for single username -o optionalto specify an out file for valid users identified --threads optional for setting amount of requests to be made concurrentlyExamples: ./msmailprobe userenum --onprem -t mail.target.com -U userList.txt -o validusers.txt --threads 25 ./msmailprobe userenum --onprem -t mail.target.com -u adminAcknowledgmentspoptart - For a truck load of golang assistance, poking of Exchange services, and help testing timing of responsesjlarose - Parsing decimal data within NTLMSSP authentication reponse for internal domain nameVincent Yui - Office 365 check python scriptgrimhacker - Discovery/disclosure of error-based user enumeration within Office 365 blog postNate Power - Discovery and disclosure of OWA time-based user enumerationLicenseThis project is licensed under the MIT License - see the LICENSE.md file for detailsDownload Msmailprobe
Read more...
Dark Reading: Attacks/Breaches
Adding Resiliency to BGP Avoids Network Outages, Data Loss

Cisco Umbrella has mechanisms in place to ensure that end users don't lose connectivity even if ISPs and service providers experience outages.
Dark Reading: Attacks/Breaches
Creating the Next Generation of Secure Developers

Helping management prioritize developer education is a tall order, but it's one the industry must figure out.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Python Malware | Using Discord as C2 Sever

Using the discord.py lib it’s possible to create a discord bot. In the bot’s code it is possible to put malicious functions, which when…

Continue reading on Medium »
Story of YouTube’s Unfixable Ads Bypass

Hello there! I hope everything is going well with you; today I will talk about my YouTube Ads bypass.Continue reading on Medium »
Read more...
Bug Report Update

As our testnet and bugbounty continues to thrive, we are very grateful for the active participation of our community to fix any and every…Continue reading on Medium »
Read more...