mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-17 03:11:23 +00:00
Close #127 - Merge similar WebLogic files
Command:
cat Weblogic.fuzz.txt weblogic.txt | sed -e 's/^\///' -e 's/ $//' | sort -u | sed -e 's/^/\//' > /tmp/weblogic.txt; mv {/tmp/,}weblogic.txt
cat Websphere.fuzz.txt websphere.txt | sed -e 's/^\///' -e 's/ $//' | sort -u | sed -e 's/^/\//' > /tmp/websphere.txt; mv {/tmp/,}websphere.txt
This commit is contained in:
+505
-525
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user