Man page - srch_strings(1)
Packages contas this manual
- fcat(1)
- fsstat(1)
- icat(1)
- mmls(1)
- tsk_comparedir(1)
- blkcalc(1)
- fls(1)
- mmcat(1)
- img_cat(1)
- ils(1)
- ffind(1)
- jpeg_extract(1)
- sorter(1)
- blkls(1)
- srch_strings(1)
- ifind(1)
- usnjls(1)
- jls(1)
- tsk_recover(1)
- blkcat(1)
- tsk_loaddb(1)
- fiwalk(1)
- tsk_gettimes(1)
- mactime(1)
- blkstat(1)
- sigfind(1)
- img_stat(1)
- hfind(1)
- jcat(1)
- istat(1)
- mmstat(1)
Package: sleuthkit
apt-get install sleuthkit
apt-get install sleuthkit
Manuals in package:
Documentations in package:
Manual
| SRCH_STRINGS(1) | Display printable strings in files | SRCH_STRINGS(1) |
NAME
srch_strings - display printable strings in files
SYNOPSIS
srch_strings [options] [files]
OPTIONS
- -a
- Scan the entire file, not just the data section.
- -f
- Print the name of the file before each string.
- -n number, -number
- Locate and print any NUL-terminated sequence of at least number characters (default 4).
- -t {o,x,d}
- Print the location of the string in base 8, 10 or 16.
- -o
- An alias for --radix=o.
- -e {s,S,b,l,B,L}
- Select character size and endianness: s = 7-bit, S = 8-bit, {b,l} = 16-bit, {B,L} = 32-bit.
- -h
- Display command line help.
- -v
- Print the program's version number.
SEE ALSO
strings(1)
AUTHOR
The SleuthKit is copyright (c) Brian Carrier.
This manual page was written by Martin A. Godisch for Debian GNU/Linux, but may be used by others.
| Mar 2005 | SRCH_STRINGS |