Skip to content

Releases: mushorg/tanner

v0.7

11 May 16:47
Compare
Choose a tag to compare

Changes

  • Bug fixes
  • Breaking changes: Migration to yaml configs
  • New emulators:
    • Template Injection Emulator
    • XXE Injection Emulator
    • PHP Object Injection Emulator
  • Session manager improvements

v0.6

20 Jul 20:29
Compare
Choose a tag to compare

Changes

  • Add coveralls
  • Add "Location" field to the sessions
  • Improve sessions analyzing
  • Migrate to aioredis
  • Replace session storing datatype (list to sorted set)
  • Bug fixes

Important:
According to redis datatype changes, it might be necessary for you to manually change data type in your redis database

v0.5

30 Jan 22:41
Compare
Choose a tag to compare

Changes

  • New emulators:

    • CRLF
    • PHP code injection
  • Change tanner-snare communication

  • Bug fixes

Important: This release breaks compatibility with snare v0.1

v0.4

31 Jul 07:46
Compare
Choose a tag to compare

Changes

  • Add WebUI
  • Add new API functional
  • Add poolsize option into config file
  • Make emulators set flexible

v0.3

27 Jun 13:29
Compare
Choose a tag to compare

Changes:

  • Improve base emulator architecture
  • Add cookie support for attacks
  • Add the possibility to change injectable page for every emulator
  • Replace virtualdocs.json with docker for LFI
  • Fix removing docker containers
  • Add tests for cmd execution emulator
  • Update docs

tanner v0.2

08 Jun 14:29
Compare
Choose a tag to compare

Changes:

  • aiohttp server compatible with aiohttp >= 2.0.
  • migrate to new async/await syntax
  • SQL injection emulator using mysql
  • Command Injection (using docker)