From d53c0409e210ae7b4bbfcf3b2ece2b4567f4b904 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 7 Aug 2019 19:18:30 -0400 Subject: [PATCH] Initial commit with first submodules --- .gitmodules | 24 ++++++++++++++++++++++++ LinEnum | 1 + One-Lin3r | 1 + PowerSploit | 1 + SecLists | 1 + nishang | 1 + pspy | 1 + 7 files changed, 30 insertions(+) create mode 100644 .gitmodules create mode 160000 LinEnum create mode 160000 One-Lin3r create mode 160000 PowerSploit create mode 160000 SecLists create mode 160000 nishang create mode 160000 pspy diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..67d5797 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,24 @@ +[submodule "nishang"] + path = nishang + url = https://github.com/samratashok/nishang + branch = master +[submodule "SecLists"] + path = SecLists + url = https://github.com/danielmiessler/SecLists + branch = master +[submodule "PowerSploit"] + path = PowerSploit + url = https://github.com/PowerShellMafia/PowerSploit + branch = master +[submodule "LinEnum"] + path = LinEnum + url = https://github.com/rebootuser/LinEnum + branch = master +[submodule "pspy"] + path = pspy + url = https://github.com/DominicBreuker/pspy + branch = master +[submodule "One-Lin3r"] + path = One-Lin3r + url = https://github.com/D4Vinci/One-Lin3r + branch = master diff --git a/LinEnum b/LinEnum new file mode 160000 index 0000000..6b8236b --- /dev/null +++ b/LinEnum @@ -0,0 +1 @@ +Subproject commit 6b8236b9c67f67565a2d24bc0b776a32b3845eae diff --git a/One-Lin3r b/One-Lin3r new file mode 160000 index 0000000..4e7fb64 --- /dev/null +++ b/One-Lin3r @@ -0,0 +1 @@ +Subproject commit 4e7fb64ebb5e6a2e1621cd18a4fd63348d3a8e67 diff --git a/PowerSploit b/PowerSploit new file mode 160000 index 0000000..c7985c9 --- /dev/null +++ b/PowerSploit @@ -0,0 +1 @@ +Subproject commit c7985c9bc31e92bb6243c177d7d1d7e68b6f1816 diff --git a/SecLists b/SecLists new file mode 160000 index 0000000..1f6c4c1 --- /dev/null +++ b/SecLists @@ -0,0 +1 @@ +Subproject commit 1f6c4c10bffbd609bf8e4622acb2ec7d19002d85 diff --git a/nishang b/nishang new file mode 160000 index 0000000..d332b7b --- /dev/null +++ b/nishang @@ -0,0 +1 @@ +Subproject commit d332b7b85b5d70b17aed15cb4afd930736fcbad9 diff --git a/pspy b/pspy new file mode 160000 index 0000000..0c97308 --- /dev/null +++ b/pspy @@ -0,0 +1 @@ +Subproject commit 0c973089dd1d9c6df58e511a8fee661991047867