Giter Site home page Giter Site logo

aquazus / d1proxy Goto Github PK

View Code? Open in Web Editor NEW
21.0 21.0 4.0 172 KB

A simple yet powerful Java 11 TCP MITM proxy for Dofus 1.29.1

License: GNU Affero General Public License v3.0

Java 99.00% Shell 0.10% Batchfile 0.90%
dofus java mongodb network network-analysis network-monitoring networking proxy

d1proxy's People

Contributors

aquazus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

d1proxy's Issues

java.nio.channels.ShutdownChannelGroupException

Exception in thread "Thread-10" java.nio.channels.ShutdownChannelGroupException
	at java.base/sun.nio.ch.Invoker.invokeIndirectly(Invoker.java:223)
	at java.base/sun.nio.ch.Invoker.invoke(Invoker.java:189)
	at java.base/sun.nio.ch.Invoker.invoke(Invoker.java:298)
	at java.base/sun.nio.ch.WindowsAsynchronousSocketChannelImpl$ReadTask.failed(WindowsAsynchronousSocketChannelImpl.java:602)
	at java.base/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:389)
	at java.base/java.lang.Thread.run(Thread.java:834)

GP bug

04:41:10 DEBUG f.a.d.n.ProxyClient - [127.0.0.1 - Aquazus-Arc] --> GP*
Exception in thread "Thread-1" java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
at fr.aquazus.d1proxy.network.ProxyCipher.decodeGP(ProxyCipher.java:49)
at fr.aquazus.d1proxy.handlers.GPHandler.shouldForward(GPHandler.java:22)
at fr.aquazus.d1proxy.network.ProxyClient.shouldForward(ProxyClient.java:135)
at fr.aquazus.d1proxy.network.ProxyClient.lambda$handleClient$4(ProxyClient.java:81)
at simplenet.Client.lambda$readByteAlways$3(Client.java:489)
at simplenet.Client$2.accept(Client.java:442)
at simplenet.Client$2.accept(Client.java:439)
at simplenet.Client.read(Client.java:418)
at simplenet.Client$2.accept(Client.java:443)
at simplenet.Client$2.accept(Client.java:439)
at simplenet.Client.read(Client.java:418)
at simplenet.Client$2.accept(Client.java:443)
at simplenet.Client$2.accept(Client.java:439)
at simplenet.Client.read(Client.java:418)
at simplenet.Client$2.accept(Client.java:443)
at simplenet.Client$2.accept(Client.java:439)
at simplenet.Client.read(Client.java:418)
at simplenet.Client$2.accept(Client.java:443)
at simplenet.Client$2.accept(Client.java:439)
at simplenet.Client$Listener.completed(Client.java:95)
at simplenet.Client$Listener.completed(Client.java:45)
at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:127)
at java.base/sun.nio.ch.Invoker$2.run(Invoker.java:219)
at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)

StringIndexOutOfBoundsException: begin 0, end -1, length 0

14:48:31 INFO f.a.d.n.ProxyClient - [77.XX.XX.XX] auth tunnel opened!
Exception in thread "Thread-1" java.lang.StringIndexOutOfBoundsException: begin 0, end -1, length 0
	at java.base/java.lang.String.checkBoundsBeginEnd(String.java:3319)
	at java.base/java.lang.String.substring(String.java:1874)
	at fr.aquazus.d1proxy.network.ProxyClient.lambda$handleClient$4(ProxyClient.java:87)
	at simplenet.Client.lambda$readByteAlways$3(Client.java:489)
	at simplenet.Client$2.accept(Client.java:442)
	at simplenet.Client$2.accept(Client.java:439)
	at simplenet.Client.read(Client.java:418)
	at simplenet.Client$2.accept(Client.java:443)
	at simplenet.Client$2.accept(Client.java:439)
	at simplenet.Client.read(Client.java:418)
	at simplenet.Client$2.accept(Client.java:443)
	at simplenet.Client$2.accept(Client.java:439)
	at simplenet.Client$Listener.completed(Client.java:95)
	at simplenet.Client$Listener.completed(Client.java:45)
	at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:127)
	at java.base/sun.nio.ch.Invoker.invokeDirect(Invoker.java:158)
	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.implRead(UnixAsynchronousSocketChannelImpl.java:560)
	at java.base/sun.nio.ch.AsynchronousSocketChannelImpl.read(AsynchronousSocketChannelImpl.java:277)
	at java.base/sun.nio.ch.AsynchronousSocketChannelImpl.read(AsynchronousSocketChannelImpl.java:298)
	at java.base/java.nio.channels.AsynchronousSocketChannel.read(AsynchronousSocketChannel.java:425)
	at simplenet.Server$2.completed(Server.java:103)
	at simplenet.Server$2.completed(Server.java:97)
	at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:127)
	at java.base/sun.nio.ch.Invoker$2.run(Invoker.java:219)
	at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)

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.