Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 0 additions & 5 deletions .editorconfig

This file was deleted.

139 changes: 0 additions & 139 deletions .github/workflows/docker.yml

This file was deleted.

153 changes: 10 additions & 143 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,149 +1,16 @@
**/rabbitmq_config.json
# Python
__pycache__/
*.py[cod]
**/*.dll
# Sphinx documentation
docs/_build/
# Environments
#.env
.venv
.DS_Store
env/
venv/
ENV/
env.bak/
venv.bak/
# pycharm
.idea/
# ssl certs
ssl/
# downloaded files
mythic_access.*
postgres-docker/database/
rabbitmq-docker/storage/
**/transforms.py
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/

# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# Visual Studio 2017 auto generated files
Generated\ Files/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
*.VisualState.xml
TestResult.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

# Benchmark Results
BenchmarkDotNet.Artifacts/

# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
**/Properties/launchSettings.json
# Node
node_modules/

# StyleCop
StyleCopReport.xml

# Files built by Visual Studio
*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
# Build outputs
dist/
bin/
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# Visual Studio Trace Files
*.e2e

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

#Custom addition to not ignore the system.automation.dll
!Payload_Type/apollo/apollo/agent_code/packages/System.Management.Automation6.1.7/*

Payload_Type/apollo/loader.bin
# OS/editor
.DS_Store
.idea/
.vscode/
16 changes: 0 additions & 16 deletions .vscode/launch.json

This file was deleted.

21 changes: 0 additions & 21 deletions Apollo.code-workspace

This file was deleted.

Empty file removed C2_Profiles/.keep
Empty file.
Loading