diff options
Diffstat (limited to 'poc.py')
| -rw-r--r-- | poc.py | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,6 @@ | |||
| 1 | #1/usr/bin/env python | ||
| 2 | |||
| 1 | import fnmatch | 3 | import fnmatch |
| 2 | import glob | ||
| 3 | import os | 4 | import os |
| 4 | import sys | 5 | import sys |
| 5 | import time | 6 | import time |
| @@ -27,4 +28,3 @@ for cpt, (root, dirnames, filenames) in enumerate(os.walk(sys.argv[1])): | |||
| 27 | print str(matches) + fname | 28 | print str(matches) + fname |
| 28 | print '\n'.join(hex(m[0]) + ':' + m[1] + ': ' + m[2] for m in matches.strings) | 29 | print '\n'.join(hex(m[0]) + ':' + m[1] + ': ' + m[2] for m in matches.strings) |
| 29 | 30 | ||
| 30 | |||
