adding ID properties

This commit is contained in:
Miroslav Stampar 2011-01-31 11:41:28 +00:00
parent f9eac97fe8
commit fb3513650d
3 changed files with 3 additions and 5 deletions

View File

@ -1,14 +1,12 @@
#!/usr/bin/env python
"""
$Id: fingerprint.py 2463 2010-11-30 22:40:25Z inquisb $
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file 'doc/COPYING' for copying permission
"""
# Removes duplicate entries in wordlist like files
import codecs
import difflib
import os

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
"""
$Id: fingerprint.py 2463 2010-11-30 22:40:25Z inquisb $
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file 'doc/COPYING' for copying permission

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
"""
$Id: unescaper.py 2635 2010-12-10 10:52:55Z inquisb $
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file 'doc/COPYING' for copying permission