aboutsummaryrefslogtreecommitdiffstats
path: root/brutefid.py
AgeCommit message (Collapse)AuthorFilesLines
2010-03-03API CHANGE: Move CommandLineArgumentHelper to readers module to allow proper ↵Henryk Plötz1-2/+2
import order. (CommandLineArgumentHelper references the readers module, which references the utils module, so having CLAH in utils would create a circular reference.)
2010-02-24+ Make brutefid more gracefully accept card errors (common with my RFID reader)Henryk Plötz1-9/+25
+ Have brutefid print out the files/dirs discovered so far + Have brutefid print out a directory structure, if applicable
2008-05-25Print found files in sorted orderhploetz1-4/+4
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@258 f711b948-2313-0410-aaa9-d29f33439f0b
2008-05-25Add feature to optionally dump detected files (note: reading of record ↵hploetz1-4/+69
oriented files is not correct) git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@257 f711b948-2313-0410-aaa9-d29f33439f0b
2008-05-24Make it possible to select an application as top_levelhploetz1-5/+35
Add options for min_fid, max_fid and with_dirs git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@255 f711b948-2313-0410-aaa9-d29f33439f0b
2007-06-16Switch smartcard interface to pyscard from http://pyscard.sourceforge.net/hploetz1-3/+2
pycsc no longer supported API change: utils doesn't export "pycsc" anymore API change: utils.CommandLineArgumentHelper.connect now returns smartcard.CardService.CardService instance API change: cards.generic_card.Card.__init__ and ...can_handle (and therefore cards.new_card_object) now expect CardService or CardConnection instance git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@247 f711b948-2313-0410-aaa9-d29f33439f0b
2007-06-08Consolidate and simplify common command line processing codehploetz1-74/+5
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@223 f711b948-2313-0410-aaa9-d29f33439f0b
2007-06-08Centralize pycsc windows import hackhploetz1-1/+2
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@222 f711b948-2313-0410-aaa9-d29f33439f0b
2007-03-18Improve brutefidhploetz1-29/+34
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@185 f711b948-2313-0410-aaa9-d29f33439f0b
2007-02-13Big change: Replace SW_OK and SW1_RETRY with a more generic check_sw() that ↵hploetz1-8/+11
gets its data from STATUS_MAP Small improvements in brutefid, including the ability to brute subdirectories More fixes for passport secure messaging, using check_sw, can now decrypt error responses ("End of file reached before Le bytes read", etc.) Add support for tuples/lists in dictionaries in MERGE_DICTS_RECURSIVE in cards/__init__.py git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@177 f711b948-2313-0410-aaa9-d29f33439f0b
2006-08-24More comfortable interface to brutefidhploetz1-4/+77
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@112 f711b948-2313-0410-aaa9-d29f33439f0b
2006-05-22brutefid now can bruteforce fids below a DF and also gives nicer progress ↵hploetz1-4/+36
output with ETA git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@70 f711b948-2313-0410-aaa9-d29f33439f0b
2006-05-21FID brute forcerhploetz1-0/+46
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@68 f711b948-2313-0410-aaa9-d29f33439f0b