All Projects → Aquazus → D1Proxy

Aquazus / D1Proxy

Licence: AGPL-3.0 license
A simple yet powerful Java 11 TCP MITM proxy for Dofus 1.29.1

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to D1Proxy

Zeek-Network-Security-Monitor
A Zeek Network Security Monitor tutorial that will cover the basics of creating a Zeek instance on your network in addition to all of the necessary hardware and setup and finally provide some examples of how you can use the power of Zeek to have absolute control over your network.
Stars: ✭ 38 (+123.53%)
Mutual labels:  network-monitoring, network-analysis
Nfstream
NFStream: a Flexible Network Data Analysis Framework.
Stars: ✭ 622 (+3558.82%)
Mutual labels:  network-monitoring, network-analysis
Chucker
🔎 An HTTP inspector for Android & OkHTTP (like Charles but on device)
Stars: ✭ 2,169 (+12658.82%)
Mutual labels:  network-monitoring, network-analysis
awesome-networking
A curated inexhaustive list of network utilities
Stars: ✭ 36 (+111.76%)
Mutual labels:  network-monitoring, network-analysis
Nload
Real-time network traffic monitor
Stars: ✭ 121 (+611.76%)
Mutual labels:  network-monitoring, network-analysis
opensnitch
OpenSnitch is a GNU/Linux application firewall
Stars: ✭ 398 (+2241.18%)
Mutual labels:  network-monitoring, network-analysis
Cocoadebug
iOS Debugging Tool 🚀
Stars: ✭ 3,769 (+22070.59%)
Mutual labels:  network-monitoring, network-analysis
telemetry
Open-source datasets for anyone interested in working with network anomaly based machine learning, data science and research
Stars: ✭ 93 (+447.06%)
Mutual labels:  network-monitoring, network-analysis
Ios Sdk
AppSpector is a debugging service for mobile apps
Stars: ✭ 56 (+229.41%)
Mutual labels:  network-monitoring, network-analysis
Netgraph
A cross platform http sniffer with a web UI
Stars: ✭ 852 (+4911.76%)
Mutual labels:  network-monitoring, network-analysis
ssldump
ssldump - (de-facto repository gathering patches around the cyberspace)
Stars: ✭ 160 (+841.18%)
Mutual labels:  network-monitoring, network-analysis
Ivre
Network recon framework, published by @cea-sec & @ANSSI-FR. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,331 (+13611.76%)
Mutual labels:  network-monitoring, network-analysis
network-tools
Network Tools
Stars: ✭ 27 (+58.82%)
Mutual labels:  network-monitoring, network-analysis
arpwitch
A modern arpwatch replacement with JSON formatted outputs and easy options to exec commands when network changes are observed.
Stars: ✭ 20 (+17.65%)
Mutual labels:  network-monitoring, network-analysis
ivre
Network recon framework. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,712 (+15852.94%)
Mutual labels:  network-monitoring, network-analysis
Poseidon
Poseidon is a python-based application that leverages software defined networks (SDN) to acquire and then feed network traffic to a number of machine learning techniques. The machine learning algorithms classify and predict the type of device.
Stars: ✭ 310 (+1723.53%)
Mutual labels:  network-monitoring, network-analysis
Bmon
bandwidth monitor and rate estimator
Stars: ✭ 787 (+4529.41%)
Mutual labels:  network-monitoring, network-analysis
Docker Bro
Bro IDS Dockerfile
Stars: ✭ 126 (+641.18%)
Mutual labels:  network-monitoring, network-analysis
graylog-plugin-netflow
[DEPRECATED] Graylog NetFlow plugin
Stars: ✭ 35 (+105.88%)
Mutual labels:  network-monitoring, network-analysis
graphTweets
📣 Visualise networks of Twitter interactions
Stars: ✭ 46 (+170.59%)
Mutual labels:  network-analysis

Art by @mofumanju

D1Proxy

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

Maintainability Dependencies Github Issues Pending Pull-Requests License

D1Proxy


Table of Contents


Installation

  • (optional) Install a MongoDB server on your system
  • Make sure you have an IDE that includes the Java 11 Developer Kit and Maven

Clone

  • Clone this repo to your local machine using https://github.com/Aquazus/D1Proxy.git

Compile

  • Import the project using the pom.xml into your favorite IDE and run a Maven package goal
  • You will find the jar file inside the target folder, named d1proxy-<version>.jar

Setup

  • Make sure the d1proxy.properties configuration file is in the same folder as your jar file
  • Configure the proxy as needed
  • Run the Proxy with Java 11

Features

  • Useful commands
  • (currently) Undetected by Ankama (but use at your own risk)
  • Community-based data sniffing
  • Quality of Life features to improve players experience
  • A Plugin system (Beta)

Contributing

To get started...

Step 1

  • Option 1

    • 🍴 Fork this repo!
  • Option 2

    • 👯 Clone this repo to your local machine using https://github.com/Aquazus/D1Proxy.git

Step 2

  • HACK AWAY! 🔨🔨🔨

Step 3


Team

Aquazus
Aquazus
github.com/Aquazus

FAQ

  • How to disable the community sniffing features?
    • Set proxy.sniffing to false
  • How to run the proxy without MongoDB?
    • Set mongo.enabled to false
    • Please understand that disabling MongoDB will also disable the community sniffing features.
  • How can people connect to my proxy?
      1. Make sure proxy.ip is set on your WAN IP address
      1. Make sure the proxy.port provided is not blocked by your router and/or firewall
      1. Distribute them a config.xml that includes a corresponding connserver value.

Support

Reach out to me at one of the following places!


License

License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].