mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-04 09:14:17 +03:00
adding ID properties
This commit is contained in:
parent
f9eac97fe8
commit
fb3513650d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user