Skip to content

Commit

Permalink
Create CRLFsuite.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arch3rPro committed Dec 17, 2024
1 parent 9e61342 commit 899ac92
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions bucket/CRLFsuite.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": "2.5.2",
"description": "(Scoop bucket by arch3rpro) CRLFsuite - The most powerful CRLF injection (HTTP Response Splitting) scanner.",
"homepage": "https://github.com/Raghavd3v/CRLFsuite",
"license": "Unknown",
"suggest": "Python3",
"url": "https://github.com/Raghavd3v/CRLFsuite/archive/refs/tags/v2.5.2.zip",
"hash": "81df63658f9608d71a0bdd8a1efe9bef6b5c67481bb79b78418d693bf9af4977",
"post_install": [
"Move-Item -Path \"$dir\\CRLFsuite-$version\\*\" -Destination \"$dir\\\"",
"Remove-Item \"$dir\\CRLFsuite-$version\" -Force -Recurse",
"pip3 install crlfsuite -U"
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Raghavd3v/CRLFsuite/archive/refs/tags/v$version.zip"
}
}

0 comments on commit 899ac92

Please sign in to comment.