Skip to content

Commit 04a8d0d

Browse files
Merge pull request #276 from its-a-feature/v3.0.0
V3.0.0
2 parents 172992f + dce4f26 commit 04a8d0d

File tree

2,668 files changed

+145611
-257375
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,668 files changed

+145611
-257375
lines changed

.gitignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,37 @@ __pycache__/
44
docs/_build/
55
# Environments
66
.env
7+
tmp
8+
saved_images/
79
.venv
10+
*.swp
11+
mythic_server
12+
docker-compose.yml
13+
.ipynb_checkpoints/
814
env/
915
venv/
1016
ENV/
17+
mythic-cli
18+
.DS_Store
19+
[0-9a-zA-Z]*-[0-9a-zA-Z]*-[0-9a-zA-Z]*-[0-9a-zA-Z]*-[0-9a-zA-Z]*
20+
*.svg
1121
env.bak/
1222
venv.bak/
1323
# pycharm
1424
.idea/
1525
# ssl certs
1626
ssl/
1727
# Mythic files
18-
files/
1928
mythic_access.*
2029
mythic_sync/
2130
postgres-docker/database/
2231
rabbitmq-docker/storage/
2332
C2_profiles/
2433
Payload_Types/
34+
InstalledServices/
2535
Docker_Templates/
2636
documentation-docker/content/
37+
documentation-docker/public/
2738
display_output.txt
2839
nginx-docker/config/conf.d/services.conf
2940
## Ignore Visual Studio temporary files, build results, and
@@ -149,3 +160,5 @@ _ReSharper*/
149160

150161
# vscode
151162
.vscode/
163+
164+
jupyter-docker/jupyter/MythicExamples/.ipynb_checkpoints/

0 commit comments

Comments
 (0)