File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11NoSQLMap
22========
33
4- [ NoSQLMap] ( http://www.nosqlmap.net ) v0.5
4+ [ NoSQLMap] ( http://www.nosqlmap.net ) v0.7
55
66Introduction
77============
Original file line number Diff line number Diff line change 11#!/usr/bin/python
2- #NoSQLMap Copyright 2014 Russell Butturini
2+ #NoSQLMap Copyright 2016 Russell Butturini
33#This program is free software: you can redistribute it and/or modify
44# it under the terms of the GNU General Public License as published by
55#the Free Software Foundation, either version 3 of the License, or
@@ -74,7 +74,7 @@ def mainMenu():
7474 print "| |\ | (_) /\__/ /\ \/' / |____| | | | (_| | |_) |"
7575 print "\_| \_/\___/\____/ \_/\_\_____/\_| |_/\__,_| .__/"
7676 print "===================================================="
77- print "NoSQLMap-v0.6ALPHA "
77+ print "NoSQLMap-v0.7 "
7878 print "nosqlmap@gmail.com"
7979 print "\n "
8080 print "1-Set options"
Original file line number Diff line number Diff line change 11#!/usr/bin/python
2- #NoSQLMap Copyright 2014 Russell Butturini
2+ #NoSQLMap Copyright 2016 Russell Butturini
33#This program is free software: you can redistribute it and/or modify
44# it under the terms of the GNU General Public License as published by
55#the Free Software Foundation, either version 3 of the License, or
Original file line number Diff line number Diff line change 11#!/usr/bin/python
2- #NoSQLMap Copyright 2014 Russell Butturini
2+ #NoSQLMap Copyright 2016 Russell Butturini
33#This program is free software: you can redistribute it and/or modify
44# it under the terms of the GNU General Public License as published by
55#the Free Software Foundation, either version 3 of the License, or
Original file line number Diff line number Diff line change 1+ #!/usr/bin/python
2+ #NoSQLMap Copyright 2016 Russell Butturini
3+ #This program is free software: you can redistribute it and/or modify
4+ # it under the terms of the GNU General Public License as published by
5+ #the Free Software Foundation, either version 3 of the License, or
6+ #(at your option) any later version.
7+
8+ #This program is distributed in the hope that it will be useful,
9+ #but WITHOUT ANY WARRANTY; without even the implied warranty of
10+ #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+ #GNU General Public License for more details.
12+
13+ #You should have received a copy of the GNU General Public License
14+ #along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
116import ipcalc
217import nsmmongo
318import nsmcouch
Original file line number Diff line number Diff line change 1+ #!/usr/bin/python
2+ #NoSQLMap Copyright 2016 Russell Butturini
3+ #This program is free software: you can redistribute it and/or modify
4+ # it under the terms of the GNU General Public License as published by
5+ #the Free Software Foundation, either version 3 of the License, or
6+ #(at your option) any later version.
7+
8+ #This program is distributed in the hope that it will be useful,
9+ #but WITHOUT ANY WARRANTY; without even the implied warranty of
10+ #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+ #GNU General Public License for more details.
12+
13+ #You should have received a copy of the GNU General Public License
14+ #along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
116import urllib
217import urllib2
318import string
You can’t perform that action at this time.
0 commit comments