Update Mon Mar 22 11:14:33 AM CDT 2021
This commit is contained in:
parent
605c0620ff
commit
df35b7fead
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue