Shop OBEX P1 Docs P2 Docs Learn Events
hsort <infile> <outfile> : — Parallax Forums

hsort <infile> <outfile> :

ArchiverArchiver Posts: 46,084
edited 2002-02-01 02:43 in General Discussion
Have 640/64k limit
the temp files are stored in the dir shown by env TEMP so watch out
for enough disk space

xtr:
****
something like xtract
xtr -d -s file . . .
-d allow digits
-s allow any ASCII > ' ' and < '\x80'
wildcards supported

hpp:
****
this is a tool that i hated to write but anyway i released it:
hpp -opts <file>
reads lines from file, process them conforming to *opts* and spit'em to
stdout

*opts*
-rev :revert words
-ref :reflect words
-cut:x :cut words to a size of x chars
-min:x :discard words shorter than x chars
-max:x :discard words longer than x chars
-s:string :append each char in string to words
-p:string [noparse]:p[/noparse]refix words with each char in string
-d :double the words
-inse[noparse]:x:[/noparse]c :insert char c in position x (0 means before the word)
-upcl :uppers last char of word
-lowe :turns all output to lower
-upper :turns all output to upper
-ct:xxxx :case tool:for any x after ct: the letter in the same pos
as the 'x' is uppered is x==u,lowered if x==l or unchanged
if (x!='u' && x!='l')
-g:x :gecos ripper:x=rip level:max level is 8:the bigger the level
more combinations from the gecos words


this may look pretty limited but if you don't like it you may use TPU
that is more compatible with hardware and os-es than jpp (and also
more powerful)

huc:
***
huc -opts <passwd> [noparse][[/noparse]<wordlist>]
*opts*
-s :single mode
-uxx :attack only users with uid xx
-p :show cracked accounts
-r[noparse][[/noparse]file] :restore cracking [noparse][[/noparse]from file]
-aName :attack .

[noparse][[/noparse]Non-text portions of this message have been removed]
Sign In or Register to comment.