Rescope Versions Save

A scope generation tool for Burp Suite & ZAP

v0.2

5 years ago

Changed

  • How Burp/ZAP is specified from the cli. Now using flags instead.
  • How identified targets are printed. rescope will now include a leading +/- for each target to better indicate which are includes and excludes. Perhaps that'll make things clearer for those who are color blind.
  • rescope will now handle !EXCLUDE tag having leading/preceding text on the same line.

Fixed

  • A filepath issue that resulted in panic upon parsing to ZAP from executable that resided outside of package directory.
  • An issue that resulted in IP ranges/CIDR from being parsed correctly.
  • Burp parsing inaccuracy for certain targets having both http(s) and ports. Rescope will now include protocol ports (80|443) and host port when parsing to Burp.
  • Minor issue that prevented --version from being displayed.

Added

  • CHANGELOG.md