PHISH WWW Site - PHISH Documentation - Bait.py Commands

minnow command

Syntax:

minnow ID exefile arg1 arg2 ... 

Examples:

minnow 1 count
minnow 5 filegen ${files}
minnow myapp app 3 f1.txt 4.0 

Description:

Minnow is a command that can be used in a PHISH input script which is recognized by the bait.py setup program. It defines a minnow application and assigns it an ID which can be used elsewhere in the input script. In PHISH lingo, a "minnow" is a stand-alone application which makes calls to the PHISH library to exchange data with other PHISH minnows.

The ID of the minnow can only contain alphanumeric characters and underscores.

The exefile is the name of the executable which will be launched when the PHISH program is run. It should reside in one of the directories specified by the -path command-line argument for bait.py.

The arg1, arg2, etc keywords are arguments that will be passed to the exefile program when it is launched.

Restrictions: none

Related commands:

school