Commit Graph

739 Commits

Author SHA1 Message Date
n1474335 4f403d4450 5.17.0 2017-08-30 15:57:58 +00:00
n1474335 f2d8f930fb Merge branch 'bwhitn-vbe' 2017-08-30 15:57:18 +00:00
n1474335 4a86340d50 Tidied up 'Microsoft Script Decoder' operation 2017-08-30 15:56:51 +00:00
bwhitn f8e9e9ba85 added sample to description 2017-08-29 12:04:15 -07:00
bwhitn 934ed1af09 Fixed spelling errors, syntax errors, and improved the test for script decoding 2017-08-29 10:46:34 -07:00
bwhitn 0fc2a219a7 Changed the name. Small logic change. Changed from split join to regex replace. 2017-08-28 17:55:54 -04:00
bwhitn aa5939c051 Took out logging call. My bad. 2017-08-27 20:53:53 -04:00
bwhitn 9c5f06101e Fixed the replace statements 2017-08-27 18:45:42 -04:00
bwhitn 2a7c0252a0 Fixed regex issue 2017-08-27 11:49:28 -04:00
bwhitn 414726ecd4 Fixed small syntax error 2017-08-27 09:44:26 -04:00
bwhitn fdc8a15595 Added Decode VBE 2017-08-27 09:29:26 -04:00
n1474335 d012fd3a65 5.16.3 2017-08-25 11:53:08 +00:00
n1474335 a5ed824674 Merge branch 'bug-substitute' 2017-08-25 11:50:07 +00:00
n1474335 d6705c682f Fixed bug in Substitute where commas would not encode correctly 2017-08-25 11:44:31 +00:00
n1474335 d68523a54e Added status message mechanism for the Worker to report to the app 2017-08-25 01:24:12 +01:00
n1474335 6af82680f1 Fixed tests and Node version to work with modules 2017-08-25 00:44:22 +01:00
n1474335 a4aee761c2 Added module and threading support for the inline version. 2017-08-25 00:25:49 +01:00
n1474335 33b606d48f 5.16.2 2017-08-21 15:25:41 +00:00
n1474335 cc44be7ef9 Fixed recipe saving 2017-08-21 15:25:35 +00:00
n1474335 e0eb972a54 Operations with no arguments can now be added to the recipe without causing errors 2017-08-18 16:12:49 +00:00
n1474335 19c54a99cd Improved web app title construction 2017-08-18 16:01:55 +00:00
n1474335 9d60ec22ee Updated links in index.html 2017-08-18 15:55:04 +01:00
n1474335 cb4eeccfd3 Updated links in README 2017-08-18 15:47:38 +01:00
n1474335 62e50caa99 5.16.1 2017-08-16 14:11:55 +00:00
n1474335 0192566d19 Improved recipe config generation for complex objects. Fixes #180 2017-08-16 14:11:50 +00:00
n1474335 8a8b70f2ab 5.16.0 2017-08-16 13:01:50 +00:00
n1474335 af311001cf Merge branch 'feature-pretty-recipe-format' 2017-08-16 13:01:08 +00:00
n1474335 040229418e 5.15.0 2017-08-15 17:32:31 +00:00
n1474335 c259963542 Fixed string escape test configs 2017-08-15 17:32:21 +00:00
n1474335 ca75f7fa0b Merge branch 'artemisbot-features/string_escape_unescape' 2017-08-15 17:30:12 +00:00
n1474335 4b22a409e7 Tidied up string escape operations 2017-08-15 17:29:48 +00:00
n1474335 55806db00f Merge branch 'features/string_escape_unescape' of https://github.com/artemisbot/CyberChef into artemisbot-features/string_escape_unescape 2017-08-15 17:16:39 +00:00
n1474335 83c757ebd4 Lint 2017-08-15 17:12:09 +00:00
n1474335 a19b02aa8c Updated URL regexes to match more unescaped special characters 2017-08-15 16:44:45 +00:00
n1474335 cf1ba60a10 Added new 'pretty' recipe format to make URLs more readable 2017-08-15 16:26:42 +00:00
n1474335 2a4c9afdf2 5.14.0 2017-08-10 12:42:00 +00:00
n1474335 ab76933158 Merge branch 'feature-themes' 2017-08-10 12:41:18 +00:00
n1474335 d4d7bcab7a Added GeoCities theme 2017-08-10 12:35:30 +00:00
n1474335 a61cf6a68a Added module framework 2017-08-09 20:09:23 +01:00
n1474335 146a307b59 5.13.1 2017-08-08 14:47:55 +00:00
n1474335 875946b4e8 Modified babel to target Node 6.5 2017-08-08 14:47:48 +00:00
n1474335 81f2a460ed Added apploaded event to signify when the app has completed loading 2017-08-08 13:08:06 +00:00
Matt C 6698a2ac13 Added tests + fixes for PR
- actually removed prev func
- shuffled some stuff around
2017-08-07 16:08:50 +01:00
Matt C 9161cc693d Removes need for runParseEscapedString
- Fixes examples
- Actually makes it work
2017-08-04 15:54:00 +01:00
n1474335 be689e293d Removed dev commands from PublicKey.js 2017-08-04 14:44:12 +00:00
n1474335 53c22d5e29 5.13.0 2017-08-04 14:00:24 +00:00
n1474335 5c0c80829e Merge branch 'artemisbot-features/jpath' 2017-08-04 14:00:05 +00:00
n1474335 55aedfe901 Jsonpath lib now imported from npm with workaround instead of serving locally. 2017-08-04 13:59:32 +00:00
n1474335 4b87d66131 Merge branch 'features/jpath' of https://github.com/artemisbot/CyberChef into artemisbot-features/jpath 2017-08-04 13:36:03 +00:00
n1474335 fc9497f067 Updated dependencies 2017-08-04 13:35:52 +00:00