Skip to content

Commit 14fd8e2

Browse files
authored
Update basic_sqli.py
1 parent 90e9153 commit 14fd8e2

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

basic_sqli.py

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,15 @@
2626
# Function to print a banner
2727
def print_banner():
2828
print(Fore.GREEN + '''
29-
30-
░▒▓███████▓▒░░▒▓██████▓▒░░▒▓█▓▒░ ░▒▓█▓▒░
31-
░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░
32-
░▒▓█▓▒░ ░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░
33-
░▒▓██████▓▒░░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░
34-
░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░
35-
░▒▓█▓▒░▒▓█▓▒░░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░
36-
░▒▓███████▓▒░ ░▒▓██████▓▒░░▒▓████████▓▒░▒▓█▓▒░
37-
░▒▓█▓▒░
38-
░▒▓██▓▒░
39-
29+
██████ █████ ██▓ ██▓
30+
▒██ ▒ ▒██▓ ██▒▓██▒ ▓██▒
31+
░ ▓██▄ ▒██▒ ██░▒██░ ▒██▒
32+
▒ ██▒░██ █▀ ░▒██░ ░██░
33+
▒██████▒▒░▒███▒█▄ ░██████▒░██░
34+
▒ ▒▓▒ ▒ ░░░ ▒▒░ ▒ ░ ▒░▓ ░░▓
35+
░ ░▒ ░ ░ ░ ▒░ ░ ░ ░ ▒ ░ ▒ ░
36+
░ ░ ░ ░ ░ ░ ░ ▒ ░
37+
░ ░ ░ ░ ░
4038
Advanced SQL Injection Scanner - Python tool
4139
''')
4240

0 commit comments

Comments
 (0)