diff --git a/.dockerignore b/.dockerignore deleted file mode 100644 index 8ecf7c0..0000000 --- a/.dockerignore +++ /dev/null @@ -1,4 +0,0 @@ -.git -.DS_Store -LICENSE -README.md \ No newline at end of file diff --git a/.gitignore b/.gitignore index 484c7a0..4629caa 100644 --- a/.gitignore +++ b/.gitignore @@ -4,16 +4,34 @@ /.nebula-history-file /100_percent_done /__pycache__/ -/module/cleanup/__pycache__/ -/module/detection/__pycache__/ -/module/detectionbypass/__pycache__/ -/module/enum/__pycache__/ -/module/exploit/__pycache__/ -/module/lateralmovement/__pycache__/ -/module/listeners/__pycache__/ -/module/persistence/__pycache__/ -/module/postexploitation/__pycache__/ -/module/privesc/__pycache__/ -/module/reconnaissance/__pycache__/ -/module/stager/__pycache__/ -/workspaces \ No newline at end of file +/core/module/cleanup/__pycache__/ +/core/module/detection/__pycache__/ +/core/module/detectionbypass/__pycache__/ +/core/module/enum/__pycache__/ +/core/module/exploit/__pycache__/ +/core/module/lateralmovement/__pycache__/ +/core/module/listeners/__pycache__/ +/core/module/persistence/__pycache__/ +/core/module/postexploitation/__pycache__/ +/core/module/privesc/__pycache__/ +/core/module/reconnaissance/__pycache__/ +/core/module/reconnaissance/__ip_source/__pycache__/ +/core/module/stager/__pycache__/ +/core/module/misc/__pycache__/ +/core/models/__pycache__/ +/core/run_module/__pycache__/ +/core/auth/__pycache__/ +/core/createSession/__pycache__/ +/core/enum_user_privs/__pycache__/ +/core/database/__pycache__/ +/core/module/listeners/__listeners/__pycache__/ +/core/module/reconnaissance/__ip_source/__pycache__/ +/workspaces +/client/venv/ +/clientGUI/venv/ +/client/__pycache__/ +/client/commands/__pycache__/ +/client/core/__pycache__/ +/client/help/__pycache__/ +/client/help/__pycache__/ +/client/.nebula-history-file diff --git a/.idea/.gitignore b/.idea/.gitignore index 26d3352..eaf91e2 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,3 +1,3 @@ -# Default ignored files -/shelf/ -/workspace.xml +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/Nebula.iml b/.idea/NewNebula.iml similarity index 70% rename from .idea/Nebula.iml rename to .idea/NewNebula.iml index 8e5446a..1d2a0a0 100644 --- a/.idea/Nebula.iml +++ b/.idea/NewNebula.iml @@ -1,14 +1,17 @@ - - - - - - - - - - - + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index bf221fd..3dce9c6 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,12 +1,10 @@