Manual Reference Pages  - lbh (1)

NAME

lbh - CyberSoft’s Loopback Head Tool

CONTENT

Synopsis
Description
     Options
Usage
     Input
Files
See Also
Bugs
Copyright

SYNOPSIS

lbh [ -c, --copyright ] [ -h, -?, --help ] [ -v, --version ]
lbh [ -db= name, --database=name ]

DESCRIPTION

CyberSoft, Inc.’s Loopback Head Tool is part of the VFind Security ToolKit. lbh is used along with lbttoensurethatunchangedbut infected files are reanalysed by vfind. lbh will read filenames from a database. This database can be created anyway the user wishes so long as it is a flat text file that contains one filename per line. lbt is provided as part of the VSTK to use vfind output to create a database suitable for use with lbh. After reading from the database, lbh will read data from the standard input stream and write it to the standard output stream.

    OPTIONS

-c, --copyright
  Display copyright information and then exit. All other options will be ignored.
-h, -?, --help
  Display usage message and then exit. All other options will be ignored.
-v, --version
  Display version information and then exit. All other options will be ignored.
-db=name, --database=name
  Use name as the database. Without this option, lbh will enter passthru mode (read from stdin and write to stdout).

USAGE

    INPUT

lbh can read filenames from up to two places.

lbh will read a database created by a program such as lbt.

lbh will also read filenames from the standard input stream. lbh will read from stdin regardless of whether or not it successfully parsed a database. This behaviour is called passthru mode.

Example:

find / -type f | cit | lbh -db=lb.db | \
uad -s -ssw | vfind -ssr | lbt -db=lb.db -a

FILES

(none)

SEE ALSO

find(1), cit(1), vfind(1), uad(1), lbt(1).

BUGS

Please report all bugs to support@cyber.com. Make sure to include the version of lbh, the platform and OS, the script or command used, the complete output showing the bug, a short description of the problem, and contact information.

COPYRIGHT

Copyright 1999-2000 by CyberSoft, Inc. All rights reserved.


CyberSoft, Inc. lbh (1) October 2000
Generated by manServer 1.07-cyber from lbh.1 using man macros.