j1nse

Results 5 issues of j1nse

This label and attack vector will cause XSS. payload: `` `sup` `abbr` if you type the payload,the xss vulnerability will be triggered. ![xss](https://user-images.githubusercontent.com/22301107/62455064-27b3e300-b7a8-11e9-8e13-1f902c883bf6.PNG) ![xss2](https://user-images.githubusercontent.com/22301107/62463582-f560b080-b7bc-11e9-94a2-c96170159209.PNG) ![xss3](https://user-images.githubusercontent.com/22301107/62463588-f8f43780-b7bc-11e9-8bb5-4337e6c2b5e6.PNG)

Dear Developer: I want to get a control flow graph from an APK. I don't need all method control flow graph, just some method I want, for example `org.apache.http.client.HttpClient.execute()`. But...

two similar tree merge into one like this: Node('/a') └── Node('/a/b') and Node('/a') └── Node('/a/c') then: Node('/a') |── Node('/a/c') └── Node('/a/b')