Commit Graph

148 Commits

Author SHA1 Message Date
pyth0n1c fe36f9f5bc Re-Added and improved duplicate ID checking
for ESCU and BA detections.
2022-09-29 14:35:21 -07:00
pyth0n1c 9657101fc3 Fixes for more robust catching of duplicate ids. 2022-09-29 13:46:52 -07:00
srv-rr-gh-researchbt c02e8a9314 Branch was auto-updated. 2022-09-29 11:20:02 -07:00
srv-rr-gh-researchbt bd85a2be5a Branch was auto-updated. 2022-09-29 11:16:36 -07:00
srv-rr-gh-researchbt 64c354f963 Branch was auto-updated. 2022-09-29 11:16:31 -07:00
pyth0n1c bb84ef752b One more change to substitution string 2022-09-15 16:30:32 -07:00
pyth0n1c d84aba8af0 Fixed another issue with the filename. 2022-09-15 13:28:36 -07:00
pyth0n1c af16d25ca2 Fixed file name find and replace issue 2022-09-15 13:27:48 -07:00
pyth0n1c 6fe804f8ed changed one more location where the path to escu is hardcoded. 2022-09-15 13:18:00 -07:00
pyth0n1c a4d143d4f1 better app name valdiation message 2022-09-15 12:58:52 -07:00
pyth0n1c b5bfc29fb5 Basic validation on the app_name 2022-09-15 12:57:12 -07:00
pyth0n1c 444026f32b Another small modification to replace
static ESCU name with the name of
your app
2022-09-15 12:53:29 -07:00
pyth0n1c 49f0d7ac0c Branch was auto-updated. 2022-09-15 11:33:13 -07:00
pyth0n1c 2ab2821d0d Branch was auto-updated. 2022-09-15 11:33:09 -07:00
pyth0n1c 124fd0d465 Fix search string to be more broad 2022-09-15 11:22:05 -07:00
tccontre 3397919067 new-xml-src-data 2022-09-15 09:59:04 +02:00
pyth0n1c 640f932419 Added bubbling up errors so that they can be handled by higher level functions. 2022-09-01 11:47:29 -04:00
pyth0n1c a17b44daf7 Remove lookups from copied ESCU directory. 2022-08-12 12:09:17 -07:00
pyth0n1c f632813720 Changes to a number of files to make them suitable for use in an app by a different name. 2022-08-11 16:54:05 -07:00
pyth0n1c f8e3fb6d4a code to update templates files that must change for an app with different name to work 2022-08-11 15:14:17 -07:00
pyth0n1c 2c0888a090 Merge branch 'develop' into Clean_and_Deploy 2022-08-11 11:12:49 -07:00
pyth0n1c 1ee1b76968 Branch was auto-updated. 2022-08-04 00:42:05 -07:00
d1vious 939493337d adding research site links 2022-08-03 17:34:32 -04:00
pyth0n1c 87a8bc0442 Merged develop into this branch and resolved merge conflicts. 2022-08-03 06:47:22 -07:00
P4T12ICK 9dac698c46 solve merge conflicts 2022-08-01 11:39:02 +02:00
tccontre b21d754be3 attack_data_helper 2022-07-20 10:54:59 +02:00
pyth0n1c 72c1153383 Branch was auto-updated. 2022-07-19 12:40:38 -07:00
pyth0n1c 236f0ce71f Branch was auto-updated. 2022-07-19 12:36:12 -07:00
pyth0n1c bf4c565f79 Branch was auto-updated. 2022-07-19 12:36:08 -07:00
pyth0n1c d4779f44ad Branch was auto-updated. 2022-07-19 11:16:25 -07:00
pyth0n1c 03ccafe319 Branch was auto-updated. 2022-07-19 11:16:21 -07:00
pyth0n1c d04c5e49f5 Branch was auto-updated. 2022-07-19 11:16:17 -07:00
pyth0n1c 7554992aa0 Updates to reduce duplication in the check_references code. Other updates to fix a number of issues introduced which cause Pytests to fail 2022-07-18 15:58:12 -07:00
Michael Haag b71e570891 Update cobalt_strike_named_pipes.yml
Updated to Hunting
2022-07-15 10:16:14 -06:00
pyth0n1c 97ad9beaa2 Fixed the pathing issue for reporting. 2022-07-15 06:44:25 -07:00
pyth0n1c 20ab9f27ce Moved id collision checking into
the Utils module since it will
be used by the Factory and the
BA Factory.  Updated a duplicate
UUID to mitigate the collision
issue raised on GitHub.
2022-07-12 15:06:35 -07:00
pyth0n1c 9b21029bea Added logic for checking to
see if there are duplicate ids
for any/all kinds of content that
have an ID associated with it.
2022-07-12 14:26:34 -07:00
pyth0n1c 0c41f0a2f8 Branch was auto-updated. 2022-07-07 17:08:03 -07:00
pyth0n1c cb1ba3c884 Added slightly more verbose printing
to track high-level progress in CICD.
2022-06-30 11:12:50 -07:00
pyth0n1c 45736b5ed7 Updated CI/CD Workflow and
python code in contentctl so that
progress update are not output
when running in CICD environment.
Outputting all of this data
causes thousands of lines of output
logs to be generated in CICD.
This info is only relevant when
running locally in a tty.
2022-06-30 10:52:00 -07:00
pyth0n1c 5eda0215e4 Branch was auto-updated. 2022-06-29 12:59:29 -07:00
patel-bhavin bb3a73b0dd array 2022-06-27 15:26:45 -07:00
patel-bhavin e92699f315 st 2022-06-24 14:27:27 -07:00
pyth0n1c d40ca09d61 Merged develop into content_changer_improvements to resolve merge conflict. this was making it impossible to merge the PR in the GitHub Interface. 2022-06-23 14:19:17 -07:00
pyth0n1c a74ebee88f Added the --skip_enrichment option to the
contentctl tool.  This can save a huge amount
of time when generating an app.  Also
added a progress meter when the documentation
is being generated. Finally, correctly initialized
the default values of some class member fields
in order to get all the contentctl steps working.
2022-06-22 13:44:17 -07:00
Lou Stella c7ad4a013b Updating DM enum 2022-05-31 10:58:08 -05:00
pyth0n1c f6790d12c3 Updated the initialize output path and
documentation in contentctl help.
2022-05-18 01:50:49 -07:00
pyth0n1c ef6ef78281 Fixed output dir naming and path for
init.
2022-05-17 23:28:52 -07:00
pyth0n1c e3459eaeb3 Updates to contentctl, deploy,
enums, and initialize to support
building the app scaffold and
removing all the content that needs
to be removed.
2022-05-17 23:13:53 -07:00
pyth0n1c e47765f09f Fixing error introduced when sorting steps
in initialize.
2022-05-17 20:01:45 -07:00