Skip to content

v2.7.1

Compare
Choose a tag to compare
@hahwul hahwul released this 12 Feb 13:26
· 419 commits to main since this release

Summary

  • Fixed --only-custom-payload bug
  • Added --ignore-param flag

If you use --ignore-param flags, you can ignore unwanted parameters when scanning. It can be used anywhere, including the URL mode, Pipe mode, File mode, etc because it is global flag.

Changelog

  • 82a1753 Tap v2.7.1
  • aa2035a Merge pull request #351 from hahwul/dependabot/go_modules/github.com/briandowns/spinner-1.18.1
  • 05c2afa Merge pull request #350 from hahwul/dependabot/go_modules/github.com/swaggo/echo-swagger-1.3.0
  • 2c465ff Merge pull request #349 from hahwul/dependabot/go_modules/github.com/swaggo/swag-1.7.9
  • 09e9af2 Merge pull request #348 from hahwul/dependabot/go_modules/github.com/chromedp/chromedp-0.7.7
  • 62d1f2e Merge pull request #340 from hahwul/dependabot/go_modules/github.com/swaggo/echo-swagger-1.2.0
  • 3ff32dd Merge pull request #339 from hahwul/dependabot/go_modules/github.com/labstack/echo/v4-4.6.3
  • 5a190df Bump github.com/swaggo/swag from 1.7.8 to 1.7.9
  • 2e3efaa Bump github.com/swaggo/echo-swagger from 1.2.0 to 1.3.0
  • 999a1e4 Bump github.com/swaggo/echo-swagger from 1.1.4 to 1.2.0
  • 6c05b98 Bump github.com/labstack/echo/v4 from 4.6.1 to 4.6.3
  • fe08583 Bump github.com/chromedp/chromedp from 0.7.6 to 0.7.7
  • dbee447 Bump github.com/briandowns/spinner from 1.18.0 to 1.18.1
  • 872067f (#344) Fixed --only-custom-payload bug
  • e9d75b5 (#342) Add --ignore-param flag and change func 'CheckInspectionParam'