Read command options from file
#2
Although this may (depending on implementation) be one way of addressing special character sequences on the command line, it is trivial to simply properly escape your characters on the command line, and may ultimately be a bit more obvious when you are running your cracks.

An alternative is that you could just write your own wrapper to parse a config file and insert the correct settings as appropriate. It''s not very difficult to do.


Messages In This Thread
Read command options from file - by Kgx Pnqvhm - 10-17-2012, 10:07 PM
RE: Read command options from file - by unix-ninja - 10-17-2012, 10:29 PM
RE: Read command options from file - by KT819GM - 10-18-2012, 07:32 AM
RE: Read command options from file - by atom - 10-18-2012, 10:00 AM