mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-22 02:43:02 +00:00
Update quick_scanner.py
This commit is contained in:
parent
544362e1d8
commit
7403d7c3e9
1 changed files with 3 additions and 10 deletions
|
@ -17,16 +17,9 @@ except NameError:
|
||||||
subprocess.call('clear', shell=True)
|
subprocess.call('clear', shell=True)
|
||||||
|
|
||||||
print('''\t
|
print('''\t
|
||||||
___ __ __ _ ___ _ ___
|
#####################
|
||||||
/ _ \| \/ | /_\ | _ ( ) __|
|
OMAR'S QUICK SCANNER
|
||||||
| (_) | |\/| |/ _ \| //\__ \
|
#####################
|
||||||
\___/|_| _|_/_/_\_\_|_\ |___/
|
|
||||||
| | |_ _|_ _|_ _| | | __|
|
|
||||||
| |__ | | | | | | | |__| _|
|
|
||||||
|____|___| |_| _|_| |____|___|__
|
|
||||||
/ __|/ __| /_\ | \| | \| | __| _ \\
|
|
||||||
\__ \ (__ / _ \| .` | .` | _|| /
|
|
||||||
|___/\___/_/ \_\_|\_|_|\_|___|_|_\\
|
|
||||||
|
|
||||||
''')
|
''')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue