Skip to content

Releases: jaeles-project/jaeles

beta-v0.8

27 Apr 06:19
Compare
Choose a tag to compare
  • Improve concurrency.
  • Add -H options for custom headers from cli.
  • Adding multiple origin compare.
  • Refactor and fix some bugs.

beta-v0.7

05 Apr 14:28
Compare
Choose a tag to compare
  • Add -f options for Run host OS command when vulnerability found.
  • Improve fuzz signatures.
  • Refactor and fix some bugs.
  • Add a way for enable passive signature in normal signature. (see sample below)
id: sample-siganture-01
passive: true
info:
  name: Sample 
  risk: Info

beta-v0.6

22 Mar 07:22
Compare
Choose a tag to compare
  • Improve passive detection, Burp plugins and concurrency.
  • Add -S option for selector from a file.
  • Added filter signature by level (-L option).
  • Refactoring a lot of things.
  • Fix a lot of bugs.

beta-v0.5

15 Feb 10:50
Compare
Choose a tag to compare
  • Improve signature selector option. Now you can do multiple selectors like this -s 'jira' -s 'tomcat'
  • Added -x option for excluding a specific signature.
  • Added summary report. Default report path is out/jaeles-summary.txt
  • Fix a lot of bugs.

beta-v0.4

04 Feb 15:27
Compare
Choose a tag to compare
  • Added --params 'variable_name=value' options for passing variables from command line.
  • Added more in default signature repo.
  • Added some mics detection API Exist, StringGrepCmd, RegexGrepCmd.
  • Improve Server mode.
  • Refactoring a lot of things.
  • Fix a lot of bugs.

beta-v0.3.0

22 Jan 17:38
Compare
Choose a tag to compare

New Features

  • New Passive signatures, enable via --passive option.
  • New Conclusions & Conditions.
  • New Detection APIs HasPopUp(), ValueOf("variable_name") and more.
  • Added Sending client using chrome.
  • Added new template delimiter [[.variable]].

Fixes

  • Refactoring a lot of things.
  • Fix a lot of bugs.

beta-v0.2RC0

13 Dec 04:06
Compare
Choose a tag to compare

Changelog

  • Fix a lot of bugs.
  • Improve signature in fuzz and list type.
  • Adding new API for variables detail.

The documentation is available here.

beta-v0.1RC2

27 Nov 10:27
Compare
Choose a tag to compare

Changelog

  • Fix a lot of bugs.
  • Add new Generator and Detecition API.
  • Variables can be used in fuzz signature now.
  • Fuzz signature can be used in CLI mode (jaeles scan ...) now.

The documentation is available here.

beta-v0.1RC0

18 Nov 08:48
Compare
Choose a tag to compare

First release candidate, please visit Official Documentation: https://jaeles-project.github.io/ for usage.