Skip to content

v2.5.1

Latest
Compare
Choose a tag to compare
@narukoshin narukoshin released this 19 Dec 14:20
· 3 commits to main since this release

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: