Skip to content

Instantly share code, notes, and snippets.

@clevernyyyy
clevernyyyy / main.rs
Created February 18, 2022 06:07 — forked from rexim/main.rs
The Most Memory Safe Buffer Overflow in Rust!
// The Most Memory Safe Buffer Overflow in Rust!
//
// Consider all the code below under Public Domain
//
// How to build:
// $ rustc main.rs
//
// Wrong password:
// $ printf "hello\n" | ./main
//
import requests
import random
import string
import sys
import time
import requests
import urllib3
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
def id_generator(size=6, chars=string.ascii_lowercase + string.digits):

Keybase proof

I hereby claim:

  • I am clevernyyyy on github.
  • I am clevernyyyy (https://keybase.io/clevernyyyy) on keybase.
  • I have a public key ASDtHU-84qQ7423_LcpMNjFV_b4syP8U9vVBiJ4KX0w6ugo

To claim this, I am signing this object:

/ember/node_modules/ember-modal-dialog/addon/components/positioned-container.js

  alignCenter: function() {
    //const elementWidth = this.$().outerWidth();
    //const elementHeight = this.$().outerHeight();

    // this.$().css('left', '50%')
    //   .css('top', '50%')
 // .css('margin-left', elementWidth * -0.5)