Changeset 2980
- Timestamp:
- 06/10/08 09:52:04 (5 years ago)
- Location:
- trunk
- Files:
-
- 15 modified
-
COPYING (modified) (1 diff)
-
README (modified) (2 diffs)
-
install_scripts/macosx/setup.py (modified) (1 diff)
-
install_scripts/unix/setup.py (modified) (1 diff)
-
install_scripts/unix/umit.fedora.spec (modified) (1 diff)
-
install_scripts/windows/setup.py (modified) (1 diff)
-
share/pixmaps/umit/logo.png (modified) (previous)
-
share/pixmaps/umit/splash.png (modified) (previous)
-
umitCore/Diff.py (modified) (1 diff)
-
umitCore/DiffHtml.py (modified) (3 diffs)
-
umitCore/I18N.py (modified) (1 diff)
-
umitGUI/About.py (modified) (4 diffs)
-
umitGUI/FileChoosers.py (modified) (4 diffs)
-
umitGUI/MainWindow.py (modified) (2 diffs)
-
umitGUI/Wizard.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/COPYING
r2975 r2980 1 COPYING -- Describes the terms under which U MITis distributed. A copy1 COPYING -- Describes the terms under which Umit is distributed. A copy 2 2 of the GNU GPL is appended to this file. 3 3 4 ***********************IMPORTANT U MITLICENSE TERMS************************5 * * 6 * U MITis (C) 2005-2006 Insecure.Com LLC. and (C) 2007-2008 Adriano *4 ***********************IMPORTANT Umit LICENSE TERMS************************ 5 * * 6 * Umit is (C) 2005-2006 Insecure.Com LLC. and (C) 2007-2008 Adriano * 7 7 * Monteiro Marques. Nmap is also a registered trademark of Insecure.Com * 8 8 * LLC. This program is free software; you may redistribute and/or modify * -
trunk/README
r2975 r2980 1 1 Introduction 2 2 3 U MITis a network scanning frontend.3 Umit is a network scanning frontend. 4 4 5 U MITis developed in the Python programming language, and its5 Umit is developed in the Python programming language, and its 6 6 interface is built with the GTK Toolkit. It's also worth to mention 7 7 that the initial development is sponsored by Google's Summer of Code. 8 8 9 9 The project goal is to develop a network scanning frontend that is really 10 useful for advanced users and easy to be used by newbies. With U MIT, a10 useful for advanced users and easy to be used by newbies. With Umit, a 11 11 network admin can create scan profiles for faster and easier network 12 12 scanning and even compare scan results to easily see any changes. New 13 users can also construct powerful scans with U MITcommand creator13 users can also construct powerful scans with Umit command creator 14 14 wizard. 15 15 16 16 Installation 17 17 18 U MITis available for multiple platforms. It has been successfully18 Umit is available for multiple platforms. It has been successfully 19 19 tested on the following platforms/flavors: 20 20 * Ubuntu 5.04 Hoary Hedgeog … … 30 30 Default (source) Installation 31 31 32 The U MIT's source package are provided in such a way that, if you have32 The Umit's source package are provided in such a way that, if you have 33 33 all the required software, it will run 'out-of-the-tarball'. 34 34 -
trunk/install_scripts/macosx/setup.py
r2975 r2980 99 99 maintainer = 'Adriano Monteiro', 100 100 maintainer_email = 'adriano@umitproject.org', 101 description = """U MITis a network scanning frontend, developed in \101 description = """Umit is a network scanning frontend, developed in \ 102 102 Python and GTK and was started with the sponsoring of Google's Summer of \ 103 103 Code.""", 104 104 long_description = """The project goal is to develop a network scanning \ 105 105 frontend that is really useful for advanced users and easy to be used by \ 106 newbies. With U MIT, a network admin could create scan profiles for faster and \106 newbies. With Umit, a network admin could create scan profiles for faster and \ 107 107 easier network scanning or even compare scan results to easily see any \ 108 108 changes. A regular user will also be able to construct powerful scans with \ 109 U MITcommand creator wizards.""",109 Umit command creator wizards.""", 110 110 version = VERSION, 111 111 scripts = ['umit.py'], -
trunk/install_scripts/unix/setup.py
r2976 r2980 257 257 maintainer = 'Adriano Monteiro', 258 258 maintainer_email = 'adriano@gmail.com', 259 description = """U MITis a network scanning frontend, developed in \259 description = """Umit is a network scanning frontend, developed in \ 260 260 Python and GTK and was started with the sponsoring of Google's Summer \ 261 261 of Code.""", 262 262 long_description = """The project goal is to develop a network scanning \ 263 263 frontend that is really useful for advanced users and easy to be used by \ 264 newbies. With U MIT, a network admin could create scan profiles for faster and \264 newbies. With Umit, a network admin could create scan profiles for faster and \ 265 265 easier network scanning or even compare scan results to easily see any \ 266 266 changes. A regular user will also be able to construct powerful scans with \ 267 U MITcommand creator wizards.""",267 Umit command creator wizards.""", 268 268 version = VERSION, 269 269 scripts = ['umit'], -
trunk/install_scripts/unix/umit.fedora.spec
r2975 r2980 15 15 16 16 %description 17 U MITis the newest network scanning frontend, and it's been developed in Python and GTK and was started with the sponsoring of Google's Summer of Code.17 Umit is the newest network scanning frontend, and it's been developed in Python and GTK and was started with the sponsoring of Google's Summer of Code. 18 18 19 The project goal is to develop a network scanning frontend that is really useful for advanced users and easy to be used by newbies. With U MIT, a network admin could create scan profiles for faster and easier network scanning or even compare scan results to easily see any changes. A regular user will also be able to construct powerful scans with UMITcommand creator wizards.19 The project goal is to develop a network scanning frontend that is really useful for advanced users and easy to be used by newbies. With Umit, a network admin could create scan profiles for faster and easier network scanning or even compare scan results to easily see any changes. A regular user will also be able to construct powerful scans with Umit command creator wizards. 20 20 21 21 -
trunk/install_scripts/windows/setup.py
r2975 r2980 127 127 maintainer = 'Adriano Monteiro', 128 128 maintainer_email = 'adriano@umitproject.org', 129 description = """U MITis a network scanning frontend, developed in \129 description = """Umit is a network scanning frontend, developed in \ 130 130 Python and GTK and was started with the sponsoring of Google's Summer of \ 131 131 Code.""", 132 132 long_description = """The project goal is to develop a network scanning \ 133 133 frontend that is really useful for advanced users and easy to be used by \ 134 newbies. With U MIT, a network admin could create scan profiles for faster and \134 newbies. With Umit, a network admin could create scan profiles for faster and \ 135 135 easier network scanning or even compare scan results to easily see any \ 136 136 changes. A regular user will also be able to construct powerful scans with \ 137 U MITcommand creator wizards.""",137 Umit command creator wizards.""", 138 138 version = VERSION, 139 139 scripts = ['umit'], -
trunk/umitCore/Diff.py
r2975 r2980 32 32 33 33 self.umit_top_banner = ['|'+'-'*70+'|\n', 34 '|'+_('U MIT- Take the red pill').center (70)+'|\n',34 '|'+_('Umit - Take the red pill').center (70)+'|\n', 35 35 '|'+_('http://www.umitproject.org').center(70)+'|\n', 36 36 '|'+' '*70+'|\n', 37 '|'+_('This diff was generated by U MIT').center(70)+'|\n',38 '|'+_("(Changes to this file can make U MITunable to read \37 '|'+_('This diff was generated by Umit').center(70)+'|\n', 38 '|'+_("(Changes to this file can make Umit unable to read \ 39 39 it.)").center(70)+'|\n', 40 40 '|'+'-'*70+'|\n', -
trunk/umitCore/DiffHtml.py
r2975 r2980 133 133 </div> 134 134 </center> 135 <br /><br />''' % (_("U MIT- Take the red pill"), \136 _("This diff was generated by U MIT"))135 <br /><br />''' % (_("Umit - Take the red pill"), \ 136 _("This diff was generated by Umit")) 137 137 138 138 def __init__ (self, result1=[''], result2=[''], \ … … 154 154 <center><div class="umit" align="center">%s</div></center> 155 155 <pre align="center">%s</pre> 156 '''% (_("Changes to this file can make U MITunable to read it."),\156 '''% (_("Changes to this file can make Umit unable to read it."),\ 157 157 _('Regular Text Diff: '),\ 158 158 ''.join(txt_diff.generate ())) … … 191 191 '''insert_banner () 192 192 193 Insert U MITstyle, header and stuff into de html file and return it.193 Insert Umit style, header and stuff into de html file and return it. 194 194 This methodd must not be called directily, once that the html file must 195 195 be created first, is better to call generate or save methods. -
trunk/umitCore/I18N.py
r2978 r2980 75 75 76 76 if __name__ == '__main__': 77 print _('U MIT- Take the red pill')77 print _('Umit - Take the red pill') -
trunk/umitGUI/About.py
r2975 r2980 38 38 def __init__(self): 39 39 HIGWindow.__init__(self) 40 self.set_title(_("About U MIT"))40 self.set_title(_("About Umit")) 41 41 self.set_position(gtk.WIN_POS_CENTER) 42 42 … … 59 59 60 60 self.lbl_program_version = gtk.Label("""\ 61 <span size='30000' weight='heavy'>U MIT%s</span>""" % VERSION)61 <span size='30000' weight='heavy'>Umit %s</span>""" % VERSION) 62 62 63 63 self.lbl_program_description = gtk.Label(\ 64 _("""U MITis network scanning frontend frontend,64 _("""Umit is network scanning frontend frontend, 65 65 developed in PyGTK by Adriano Monteiro 66 66 Marques <adriano@umitproject.org> … … 133 133 def __init__(self): 134 134 HIGWindow.__init__(self) 135 self.set_title(_("U MITcredits"))135 self.set_title(_("Umit credits")) 136 136 self.set_size_request(-1, 450) 137 137 self.set_position(gtk.WIN_POS_CENTER) … … 333 333 Brazilian Portuguese: 334 334 Adriano Monteiro Marques <adriano@umitproject.org> 335 Rodolfo da Silva Carvalho <rodolfo@umitproject.org> 335 336 336 337 Italian: -
trunk/umitGUI/FileChoosers.py
r2975 r2980 39 39 pattern = "*.usp" 40 40 self.add_pattern(pattern) 41 self.set_name(_("U MITScan Profile (%s)") % pattern)41 self.set_name(_("Umit Scan Profile (%s)") % pattern) 42 42 43 43 class ResultsFileFilter(gtk.FileFilter): … … 47 47 pattern = "*.usr" 48 48 self.add_pattern(pattern) 49 self.set_name(_("U MITScan Results (%s)") % pattern)49 self.set_name(_("Umit Scan Results (%s)") % pattern) 50 50 51 51 class RegularDiffiesFileFilter(gtk.FileFilter): … … 55 55 pattern = "*.urd" 56 56 self.add_pattern(pattern) 57 self.set_name(_("U MITRegular Diff (%s)") % pattern)57 self.set_name(_("Umit Regular Diff (%s)") % pattern) 58 58 59 59 class HtmlDiffiesFileFilter(gtk.FileFilter): … … 63 63 pattern = "*.html" 64 64 self.add_pattern(pattern) 65 self.set_name(_("U MITHTML Diff (%s)") % pattern)65 self.set_name(_("Umit HTML Diff (%s)") % pattern) 66 66 67 67 class ProfileFileChooserDialog(gtk.FileChooserDialog): -
trunk/umitGUI/MainWindow.py
r2975 r2980 262 262 _('_About'), 263 263 '<Control>a', 264 _("About U MIT"),264 _("About Umit"), 265 265 self._show_about_cb 266 266 ), … … 1014 1014 class NonRootWarning (HIGAlertDialog): 1015 1015 def __init__(self): 1016 warning_text = _('''You are trying to run U MITwith a non-root user!\n1016 warning_text = _('''You are trying to run Umit with a non-root user!\n 1017 1017 Some nmap options need root privileges to work.''') 1018 1018 -
trunk/umitGUI/Wizard.py
r2975 r2980 85 85 86 86 self.__create_wizard_widgets() 87 self.set_title(_("U MITCommand constructor wizard"))87 self.set_title(_("Umit Command constructor wizard")) 88 88 89 89 self.main_vbox._pack_expand_fill(self.directions['Start']) … … 356 356 self.set_spacing(12) 357 357 358 self.description = HIGEntryLabel(_("""U MITgenerated the nmap command. \358 self.description = HIGEntryLabel(_("""Umit generated the nmap command. \ 359 359 Click Apply to finish this wizard.""")) 360 360 spacer = hig_box_space_holder() … … 415 415 sec_vbox = HIGVBox() 416 416 417 self.description = HIGEntryLabel(_("""U MITallow user to construct \417 self.description = HIGEntryLabel(_("""Umit allow user to construct \ 418 418 powerful commands in two distinct ways:""")) 419 419 self.novice_radio = gtk.RadioButton(None, _('Novice'))
