Update Wed Oct 7 10:34:51 PM CDT 2020
This commit is contained in:
parent
29dead81fb
commit
ead37a6708
12
README.md
12
README.md
|
|
@ -13,8 +13,8 @@
|
||||||
- cd pimpmykali
|
- cd pimpmykali
|
||||||
- sudo ./pimpmykali.sh
|
- sudo ./pimpmykali.sh
|
||||||
|
|
||||||
# Revision 0.5e - Nuke Impacket added to menu enter character ! to run nuke imapcket
|
# Revision 0.5e - Nuke Impacket added to menu, enter character ! to run nuke impacket
|
||||||
- some issues with people understanding how to use --borked on the command line
|
- issues with people understanding how to use --borked on the command line
|
||||||
a menu option of character ! was added to ease use of the nuke impacket function.
|
a menu option of character ! was added to ease use of the nuke impacket function.
|
||||||
the correct command is : sudo ./pimpmykali.sh --bored was used to call the
|
the correct command is : sudo ./pimpmykali.sh --bored was used to call the
|
||||||
nuke-impacket function now thanks to a new menu item of ! it can be called from
|
nuke-impacket function now thanks to a new menu item of ! it can be called from
|
||||||
|
|
@ -83,7 +83,7 @@
|
||||||
|
|
||||||
# Revision 0.3c:
|
# Revision 0.3c:
|
||||||
- per request kali-root-login enabling prompt has been reworked and reworded to be less confusing and
|
- per request kali-root-login enabling prompt has been reworked and reworded to be less confusing and
|
||||||
to give the user a better explaniation of what the script is doing at that stage
|
to give the user a better explanation of what the script is doing at that stage
|
||||||
- added to note that if you dont understand what this part of the script is doing hit N
|
- added to note that if you dont understand what this part of the script is doing hit N
|
||||||
- added colors for syntax highlighting in the onscreen messages of the script in places
|
- added colors for syntax highlighting in the onscreen messages of the script in places
|
||||||
- added fix_nmap function for fixing /usr/share/nmap/scripts/clamav-exec.nse (commented out at this time
|
- added fix_nmap function for fixing /usr/share/nmap/scripts/clamav-exec.nse (commented out at this time
|
||||||
|
|
@ -110,10 +110,10 @@
|
||||||
- reworked python-pip installation to its own function python-pip-curl and installs python-pip via curl
|
- reworked python-pip installation to its own function python-pip-curl and installs python-pip via curl
|
||||||
|
|
||||||
# Revision 0.2:
|
# Revision 0.2:
|
||||||
- Added colorized notifications, help system, command line arguements, case based menu system
|
- Added colorized notifications, help system, command line arguments, case based menu system
|
||||||
- valid command line arguements are: help, all, go, grub, impacket, missing, menu, smb, grub, root
|
- valid command line arguments are: help, all, go, grub, impacket, missing, menu, smb, grub, root
|
||||||
- anything other than --all or -all or all , will only run that function and then exit.
|
- anything other than --all or -all or all , will only run that function and then exit.
|
||||||
- command line arguements can be used with -- or - or just the word itself to try can catch for all possible cases
|
- command line arguments can be used with -- or - or just the word itself to try can catch for all possible cases
|
||||||
|
|
||||||
- example command line var: --help or -help or help will catch help and works for all valid command line arguements
|
- example command line var: --help or -help or help will catch help and works for all valid command line arguements
|
||||||
anything other the command line arugement catch exits and displays help
|
anything other the command line arugement catch exits and displays help
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@
|
||||||
# - command line switchs with a single - or just the name has been remove all commandline
|
# - command line switchs with a single - or just the name has been remove all commandline
|
||||||
# line switches are not --nameofswtich
|
# line switches are not --nameofswtich
|
||||||
#
|
#
|
||||||
#
|
|
||||||
# Revision 0.5d - bugfix Thank you to AES for finding the bug, nmap wget script was pulling the wrong page
|
# Revision 0.5d - bugfix Thank you to AES for finding the bug, nmap wget script was pulling the wrong page
|
||||||
# - correct page has been added new version git pushd
|
# - correct page has been added new version git pushd
|
||||||
# - correct http-shellshock.nse nmap script added - Thank you Alek and Blob!
|
# - correct http-shellshock.nse nmap script added - Thank you Alek and Blob!
|
||||||
|
|
@ -680,7 +679,6 @@ pimpmykali_help () {
|
||||||
}
|
}
|
||||||
|
|
||||||
check_arg () {
|
check_arg () {
|
||||||
# honesly im going to remove 2/3'rds of these switches, just use -- or - and be done with it
|
|
||||||
if [ "$1" == "" ]
|
if [ "$1" == "" ]
|
||||||
then pimpmykali_menu
|
then pimpmykali_menu
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue