copyegg python lib\sendfile.py -args " --destdir imps " -project Ops copyegg [filenameprefix] [localfile] [filenameprefix] String you want prepended to the filename when FTPed [localfile] Full path to the file you wish to FTP ================================================================================== Push egg as FAKETEST_EGG-W-1-..... copyegg -o FAKETEST_EGG -i C:\full\path\to\my\egg\Pcegg.ex_ ================================================================================== copyfast python lib\sendfile.py -args " --destdir fast " -project Ops copyfast [filenameprefix] [localfile] [filenameprefix] String you want prepended to the filename when FTPed [localfile] Full path to the file (or folder) you wish to FTP ================================================================================== Push to fast as FAKETEST_PC2-W-1-..... copyfast -o FAKETEST_PC2 -i D:\DSZOpsdisk\tmp\payload ================================================================================== copyslow python lib\sendfile.py -args " --destdir slow " -project Ops copyslow [filenameprefix] [localfile] [filenameprefix] String you want prepended to the filename when FTPed [localfile] Full path to the file (or folder) you wish to FTP ================================================================================== Push to slow as FAKETEST_PC2-W-1-..... copyslow -o FAKETEST_PC2 -i D:\DSZOpsdisk\tmp\payload ================================================================================== prep_ur_egg python prep_ur_egg.py -args " " -project Ops Usage: python prep_ur_egg.py [eggname] Wrapper for pc_prep that will ask for your UR/VAL ID, run through the standard pc_prep script to make your egg, then automatically send your egg to the imps folder with both the ZIP and the egg named based on your UR/VAL ID. [eggname] Optional argument which is your UR/VAL ID. If you don't put this in, the script will prompt you for it freshscan python windows\freshscan.py -args " " -project Ops Usage: python windows\freshscan.py Autosubmits files to FRESHSTEP. Will prompt to get file from target if needed copypc python copypc.py -args " " -project Ops usage: copypc [-h] [-u USERID] [-p PROJECT] [-v] [--insane] [-d PAYDIR] [-x] [payload_folder] Copies PC L4 payload files via fastmonkey positional arguments: payload_folder Payload folder to read and copy files from. optional arguments: -h, --help show this help message and exit -u USERID, --userID USERID Your user ID. You will be prompted if ID is not known and not given. -p PROJECT, --project PROJECT Project. Defaults to current DSZ LP project if not specified. -v, --verbose Print verbose information about the copying process. --insane Indicate the you are insane (disables PC ID sanity hash prompt loop). -d PAYDIR, --directory PAYDIR (Deprecated) Payload folder to read and copy files from. Provided for backwards compatibility support only. -x, --norename Disables rename of the payload directory to <name>.sent after sending data.