File tree Expand file tree Collapse file tree 5 files changed +28
-7
lines changed Expand file tree Collapse file tree 5 files changed +28
-7
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "ExpandedNodes" : [
3
+ " " ,
4
+ " \\ vuln_apps"
5
+ ],
6
+ "SelectedNode" : " \\ nsmcouch.py" ,
7
+ "PreviewInSolutionExplorer" : false
8
+ }
Original file line number Diff line number Diff line change @@ -54,13 +54,7 @@ def mainMenu():
54
54
55
55
mmSelect = True
56
56
while mmSelect :
57
- os .system ('clear' )
58
- print " _ _ ___ ___ _ __ __ "
59
- print "| \| |___/ __|/ _ \| | | \/ |__ _ _ __ "
60
- print "| .` / _ \__ \ (_) | |__| |\/| / _` | '_ \"
61
- print " | _ | \_\___ / ___ / \__ \_\____ | _ | | _ \__ ,_ | .__ / "
62
- print " v0 .7 codingo @protonmail .com | _ | "
63
- print " \n "
57
+ print "NoSQLMap - GUI"
64
58
print "1-Set options"
65
59
print "2-NoSQL DB Access Attacks"
66
60
print "3-NoSQL Web App attacks"
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/python
2
+ # NoSQLMap Copyright 2012-2017 NoSQLMap Development team
3
+ # See the file 'doc/COPYING' for copying permission
4
+
5
+ import sys
6
+ import nsmcouch
7
+ import nsmmongo
8
+ import nsmscan
9
+ import nsmweb
10
+
11
+ def main ():
12
+ print ("╔╗╔┌─┐╔═╗╔═╗ ╦ ╔╦╗┌─┐┌─┐" )
13
+ print ("║║║│ │╚═╗║═╬╗║ ║║║├─┤├─┘" )
14
+ print ("╝╚╝└─┘╚═╝╚═╝╚╩═╝╩ ╩┴ ┴┴ " )
15
+
16
+
17
+
18
+ if __name__ == '__main__' :
19
+ main ()
You can’t perform that action at this time.
0 commit comments