Skip to content
View pilate's full-sized avatar

Highlights

  • Pro

Block or report pilate

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. TRChat TRChat Public

    Tornado+Redis Example

    Python 14 1

  2. Convert instance of 'google.visualiz... Convert instance of 'google.visualization.DataTable' to CSV
    1
    /**
    2
     * Convert an instance of google.visualization.DataTable to CSV
    3
     * @param {google.visualization.DataTable} dataTable_arg DataTable to convert
    4
     * @return {String} Converted CSV String
    5
     */
  3. phpkill.js phpkill.js
    1
    // Simple proof of concept for PHP bug (CVE-2012-0830) described by Stefan Esser (@i0n1c)
    2
    // https://thexploit.com/sec/critical-php-remote-vulnerability-introduced-in-fix-for-php-hashtable-collision-dos/
    3
    
    
    4
    // Generate 1000 normal keys and one array
    5
    function createEvilObj () {