Skip to content

Commit 1d7493d

Browse files
committed
Patch for #5897
1 parent 709f56d commit 1d7493d

File tree

410 files changed

+820
-820
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

410 files changed

+820
-820
lines changed

data/txt/common-columns.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org/)
1+
# Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org)
22
# See the file 'LICENSE' for copying permission
33

44
id

data/txt/common-files.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org/)
1+
# Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org)
22
# See the file 'LICENSE' for copying permission
33

44
# CTFs

data/txt/common-outputs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org/)
1+
# Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org)
22
# See the file 'LICENSE' for copying permission
33

44
[Banners]

data/txt/common-tables.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org/)
1+
# Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org)
22
# See the file 'LICENSE' for copying permission
33

44
users

data/txt/keywords.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org/)
1+
# Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org)
22
# See the file 'LICENSE' for copying permission
33

44
# SQL-92 keywords (reference: http://developer.mimer.com/validator/sql-reserved-words.tml)

data/txt/sha256sums.txt

Lines changed: 409 additions & 409 deletions
Large diffs are not rendered by default.

data/txt/user-agents.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org/)
1+
# Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org)
22
# See the file 'LICENSE' for copying permission
33

44
# Opera

extra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org/)
4+
Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org)
55
See the file 'LICENSE' for copying permission
66
"""
77

extra/beep/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
"""
4-
Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org/)
4+
Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org)
55
See the file 'LICENSE' for copying permission
66
"""
77

extra/beep/beep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
beep.py - Make a beep sound
55
6-
Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org/)
6+
Copyright (c) 2006-2025 sqlmap developers (https://sqlmap.org)
77
See the file 'LICENSE' for copying permission
88
"""
99

0 commit comments

Comments
 (0)