Skip to content

Commit

Permalink
Removed downloading executables from github
Browse files Browse the repository at this point in the history
  • Loading branch information
dowrite committed Feb 8, 2023
1 parent d0e6af3 commit 27f0610
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 1 addition & 3 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@ Vagrant.configure("2") do |config|
unzip "/usr/share/tools/CyberChef_"$CYBERCHEF_VER".zip" -d "/usr/share/tools/CyberChef"
ln -s "/usr/share/tools/CyberChef/CyberChef_"$CYBERCHEF_VER".html /home/cricket/Desktop/CyberChef.html"
# Download privesc helper files from github
# Download privesc helper scripts from github
wget -qO "/usr/share/tools/linpeas.sh" https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas.sh
wget -qO "/usr/share/tools/winPEAS.bat" https://github.com/carlospolop/PEASS-ng/releases/latest/download/winPEAS.bat
wget -qO "/usr/share/tools/winPEASx64.exe" https://github.com/carlospolop/PEASS-ng/releases/latest/download/winPEASx64.exe
wget -qO "/usr/share/tools/winPEASx86.exe" https://github.com/carlospolop/PEASS-ng/releases/latest/download/winPEASx86.exe
# Get the latest RT Arsenal notes
mkdir -p "/home/cricket/Desktop"
Expand Down

0 comments on commit 27f0610

Please sign in to comment.