Revision 1.7.8

This commit is contained in:
Dewalt 2024-01-29 09:34:47 -06:00
parent b540a5b457
commit 489fed21b2
2 changed files with 5 additions and 2 deletions

View File

@ -45,6 +45,9 @@ sudo ./pimpmykali.sh
# Writeups / Honorable Mentions
- ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/
# Revision 1.7.8 - Pimpmykali-Mirrors
- correction/update to current url for mirrorlist
# Revision 1.7.7 - Practical Bugbounty course added
- installs course labs to ~/pbb/bugbounty
- creates ~/pbb/bugbounty/start-pbb-labs.sh startup script

View File

@ -9,7 +9,7 @@
# Standard Disclaimer: Author assumes no liability for any damage
# revision var
revision="1.7.7"
revision="1.7.8"
# unicorn puke:
red=$'\e[1;31m'
@ -2129,7 +2129,7 @@ get_mirrorlist() {
exit_screen
fi
curl -s http://http.kali.org/README.mirrorlist | grep -i "README" | cut -d ">" -f2 | cut -d "\"" -f2 | grep -i "http://" | \
curl -s http://http.kali.org/README?mirrorlist | grep -i "README" | cut -d ">" -f2 | cut -d "\"" -f2 | grep -i "http://" | \
sed s:"http\:\/\/http.kali.org\/README.meta4":"":g | sed s:"http\:\/\/http.kali.org\/README.metalink":"":g | sort -u > /tmp/timetest.list
}