Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vah13/BurpCRLFPlugin
Another plugin for CRLF vulnerability detection
https://github.com/vah13/BurpCRLFPlugin
bugbounty burp crlf plugin scanner vulnerability-detection
Last synced: 10 days ago
JSON representation
Another plugin for CRLF vulnerability detection
- Host: GitHub
- URL: https://github.com/vah13/BurpCRLFPlugin
- Owner: vah13
- Created: 2017-01-11T15:11:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-25T05:41:37.000Z (almost 8 years ago)
- Last Synced: 2024-07-31T13:15:03.083Z (3 months ago)
- Topics: bugbounty, burp, crlf, plugin, scanner, vulnerability-detection
- Language: Java
- Size: 38.1 KB
- Stars: 26
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - vah13/BurpCRLFPlugin - Another plugin for CRLF vulnerability detection (Java)
README
# BurpCRLFPlugin
Another plugin for CRLF vulnerability detectionThis plugin use next payload's
```
%0a
%0d
%0d%0a
%0d%0a%09
%0d%0a+
%0d%20
%0d+
%E5%98%8A%E5%98%8D
%E5%98%8A%E5%98%8D%E5%98%8A%E5%98%8D
\r
\r\n
\r\n
\r\n\t
\r\t
```Thank's @virvales