Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Kali Linux
Packages
wordlists
Commits
2b419c94
Commit
2b419c94
authored
Jun 21, 2019
by
g0t mi1k
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add seclists
parent
65ce7fdd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
debian/postinst
debian/postinst
+1
-0
debian/prerm
debian/prerm
+1
-0
No files found.
debian/postinst
View file @
2b419c94
...
@@ -10,6 +10,7 @@ if [ -d /usr/share/metasploit-framework/data/wordlists ]; then ln -sf /usr/share
...
@@ -10,6 +10,7 @@ if [ -d /usr/share/metasploit-framework/data/wordlists ]; then ln -sf /usr/share
if
[
-d
/opt/metasploit/apps/pro/data/wordlists
]
;
then
ln
-sf
/opt/metasploit/apps/pro/data/wordlists /usr/share/wordlists/metasploit-pro
;
fi
if
[
-d
/opt/metasploit/apps/pro/data/wordlists
]
;
then
ln
-sf
/opt/metasploit/apps/pro/data/wordlists /usr/share/wordlists/metasploit-pro
;
fi
if
[
-d
/usr/share/webslayer/wordlist
]
;
then
ln
-sf
/usr/share/webslayer/wordlist /usr/share/wordlists/webslayer
;
fi
if
[
-d
/usr/share/webslayer/wordlist
]
;
then
ln
-sf
/usr/share/webslayer/wordlist /usr/share/wordlists/webslayer
;
fi
if
[
-d
/usr/share/wfuzz/wordlist
]
;
then
ln
-sf
/usr/share/wfuzz/wordlist /usr/share/wordlists/wfuzz
;
fi
if
[
-d
/usr/share/wfuzz/wordlist
]
;
then
ln
-sf
/usr/share/wfuzz/wordlist /usr/share/wordlists/wfuzz
;
fi
if
[
-d
/usr/share/seclists
]
;
then
ln
-sf
/usr/share/seclists /usr/share/wordlists/seclists
;
fi
# Make symbolic links to individual files
# Make symbolic links to individual files
...
...
debian/prerm
View file @
2b419c94
...
@@ -10,6 +10,7 @@ if [ -e /usr/share/wordlists/metasploit ]; then rm -rf /usr/share/wordlists/meta
...
@@ -10,6 +10,7 @@ if [ -e /usr/share/wordlists/metasploit ]; then rm -rf /usr/share/wordlists/meta
if
[
-e
/usr/share/wordlists/metasploit-pro
]
;
then
rm
-rf
/usr/share/wordlists/metasploit-pro
;
fi
if
[
-e
/usr/share/wordlists/metasploit-pro
]
;
then
rm
-rf
/usr/share/wordlists/metasploit-pro
;
fi
if
[
-e
/usr/share/wordlists/webslayer
]
;
then
rm
-rf
/usr/share/wordlists/webslayer
;
fi
if
[
-e
/usr/share/wordlists/webslayer
]
;
then
rm
-rf
/usr/share/wordlists/webslayer
;
fi
if
[
-e
/usr/share/wordlists/wfuzz
]
;
then
rm
-rf
/usr/share/wordlists/wfuzz
;
fi
if
[
-e
/usr/share/wordlists/wfuzz
]
;
then
rm
-rf
/usr/share/wordlists/wfuzz
;
fi
if
[
-e
/usr/share/wordlists/seclists
]
;
then
rm
-rf
/usr/share/wordlists/seclists
;
fi
# Remove the file symlinks made by postinst
# Remove the file symlinks made by postinst
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment