Update Mon May 9 03:30:20 AM CDT 2022
This commit is contained in:
parent
516ba6a8bd
commit
52732afe5a
|
|
@ -32,6 +32,7 @@
|
||||||
https://benheater.com/building-a-security-lab-in-virtualbox/
|
https://benheater.com/building-a-security-lab-in-virtualbox/
|
||||||
- TheMadHuman https://github.com/TMH-Sec
|
- TheMadHuman https://github.com/TMH-Sec
|
||||||
- Aashiksamuel https://github.com/aashiksamuel (sublime install fix)
|
- Aashiksamuel https://github.com/aashiksamuel (sublime install fix)
|
||||||
|
- m4ul3r
|
||||||
|
|
||||||
# Writeups / Honorable Mentions
|
# Writeups / Honorable Mentions
|
||||||
- ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/
|
- ip3c4c_n00b https://ip3c4c.com/2202_homelab_vmware/
|
||||||
|
|
@ -39,7 +40,8 @@
|
||||||
# Revision 1.5.4 - Qemu update
|
# Revision 1.5.4 - Qemu update
|
||||||
- removed xserver-xorg-video-qxl is no longer in the kali repo
|
- removed xserver-xorg-video-qxl is no longer in the kali repo
|
||||||
- updated function to install qemu-guest-agent
|
- 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
|
# Menu Breakdown of Pimpmykali
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
- function sublime_install lines 768->780 updated
|
- function sublime_install lines 768->780 updated
|
||||||
|
|
||||||
# Revision 1.5.2 - Python Requests
|
# 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
|
# Revision 1.5.1 - Downgrade Metasploit - Disabled
|
||||||
- ruby has been upgraded to a default of 3.0
|
- ruby has been upgraded to a default of 3.0
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
# Revision 1.5.0 - fix_bloodhound function update
|
# Revision 1.5.0 - fix_bloodhound function update
|
||||||
- removed hold on bloodhound at the start of the function to remove
|
- 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
|
# Revision 1.4.9 - added assetfinder, added neo4j
|
||||||
- added assetfinder precompiled binary to the following
|
- added assetfinder precompiled binary to the following
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
# command line arguments are valid, only catching 1 arguement
|
# command line arguments are valid, only catching 1 arguement
|
||||||
#
|
#
|
||||||
# Full Revision history can be found in changelog.txt
|
# 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 var
|
||||||
revision="1.5.4"
|
revision="1.5.4"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue