From 45dcabeb1345ec357d6369c4277b0d55338beaaf Mon Sep 17 00:00:00 2001 From: Mery-Sanz Date: Fri, 10 Jan 2025 16:01:54 +0000 Subject: [PATCH] Organize tools and blank files @lidia9 --- .../ftp_upload.py => command_and_control/.gitkeep} | 0 .../script_execution.py => data_exfiltration/.gitkeep} | 0 cai/tools/exploitation/{metasploit.py => .gitkeep} | 0 cai/tools/lateral_movement/{ssh.py => .gitkeep} | 0 cai/tools/lateral_movement/reverse_shell.py | 6 ------ cai/tools/others/{others.py => .gitkeep} | 0 cai/tools/privilege_scalation/{file.py => gitkeep} | 0 cai/tools/reconnaissance/dirb_scan.py | 1 - cai/tools/reconnaissance/gobuster_scan.py | 0 cai/tools/reconnaissance/hashcat_cracker.py | 0 cai/tools/reconnaissance/system_info.py | 3 --- 11 files changed, 10 deletions(-) rename cai/tools/{exploitation/ftp_upload.py => command_and_control/.gitkeep} (100%) rename cai/tools/{exploitation/script_execution.py => data_exfiltration/.gitkeep} (100%) rename cai/tools/exploitation/{metasploit.py => .gitkeep} (100%) rename cai/tools/lateral_movement/{ssh.py => .gitkeep} (100%) delete mode 100644 cai/tools/lateral_movement/reverse_shell.py rename cai/tools/others/{others.py => .gitkeep} (100%) rename cai/tools/privilege_scalation/{file.py => gitkeep} (100%) delete mode 100644 cai/tools/reconnaissance/dirb_scan.py delete mode 100644 cai/tools/reconnaissance/gobuster_scan.py delete mode 100644 cai/tools/reconnaissance/hashcat_cracker.py delete mode 100644 cai/tools/reconnaissance/system_info.py diff --git a/cai/tools/exploitation/ftp_upload.py b/cai/tools/command_and_control/.gitkeep similarity index 100% rename from cai/tools/exploitation/ftp_upload.py rename to cai/tools/command_and_control/.gitkeep diff --git a/cai/tools/exploitation/script_execution.py b/cai/tools/data_exfiltration/.gitkeep similarity index 100% rename from cai/tools/exploitation/script_execution.py rename to cai/tools/data_exfiltration/.gitkeep diff --git a/cai/tools/exploitation/metasploit.py b/cai/tools/exploitation/.gitkeep similarity index 100% rename from cai/tools/exploitation/metasploit.py rename to cai/tools/exploitation/.gitkeep diff --git a/cai/tools/lateral_movement/ssh.py b/cai/tools/lateral_movement/.gitkeep similarity index 100% rename from cai/tools/lateral_movement/ssh.py rename to cai/tools/lateral_movement/.gitkeep diff --git a/cai/tools/lateral_movement/reverse_shell.py b/cai/tools/lateral_movement/reverse_shell.py deleted file mode 100644 index 24c3474e..00000000 --- a/cai/tools/lateral_movement/reverse_shell.py +++ /dev/null @@ -1,6 +0,0 @@ -# ReverseShellTool -# ReverseShellSession -# ReverseShellManager -# ShellCommandExecutor -# SessionManager -# UploadReverseShellTool diff --git a/cai/tools/others/others.py b/cai/tools/others/.gitkeep similarity index 100% rename from cai/tools/others/others.py rename to cai/tools/others/.gitkeep diff --git a/cai/tools/privilege_scalation/file.py b/cai/tools/privilege_scalation/gitkeep similarity index 100% rename from cai/tools/privilege_scalation/file.py rename to cai/tools/privilege_scalation/gitkeep diff --git a/cai/tools/reconnaissance/dirb_scan.py b/cai/tools/reconnaissance/dirb_scan.py deleted file mode 100644 index 5292a4cd..00000000 --- a/cai/tools/reconnaissance/dirb_scan.py +++ /dev/null @@ -1 +0,0 @@ -# DirbScanTool diff --git a/cai/tools/reconnaissance/gobuster_scan.py b/cai/tools/reconnaissance/gobuster_scan.py deleted file mode 100644 index e69de29b..00000000 diff --git a/cai/tools/reconnaissance/hashcat_cracker.py b/cai/tools/reconnaissance/hashcat_cracker.py deleted file mode 100644 index e69de29b..00000000 diff --git a/cai/tools/reconnaissance/system_info.py b/cai/tools/reconnaissance/system_info.py deleted file mode 100644 index be418115..00000000 --- a/cai/tools/reconnaissance/system_info.py +++ /dev/null @@ -1,3 +0,0 @@ -# ProcessListTool -# EnvironmentVariablesTool -# SystemInformationTool