mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-22 15:39:05 +00:00
update
This commit is contained in:
9
extra/shutils/duplicates.sh
Executable file
9
extra/shutils/duplicates.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# $Id$
|
||||
|
||||
# Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
|
||||
# See the file 'doc/COPYING' for copying permission
|
||||
|
||||
# Lists all duplicate entries inside a file
|
||||
cat $1 | uniq -d
|
||||
Reference in New Issue
Block a user