Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
adz committed Aug 21, 2019
1 parent 316f097 commit a0e7dce
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[submodule "roles/LinEnum/files/LinEnum"]
path = roles/LinEnum/files/LinEnum
url = https://github.com/rebootuser/LinEnum
[submodule "roles/linux-exploit-suggester-2/files/linux-exploit-suggester-2"]
path = roles/linux-exploit-suggester-2/files/linux-exploit-suggester-2
url = https://github.com/jondonas/linux-exploit-suggester-2
[submodule "roles/upc/files/upc-monkey"]
path = roles/upc/files/upc-monkey
url = https://github.com/pentestmonkey/unix-privesc-check/
[submodule "roles/upc/files/upc-inquisb"]
path = roles/upc/files/upc-inquisb
url = https://github.com/inquisb/unix-privesc-check/
1 change: 1 addition & 0 deletions roles/LinEnum/files/LinEnum
Submodule LinEnum added at 6b8236
1 change: 1 addition & 0 deletions roles/upc/files/upc-inquisb
Submodule upc-inquisb added at 29db4c
1 change: 1 addition & 0 deletions roles/upc/files/upc-monkey
Submodule upc-monkey added at de8223
4 changes: 4 additions & 0 deletions roles/update.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#!/usr/bin/env bash

cd LaZagne/files
rm Linux-32bits.zip
rm Linux-64bits.zip
wget https://github.com/AlessandroZ/LaZagne/releases/download/1.0/Linux-32bits.zip
wget https://github.com/AlessandroZ/LaZagne/releases/download/1.0/Linux-64bits.zip
unzip Linux-32bits.zip
unzip Linux-64bits.zip
rm Linux-32bits.zip Linux-64bits.zip
pwd
cd ../../LinEnum/files/LinEnum
git submodule update --init
Expand All @@ -13,4 +16,5 @@ git submodule update --init
cd ../../upc/files/
git submodule update --init --recursive
cd ../../linuxprivchecker/files/
rm linuxprivchecker.py
wget https://www.securitysift.com/download/linuxprivchecker.py

0 comments on commit a0e7dce

Please sign in to comment.