mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
Added Parsing to and from CSV
This commit is contained in:
parent
2f5b0533d8
commit
e069ae4991
6 changed files with 230 additions and 2 deletions
|
@ -21,6 +21,7 @@ import PublicKeyModule from "./PublicKey.js";
|
|||
import RegexModule from "./Regex.js";
|
||||
import ShellcodeModule from "./Shellcode.js";
|
||||
import URLModule from "./URL.js";
|
||||
import CSVModule from "./CSVParser.js"
|
||||
|
||||
Object.assign(
|
||||
OpModules,
|
||||
|
@ -37,7 +38,8 @@ Object.assign(
|
|||
PublicKeyModule,
|
||||
RegexModule,
|
||||
ShellcodeModule,
|
||||
URLModule
|
||||
URLModule,
|
||||
CSVModule
|
||||
);
|
||||
|
||||
export default OpModules;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue