diff --git a/README.md b/README.md index 3a0ff7c..330c0e2 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ https://benheater.com/building-a-security-lab-in-virtualbox/ - TheMadHuman https://github.com/TMH-Sec - Aashiksamuel https://github.com/aashiksamuel (sublime install fix) + - m4ul3r # Writeups / Honorable Mentions - ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/ @@ -39,7 +40,8 @@ # Revision 1.5.4 - Qemu update - removed xserver-xorg-video-qxl is no longer in the kali repo - updated function to install qemu-guest-agent - - revision history 1.5.0 -> 1.5.3 moved to changelog.txt + - revision history 1.5.0 -> 1.5.3 moved to changelog.txt + - thank you m4ul3r! # Menu Breakdown of Pimpmykali diff --git a/changelog.txt b/changelog.txt index b6dd59c..db63895 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,7 +3,7 @@ - function sublime_install lines 768->780 updated # Revision 1.5.2 - Python Requests - - specified specific version of requests to use 2.2.1 + - specified specific version of requests to use 2.2.1 # Revision 1.5.1 - Downgrade Metasploit - Disabled - ruby has been upgraded to a default of 3.0 @@ -14,7 +14,7 @@ # Revision 1.5.0 - fix_bloodhound function update - removed hold on bloodhound at the start of the function to remove - an additional complication that was being created + an additional complication that was being created # Revision 1.4.9 - added assetfinder, added neo4j - added assetfinder precompiled binary to the following diff --git a/pimpmykali.sh b/pimpmykali.sh index 68d3905..4ffe8ae 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -6,7 +6,7 @@ # command line arguments are valid, only catching 1 arguement # # Full Revision history can be found in changelog.txt -# Standard Disclaimer: Author assumes no liability for any damage +# Standard Disclaimer: Author assumes no liability for any damage # revision var revision="1.5.4"