Skip to content

Commit

Permalink
Protect all apps with Microsoft Entra whiteboard
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthebrit committed Jul 9, 2023
1 parent 21241e5 commit 753f71d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doggos/doggoecho.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ try {

res.setHeader("content-type","text/html");

res.write(`<html><body>Authenticated as <b> ${req.headers['userupn']} </b> ( ${req.headers['userdisplayname']} ) \n`);
res.write(`<html><body>Authenticated as <b> ${req.headers['userupn']} </b> ( ${req.headers['userdisplayname']} ) <br> \n`);
res.write("<img src='https://savilltech.com/images/zerosniffs.png'/><pre>");
res.write('Debug Information:\n************************\n');
res.write(`HTTP Version : ${req.httpVersion} \n`);
Expand Down
Binary file added Whiteboards/EntraApplicationProtection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 753f71d

Please sign in to comment.