Giter Site home page Giter Site logo

pokemongodecoderforburp's Introduction

PokemonGoDecoderForBurp

A simpe decoder to decode requests/responses made by PokemonGo in burp

To Install:

git clone https://github.com/pokeolaf/PokemonGoDecoderForBurp.git

git submodule update --init --recursive

cd src/main/proto

python compile.py -l java

cd ../../..

mvn compile

mvn package

This will create a file "PokemonBurpExtension-jar-with-dependencies.jar" in the target folder.

In Burp: in the Extender tab: "add": choose "Java" as extension type and select the PokemonBurpExtension-jar-with-dependencies.jar Hit "Next", then "Close" (if any Output or Error message apear, something is broken. Please inform me about that)

Now you can decode most parts of the intercepted Pokemon Go traffic.

pokemongodecoderforburp's People

Contributors

pokeolaf avatar

Stargazers

 avatar Jonny Banana avatar  avatar Tom van Ommen avatar  avatar Aidy avatar  avatar Jeff Geiger avatar Todd Grotenhuis avatar MaverickRocky02 avatar Oscaron ☕ avatar Joe DF avatar Ryan Shipp avatar minight avatar Stephen Harris avatar Tony avatar Dan Guido avatar Ozgur avatar David Davidson avatar Berend Kapelle avatar 尤理衡 (Li-Heng Yu) avatar Harrison Powers avatar Cracky avatar Andrew Orr avatar

Watchers

 avatar 尤理衡 (Li-Heng Yu) avatar  avatar

pokemongodecoderforburp's Issues

Missing DecoderTab definition

[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] ./GitHub/PokemonGoDecoderForBurp/src/main/java/burp/BurpExtender.java:[8,20] cannot find symbol
symbol: class DecoderTab
location: package burp.decoder

Searching the source, I see "DecoderTab" is referenced here:

src\main\java\burp\BurpExtender.java:8:import burp.decoder.DecoderTab;
src\main\java\burp\BurpExtender.java:30: DecoderTab tab = new DecoderTab(callbacks, controller, new BurpBodyExtractor(helpers));

However, the file or class definition for "DecoderTab" is doesn't appear to exist in the GitHub repoo:

.\GitHub\PokemonGoDecoderForBurp>dir DecoderTab* /s /b
File Not Found

Broken import statements in BurpExtender.java

There are two imports that appear to be broken in BurpExtender.java, which is preventing the project from compiling. The two imports in question are:

import directory.passive.burp.BurpBodyExtractor;
import directory.passive.burp.decoder.PogoDecoder;

I believe these should be changed to:

import burp.decoder.BurpBodyExtractor;
import burp.decoder.PogoDecoder;

Code won't compile

Where is POGOProtos.Networking.Requests.RequestOuterClass defined? It is not in this repository, so the code won't compile.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.