Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

xs - experimental strings carver

SYNOPSIS

$ cat FILE | xs | uniq | sort > out.txt

DESCRIPTION

xs is an experimental fast strings carver. A string is defined as a sequence of at least 3 ASCII characters. Strings consisting of only whitespaces will be omitted. By reading from any input stream, xs is capable of carving raw forensic disk images and memory dumps.

INSTALLATION

$ go install go.foxforensics.eu/xs@latest

SEE ALSO

cat(1), uniq(1), sort(1)

Contributors

Languages