https://github.com/technion/3652fa
Office 365 MFA capture toolkit
https://github.com/technion/3652fa
Last synced: over 1 year ago
JSON representation
Office 365 MFA capture toolkit
- Host: GitHub
- URL: https://github.com/technion/3652fa
- Owner: technion
- License: mit
- Created: 2017-07-31T11:19:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T05:45:33.000Z (almost 9 years ago)
- Last Synced: 2025-01-24T09:29:27.154Z (over 1 year ago)
- Language: HTML
- Size: 11.7 KB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Office 365 MFA Capture Tool
See my blog [here](https://lolware.net/2017/08/01/capturing-mfa-logons.html) for additional information relating to this toolkit.
## Installation
```
git clone git@github.com:technion/3652fa.git
cd 3652fa
bundle install
```
## Starting application
./3652fa.rb
## Development
### Building Javascript
This will require Typescript, because anything that makes Javascript less horrible is a good thing. Do not edit the .js file directly, edit the .tsx file and rebuild it:
tsc 365admin.tsx --outfile ../public/365admin.js
Be sure any changes to the file come up clean with tslint:
tslint 365admin.tsx