Skip to content

Commit

Permalink
误报修复 (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
dem0ns authored Jun 22, 2020
1 parent f8c66ea commit 4bc4750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pocs/laravel-debug-info-leak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ rules:
path: /
follow_redirects: false
expression: >
response.status == 405 && response.body.bcontains(b"MethodNotAllowedHttpException") && (response.body.bcontains(b"vendor\\laravel\\framework\\src\\Illuminate\\Routing\\RouteCollection.php") || response.body.bcontains(b"vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php"))
response.status == 405 && response.body.bcontains(b"MethodNotAllowedHttpException") && response.body.bcontains(b"Environment & details") && (response.body.bcontains(b"vendor\\laravel\\framework\\src\\Illuminate\\Routing\\RouteCollection.php") || response.body.bcontains(b"vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php"))
detail:
author: Dem0ns(https://github.com/nic329)
author: Dem0ns (https://github.com/nic329)
links:
- https://github.com/nic329/webapp-misconfig-docker/tree/master/laravel/5_debug

0 comments on commit 4bc4750

Please sign in to comment.