mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 00:06:17 -04:00
Removed V4 + V6 options
This commit is contained in:
parent
219469f24f
commit
bac2e8c014
2 changed files with 16 additions and 48 deletions
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* @author h345983745
|
||||
*
|
||||
* @copyright Crown Copyright 2017
|
||||
* @copyright Crown Copyright 2019
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
import TestRegister from "../TestRegister";
|
||||
|
@ -16,7 +16,7 @@ TestRegister.addTests([
|
|||
recipeConfig: [
|
||||
{
|
||||
op: "Defang IP",
|
||||
args: [true, true],
|
||||
args: [],
|
||||
},
|
||||
],
|
||||
}, {
|
||||
|
@ -26,7 +26,7 @@ TestRegister.addTests([
|
|||
recipeConfig: [
|
||||
{
|
||||
op: "Defang IP",
|
||||
args: [true, true],
|
||||
args: [],
|
||||
},
|
||||
],
|
||||
}, {
|
||||
|
@ -36,29 +36,8 @@ TestRegister.addTests([
|
|||
recipeConfig: [
|
||||
{
|
||||
op: "Defang IP",
|
||||
args: [true, true],
|
||||
args: [],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Defang IP: IPV4 Only",
|
||||
input: "192.168.1.1 2001:0db8:85a3:0000:0000:8a2e:0370:7343",
|
||||
expectedOutput: "192[.]168[.]1[.]1 2001:0db8:85a3:0000:0000:8a2e:0370:7343",
|
||||
recipeConfig: [
|
||||
{
|
||||
op: "Defang IP",
|
||||
args: [true, false],
|
||||
},
|
||||
],
|
||||
}, {
|
||||
name: "Defang IP: IPV6 Only",
|
||||
input: "192.168.1.1 2001:0db8:85a3:0000:0000:8a2e:0370:7343",
|
||||
expectedOutput: "192.168.1.1 2001[:]0db8[:]85a3[:]0000[:]0000[:]8a2e[:]0370[:]7343",
|
||||
recipeConfig: [
|
||||
{
|
||||
op: "Defang IP",
|
||||
args: [false, true],
|
||||
},
|
||||
],
|
||||
}
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue