Skip to content

Commit

Permalink
Merge pull request #276 from its-a-feature/v3.0.0
Browse files Browse the repository at this point in the history
V3.0.0
  • Loading branch information
its-a-feature committed May 10, 2023
2 parents 172992f + dce4f26 commit 04a8d0d
Show file tree
Hide file tree
Showing 2,668 changed files with 145,611 additions and 257,375 deletions.
15 changes: 14 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,37 @@ __pycache__/
docs/_build/
# Environments
.env
tmp
saved_images/
.venv
*.swp
mythic_server
docker-compose.yml
.ipynb_checkpoints/
env/
venv/
ENV/
mythic-cli
.DS_Store
[0-9a-zA-Z]*-[0-9a-zA-Z]*-[0-9a-zA-Z]*-[0-9a-zA-Z]*-[0-9a-zA-Z]*
*.svg
env.bak/
venv.bak/
# pycharm
.idea/
# ssl certs
ssl/
# Mythic files
files/
mythic_access.*
mythic_sync/
postgres-docker/database/
rabbitmq-docker/storage/
C2_profiles/
Payload_Types/
InstalledServices/
Docker_Templates/
documentation-docker/content/
documentation-docker/public/
display_output.txt
nginx-docker/config/conf.d/services.conf
## Ignore Visual Studio temporary files, build results, and
Expand Down Expand Up @@ -149,3 +160,5 @@ _ReSharper*/

# vscode
.vscode/

jupyter-docker/jupyter/MythicExamples/.ipynb_checkpoints/

0 comments on commit 04a8d0d

Please sign in to comment.