mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
update
This commit is contained in:
parent
cdff29ada7
commit
06395b5408
2 changed files with 348 additions and 0 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue