mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Fixed regex issue
This commit is contained in:
@@ -245,7 +245,7 @@ const VBE = {
|
||||
* @returns {string}
|
||||
*/
|
||||
runDecodeVBE: function (data, args) {
|
||||
let matcher = /#@~\^......==(.+)......==\^#~@/gm,
|
||||
let matcher = /#@~\^......==(.+)......==\^#~@/,
|
||||
result = "",
|
||||
encodedData;
|
||||
while ((encodedData = matcher.exec(data))) {
|
||||
|
||||
Reference in New Issue
Block a user