Skip to content

f0x4n6/strings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strings

Carve ASCII and Unicode strings from files.

go install go.foxforensics.dev/strings@latest

Usage

$ strings [nmtao] FILE

Options

  • -n Minimum string length (default 3)
  • -m Maximum string length
  • -t Trim spaces from both ends
  • -a Only ASCII strings
  • -o Show file offset

Acknowledgements

The carving algorithm is based on the original Strings by Rob Pike.

License

Released under the MIT License.