mirror of
https://github.com/ChendoChap/pOOBs4
synced 2025-01-30 22:50:19 -05:00
README stuff (#2)
* Update README.md * Update README.md * Update index.html
This commit is contained in:
parent
0f97232d25
commit
4e8f0f16c2
10
index.html
10
index.html
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user