Skip to content

beta-v0.13

Compare
Choose a tag to compare
@j3ssie j3ssie released this 22 Sep 17:36
· 43 commits to master since this release
  • Refactor jaeles config commands.
  • Added --at option to enable always true detection for observed response.
  • Added chunk mode for dealing with a really big file (experimental).
  • Small improve on console color.
  • Refactor and fix some bugs.

New config command will look like this

Config Command examples:
  # Init default signatures
  jaeles config init

  # Update latest signatures
  jaeles config update
  jaeles config update --repo http://github.com/jaeles-project/another-signatures --user admin --pass admin
  jaeles config update --repo git@github.com/jaeles-project/another-signatures -K your_private_key

  # Reload signatures from a standard signatures folder (contain passives + resources)
  jaeles config reload --signDir ~/standard-signatures/

  # Add custom signatures from folder
  jaeles config add --signDir ~/custom-signatures/

  # Clean old stuff
  jaeles config clean