Skip to content

Commit

Permalink
Add strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Th4nat0s committed Sep 4, 2017
1 parent 7534d1c commit 7dc0654
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rape_string.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
strings $1 -n6 > $1_TMP
strings -el $1 -n6 >> $1_TMP
cat $1_TMP | sort | uniq > strings_$1
rm $1_TMP

0 comments on commit 7dc0654

Please sign in to comment.