Skip to content

Releases: narukoshin/EnRaiJin

v2.5.2-dev.4

24 Dec 01:50
Compare
Choose a tag to compare
v2.5.2-dev.4 Pre-release
Pre-release

What has been done in this release:

  1. Fully re-created the proxy package and added proxy/v2 (version 1 will soon be completely removed).
  2. Developed a plugin called "Proxmania" that changes the proxy on every request.

image

  1. Renamed modules and packages to EnRaiJin.

Full Changelog: v2.5.2-dev.1...v2.5.2-dev.4

v2.5.2-dev.1

21 Dec 12:00
Compare
Choose a tag to compare
v2.5.2-dev.1 Pre-release
Pre-release

Fully re-created update package, improved latest version checking and downloading.

Full Changelog: v2.5.2-dev...v2.5.2-dev.1

v2.5.2-dev.3

22 Dec 00:03
90ac0b6
Compare
Choose a tag to compare
v2.5.2-dev.3 Pre-release
Pre-release

v2.5.2-dev

20 Dec 22:00
90ac0b6
Compare
Choose a tag to compare
v2.5.2-dev Pre-release
Pre-release

This is not a real release.
This release is created to test a new updater feature.
Please do NOT download the binaries below, this release is still under development.

v2.5.1

19 Dec 14:20
Compare
Choose a tag to compare

It is now possible to develop plugins for brute force attacks, such as random user agents, with examples available in the plugins folder. For custom code, there is no longer a need to re-compile the project; you can write plugins on the go

Compile code to the .so file format to import a plugin. To do so, please use the built-in command for the Go programming language, command example is below:

go build -buildmode=plugin -o plugin_name.so plugin_name.go

Full Changelog: v2.5...v2.5.1


Updated on 20/12/2024

Changes:

v2.5

06 Dec 09:34
Compare
Choose a tag to compare

Updated all dependencies to the latest version.

Full Changelog: v2.4.9...v2.5

v2.4.9

30 Nov 03:22
Compare
Choose a tag to compare

Improved debugging and fixed an updater bug that didn't show the latest version correctly.

Full Changelog: v2.4.8...v2.4.9

v2.4.8-1

27 Feb 12:30
Compare
Choose a tag to compare
Removed print

v2.4.8

24 Feb 20:30
Compare
Choose a tag to compare

Updates

Added a feature that allows users to include configuration files by parts
Reference: #8
Commit: 8162214

v2.4.7a

10 Nov 01:12
Compare
Choose a tag to compare
  • Fixed memory leak bug (#2)
  • Added a new line to the updater function (9df95e7)