Skip to content

Instantly share code, notes, and snippets.

@beescuit
beescuit / roperoot.py
Created January 5, 2021 18:12
rope kkkkkkk
#!/usr/bin/env python
from pwn import *
import binascii
ip = '127.0.0.1'
port = 1337
exe = context.binary = ELF('contact')

Keybase proof

I hereby claim:

  • I am beescuit on github.
  • I am beescuit (https://keybase.io/beescuit) on keybase.
  • I have a public key ASAXrsCiQJz1XCe_yzqlWh8CnBFtVsf_Svc-tSDc9K_dJAo

To claim this, I am signing this object:

@beescuit
beescuit / hashtester.js
Last active September 26, 2019 01:06
Tests for MD5 hashes with missing parts that can be permutated
const rp = require('request-promise-native')
// md5decrypt config
const config = {
hash_type: 'md5',
email: '',
code: ''
}
function timeout (ms) {
@beescuit
beescuit / noapng.plugin.js
Last active September 28, 2021 23:37
A BetterDiscord plugin that replaces PNG avatars with WEBP ones disabling APNG animations.
//META{"name":"NoAPNG"}*//
class NoAPNG {
getName () { return 'NoAPNG' }
getDescription () { return 'Stops APNGs from rendering because discord sucks' }
getVersion () { return '0.0.7' }
getAuthor () { return 'Beescuit' }
start () {
window.apngobserver = new window.MutationObserver(mutation => {
@beescuit
beescuit / smallIcons.css
Created March 18, 2019 20:46
Make your Discord left bar (server icons, etc) smaller!
.wrapper-2lTRaf > a {
width: 35px;
height: 35px;
}
.container-2td-dC {
height: 35px;
margin-bottom: 5px;
position: relative;
width: 35px;
@beescuit
beescuit / streamcraftfs.user.js
Last active September 16, 2018 01:45
Streamcraft em tela cheia! yay
// ==UserScript==
// @name Streamcraft full-screen
// @version 0.2.1
// @description Enable full screen mode in streamcraft!
// @author beescuit
// @match http://streamcraft.com/user/*/room
// @match http://streamcraft.com/user/*/video/*
// @require http://code.jquery.com/jquery-1.12.4.min.js
// @homepage https://twitter.com/beescoitu
// @updateURL https://gist.github.com/beescuit/78423033987236d84e2a392442fb2429/raw/streamcraftfs.user.js