/microsoft-login-spoof

An example of a spoofing page

Primary LanguageHTMLMIT LicenseMIT

Modern Microsoft login page for pentesting.

Good looking html login and a bit of JavaScript ensures user information collection.

Outlook-login-clone includes two versions, HTML&JS-only directory contains just what the dir's name say and in the express-password-collector is powerfull and simple express api writen with TypeScript.

"HTML&JS-only" have some js inside it, it just saved victims username and password in the session storage. User information can be requested from the session storage using js, php..

for example;

let userName = sessionStorage.getItem("user");
let password = sessionStorage.getItem("password");

express-password-collector install

#Just run command npm install in project dir.
To start API, run command npm run dev.

Now go to localhost:5000 and you can see the loginform. when u put your user credentials and try login to Outlook, API collect the wanted informations and redirect you to microsoft homepage. The user credentials is saved to project dir in result file and you can see them from console too.

ToDo; Mobile version

This is for ethical use only :)

Buy Me A Coffee