Skip to content

Releases: hatRiot/zarp

v0.1.8 Release

19 Nov 07:43
Compare
Choose a tag to compare

Small release with a new module courtesy of @Bwall and a few other smaller changes.

0.1.7 Release

12 Apr 22:14
Compare
Choose a tag to compare

Minor release touting a new module from Brian Wallace.

v0.1.5 Release

12 Jan 02:29
Compare
Choose a tag to compare

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)