Skip to content

connorjaydunn/msenum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msenum

msenum is an open-source reconnaissance tool for large-scale Microsoft account enumeration. It exploits endpoint(s) that lack proper rate limiting, allowing the enumeration of thousands of accounts per second.

Demo

Demo

Installation

1. Clone the repository:

git clone https://github.com/connorjaydunn/msenum.git

2. Navigate to the project directory:

cd msenum

3. Install the dependencies:

pip install -r requirements.txt

Usage

To view all available options and parameters, run:

python msenum.py -h

Example

python msenum.py -f emails.txt -o valid_msa.txt -c 20

This will:

  • Check emails from emails.txt for Microsoft accounts,
  • Output Microsoft accounts to valid_msa.txt,
  • Use up to 20 concurrent requests.

Disclaimer

The developer is not responsible for any illegal use. By using this software, you agree to use it responsibly and legally, and assume full responsibility for any consequences that may arise.

About

Microsoft Account Enumeration Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages