From 268f81f6666cb268d151b35f71a555a535d02788 Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Wed, 24 Mar 2021 16:36:39 -0500 Subject: [PATCH] Update Wed Mar 24 04:36:39 PM CDT 2021 --- pimpmykali.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pimpmykali.sh b/pimpmykali.sh index babb632..886f70c 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -148,7 +148,7 @@ fix_missing () { fix_all () { fix_missing $force - # seclists $force + seclists $force install_atom fix_flameshot $force fix_grub @@ -284,11 +284,11 @@ python3_pip () { fix_section $section $check $force } -#seclists () { -# section="seclists" -# check=$(whereis seclists | grep -i -c "seclists: /usr/bin/seclists /usr/share/seclists") -# fix_section $section $check $force -# } +seclists () { + section="seclists" + check=$(whereis seclists | grep -i -c "seclists: /usr/bin/seclists /usr/share/seclists") + fix_section $section $check $force + } fix_nmap () { rm -f /usr/share/nmap/scripts/clamav-exec.nse