File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 104
104
* .suo
105
105
* .pyproj
106
106
* .sln
107
- * .sqlite
107
+ * .sqlite
Original file line number Diff line number Diff line change 5
5
from argparse import ArgumentParser
6
6
from lib .core .virtual_host_scanner import *
7
7
from lib .helpers .output_helper import *
8
+ from lib .core .__version__ import __version__
8
9
9
10
10
11
def print_banner ():
11
- print ("+-+-+-+-+-+-+-+-+-+ v. 0.5" )
12
+ print ("+-+-+-+-+-+-+-+-+-+ v. %s" % __version__ )
12
13
print ("|V|H|o|s|t|S|c|a|n| Developed by @codingo_ & @__timk" )
13
14
print ("+-+-+-+-+-+-+-+-+-+ https://github.com/codingo/VHostScan\n " )
14
15
Original file line number Diff line number Diff line change
1
+ # +-+-+-+-+-+-+-+-+-+
2
+ # |V|H|o|s|t|S|c|a|n| Developed by @codingo_ & @__timk
3
+ # +-+-+-+-+-+-+-+-+-+ https://github.com/codingo/VHostScan
4
+
5
+ __version__ = '0.7'
6
+
You can’t perform that action at this time.
0 commit comments