Skip to content

v0.1.5 Release

Compare
Choose a tag to compare
@hatRiot hatRiot released this 12 Jan 02:29
· 25 commits to master since this release

Initial tag release. Bug fixes, slight change to module interfacing, new HTTP modifier module.

Enhancements/features:

  • "opts" command is now "gops", or, global options. The "ops" command is now used in the context
    of a loaded module
  • Module settings are now only listed once "ops" is entered, instead of each time a setting is set
  • Port option added to HTTP sniffer
  • We now create a temporary folder for working with zarp-specific files
  • New module, Replacer, can be used to modify HTTP traffic on the fly
  • Router modules now feature interactive option interfaces, like all other mods

Bugs:

  • NBNS poisoning output fix
  • DHCP poisoning missing sleep import fixed
  • Color formatting for DNS poisoning output
  • Fixed mistyped function call in src/core/stream.py
  • Fixed a crash in pptable when rows was <= 0 (Issue #14)