Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
packages
tools
sqlmap
Commits
dd009087
Commit
dd009087
authored
Jan 04, 2022
by
Nong Hoang Tu
Browse files
New upstream version 1.6
parent
f5a1c63e
Pipeline
#4991
failed with stages
Changes
398
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
dd009087
COPYING -- Describes the terms under which sqlmap is distributed. A copy
COPYING -- Describes the terms under which sqlmap is distributed. A copy
of the GNU General Public License (GPL) is appended to this file.
of the GNU General Public License (GPL) is appended to this file.
sqlmap is (C) 2006-202
1
Bernardo Damele Assumpcao Guimaraes, Miroslav Stampar.
sqlmap is (C) 2006-202
2
Bernardo Damele Assumpcao Guimaraes, Miroslav Stampar.
This program is free software; you may redistribute and/or modify it under
This program is free software; you may redistribute and/or modify it under
the terms of the GNU General Public License as published by the Free
the terms of the GNU General Public License as published by the Free
...
...
data/txt/common-columns.txt
View file @
dd009087
# Copyright (c) 2006-202
1
sqlmap developers (https://sqlmap.org/)
# Copyright (c) 2006-202
2
sqlmap developers (https://sqlmap.org/)
# See the file 'LICENSE' for copying permission
# See the file 'LICENSE' for copying permission
id
id
...
...
data/txt/common-files.txt
View file @
dd009087
# Copyright (c) 2006-202
1
sqlmap developers (https://sqlmap.org/)
# Copyright (c) 2006-202
2
sqlmap developers (https://sqlmap.org/)
# See the file 'LICENSE' for copying permission
# See the file 'LICENSE' for copying permission
# CTFs
# CTFs
...
...
data/txt/common-outputs.txt
View file @
dd009087
# Copyright (c) 2006-202
1
sqlmap developers (https://sqlmap.org/)
# Copyright (c) 2006-202
2
sqlmap developers (https://sqlmap.org/)
# See the file 'LICENSE' for copying permission
# See the file 'LICENSE' for copying permission
[Banners]
[Banners]
...
...
data/txt/common-tables.txt
View file @
dd009087
# Copyright (c) 2006-202
1
sqlmap developers (https://sqlmap.org/)
# Copyright (c) 2006-202
2
sqlmap developers (https://sqlmap.org/)
# See the file 'LICENSE' for copying permission
# See the file 'LICENSE' for copying permission
users
users
...
...
data/txt/keywords.txt
View file @
dd009087
# Copyright (c) 2006-202
1
sqlmap developers (https://sqlmap.org/)
# Copyright (c) 2006-202
2
sqlmap developers (https://sqlmap.org/)
# See the file 'LICENSE' for copying permission
# See the file 'LICENSE' for copying permission
# SQL-92 keywords (reference: http://developer.mimer.com/validator/sql-reserved-words.tml)
# SQL-92 keywords (reference: http://developer.mimer.com/validator/sql-reserved-words.tml)
...
...
data/txt/user-agents.txt
View file @
dd009087
# Copyright (c) 2006-202
1
sqlmap developers (https://sqlmap.org/)
# Copyright (c) 2006-202
2
sqlmap developers (https://sqlmap.org/)
# See the file 'LICENSE' for copying permission
# See the file 'LICENSE' for copying permission
# Opera
# Opera
...
...
extra/__init__.py
View file @
dd009087
#!/usr/bin/env python
#!/usr/bin/env python
"""
"""
Copyright (c) 2006-202
1
sqlmap developers (https://sqlmap.org/)
Copyright (c) 2006-202
2
sqlmap developers (https://sqlmap.org/)
See the file 'LICENSE' for copying permission
See the file 'LICENSE' for copying permission
"""
"""
...
...
extra/beep/__init__.py
View file @
dd009087
#!/usr/bin/env python
#!/usr/bin/env python
"""
"""
Copyright (c) 2006-202
1
sqlmap developers (https://sqlmap.org/)
Copyright (c) 2006-202
2
sqlmap developers (https://sqlmap.org/)
See the file 'LICENSE' for copying permission
See the file 'LICENSE' for copying permission
"""
"""
...
...
extra/beep/beep.py
View file @
dd009087
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
"""
"""
beep.py - Make a beep sound
beep.py - Make a beep sound
Copyright (c) 2006-202
1
sqlmap developers (https://sqlmap.org/)
Copyright (c) 2006-202
2
sqlmap developers (https://sqlmap.org/)
See the file 'LICENSE' for copying permission
See the file 'LICENSE' for copying permission
"""
"""
...
...
extra/cloak/__init__.py
View file @
dd009087
#!/usr/bin/env python
#!/usr/bin/env python
"""
"""
Copyright (c) 2006-202
1
sqlmap developers (https://sqlmap.org/)
Copyright (c) 2006-202
2
sqlmap developers (https://sqlmap.org/)
See the file 'LICENSE' for copying permission
See the file 'LICENSE' for copying permission
"""
"""
...
...
extra/cloak/cloak.py
View file @
dd009087
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
"""
"""
cloak.py - Simple file encryption/compression utility
cloak.py - Simple file encryption/compression utility
Copyright (c) 2006-202
1
sqlmap developers (https://sqlmap.org/)
Copyright (c) 2006-202
2
sqlmap developers (https://sqlmap.org/)
See the file 'LICENSE' for copying permission
See the file 'LICENSE' for copying permission
"""
"""
...
...
extra/dbgtool/__init__.py
View file @
dd009087
#!/usr/bin/env python
#!/usr/bin/env python
"""
"""
Copyright (c) 2006-202
1
sqlmap developers (https://sqlmap.org/)
Copyright (c) 2006-202
2
sqlmap developers (https://sqlmap.org/)
See the file 'LICENSE' for copying permission
See the file 'LICENSE' for copying permission
"""
"""
...
...
extra/dbgtool/dbgtool.py
View file @
dd009087
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
"""
"""
dbgtool.py - Portable executable to ASCII debug script converter
dbgtool.py - Portable executable to ASCII debug script converter
Copyright (c) 2006-202
1
sqlmap developers (https://sqlmap.org/)
Copyright (c) 2006-202
2
sqlmap developers (https://sqlmap.org/)
See the file 'LICENSE' for copying permission
See the file 'LICENSE' for copying permission
"""
"""
...
...
extra/shutils/blanks.sh
View file @
dd009087
#!/bin/bash
#!/bin/bash
# Copyright (c) 2006-202
1
sqlmap developers (https://sqlmap.org/)
# Copyright (c) 2006-202
2
sqlmap developers (https://sqlmap.org/)
# See the file 'LICENSE' for copying permission
# See the file 'LICENSE' for copying permission
# Removes trailing spaces from blank lines inside project files
# Removes trailing spaces from blank lines inside project files
...
...
extra/shutils/drei.sh
View file @
dd009087
#!/bin/bash
#!/bin/bash
# Copyright (c) 2006-202
1
sqlmap developers (https://sqlmap.org/)
# Copyright (c) 2006-202
2
sqlmap developers (https://sqlmap.org/)
# See the file 'LICENSE' for copying permission
# See the file 'LICENSE' for copying permission
# Stress test against Python3
# Stress test against Python3
...
...
extra/shutils/duplicates.py
View file @
dd009087
#!/usr/bin/env python
#!/usr/bin/env python
# Copyright (c) 2006-202
1
sqlmap developers (https://sqlmap.org/)
# Copyright (c) 2006-202
2
sqlmap developers (https://sqlmap.org/)
# See the file 'LICENSE' for copying permission
# See the file 'LICENSE' for copying permission
# Removes duplicate entries in wordlist like files
# Removes duplicate entries in wordlist like files
...
...
extra/shutils/junk.sh
View file @
dd009087
#!/bin/bash
#!/bin/bash
# Copyright (c) 2006-202
1
sqlmap developers (https://sqlmap.org/)
# Copyright (c) 2006-202
2
sqlmap developers (https://sqlmap.org/)
# See the file 'LICENSE' for copying permission
# See the file 'LICENSE' for copying permission
find
.
-type
d
-name
"__pycache__"
-exec
rm
-rf
{}
\;
&>/dev/null
find
.
-type
d
-name
"__pycache__"
-exec
rm
-rf
{}
\;
&>/dev/null
...
...
extra/shutils/modernize.sh
View file @
dd009087
#!/bin/bash
#!/bin/bash
# Copyright (c) 2006-202
1
sqlmap developers (https://sqlmap.org/)
# Copyright (c) 2006-202
2
sqlmap developers (https://sqlmap.org/)
# See the file 'LICENSE' for copying permission
# See the file 'LICENSE' for copying permission
# sudo pip install modernize
# sudo pip install modernize
...
...
extra/shutils/pycodestyle.sh
View file @
dd009087
#!/bin/bash
#!/bin/bash
# Copyright (c) 2006-202
1
sqlmap developers (https://sqlmap.org/)
# Copyright (c) 2006-202
2
sqlmap developers (https://sqlmap.org/)
# See the file 'LICENSE' for copying permission
# See the file 'LICENSE' for copying permission
# Runs pycodestyle on all python files (prerequisite: pip install pycodestyle)
# Runs pycodestyle on all python files (prerequisite: pip install pycodestyle)
...
...
Prev
1
2
3
4
5
…
20
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment