Skip to content

Releases: Raghavd3v/CRLFsuite

CRLFsuite v2.5.2

16 Aug 18:21
dfb573e
Compare
Choose a tag to compare

New arguments:

  • --delay
  • --stable
  • --headers
  • -oN
  • -oJ
  • --resume
  • --silent
  • -sH
  • -cL

New features:

  • Json & Text ouput supported

  • Multiple headers supported

  • Verbose output supported

  • Scan can be resumed after CTRL^C is pressed

  • Added heuristic (basic) scanner

  • Compatibility with windows

Enhancement

  • Enhanced payload generator
  • Enhanced exporter.py
  • Enhanced scanner.py
  • Enhanced WAF detector
  • Enhanced main.py

CRLFsuite v2.1.2

30 Jul 02:40
85fa7ca
Compare
Choose a tag to compare
  • Fixed TyperError while using User-Agent header.
  • Fixed scanning failure while using -uA option.

CRLFsuite v2.1.1

05 Jul 15:53
c301493
Compare
Choose a tag to compare

CRLFsuite bug fixes:

  • Now scanner will match the param and crlfsuite strings in the Set-Cookie header instead of matching in the cookies.
  • Fixed false-positive on 301/302 status code.
  • Removed a payload because of many false-positive results.

Note: We're still working on decreasing false-positive results and adding new features like: resuming the scan (after CTLR^C is pressed)

CRLFsuite v2.0

11 Jun 05:23
a23e44d
Compare
Choose a tag to compare

What's new:

✔️ WAF detection

✔️ XSS through CRLF injection scanning

✔️ Improved and fixed bugs in crlfscanner.py

✔️ Enhanced scanning techniques

CRLFsuite v1.4.0

10 Apr 01:23
13ba143
Compare
Choose a tag to compare
  • -sL/--silent option available --> skip banner and args info (direct output)

CRLFsuite v1.3.0

06 Apr 01:27
27fff75
Compare
Choose a tag to compare
  • Stdin supported
  • Updated logger.py
  • Updated cli.py

CRLFsuite v1.0

31 Mar 02:37
c233ded
Compare
Choose a tag to compare
Update README.md