Changeset 5871
- Timestamp:
- 09/05/10 19:14:54 (3 years ago)
- Location:
- network-scanner/trunk/share/doc/umit/src
- Files:
-
- 9 modified
-
comparing_results.rst (modified) (10 diffs)
-
interface_editor.rst (modified) (7 diffs)
-
network_topology.rst (modified) (1 diff)
-
plugins.rst (modified) (3 diffs)
-
plugins_dev.rst (modified) (1 diff)
-
profile_editor.rst (modified) (4 diffs)
-
scanning.rst (modified) (6 diffs)
-
under_the_roof.rst (modified) (3 diffs)
-
wizard.rst (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
network-scanner/trunk/share/doc/umit/src/comparing_results.rst
r5632 r5871 21 21 --------------------- 22 22 23 To reach the Compare Results Window, make sure that Umit is open, and then24 do one of the following:23 To reach the Compare Results Window, make sure that Umit Network Scanner is open, 24 and then do one of the following: 25 25 26 26 1. **Use the key-stroke** … … 28 28 * The key-stroke that shows the Compare Results Window is CTRL + D. 29 29 30 2. **Single click on the Compare Results Icon in the Main Toolbar** 31 32 * The Compare Results Icon in the Main Toolbar may differ from theme 33 to theme, but it is always the 6th icon counting from left to right. 34 35 3. **Access from the Main Menu** 30 2. **Access from the Main Menu** 36 31 37 32 * Go to the *Main Menu* (the one on the top of the application), 38 File->Compare Results.33 Tools->Compare Results. 39 34 40 35 … … 42 37 ---------------------- 43 38 44 To avoid too much user interaction, and usability problems, Umit 39 To avoid too much user interaction, and usability problems, Umit Network Scanner 45 40 automatically make available at the *Compare Results Window* combo boxes, 46 41 the scan results currently loaded in the main interface. As you may have … … 52 47 53 48 If one or both of the scan results that you wish to compare are not loaded in 54 Umit 's main interface, you can compare then by loading then inside the55 *Compare Results Window* without the need of closing the window, loading the 56 results into scan tabs, and then openning the *Compare Results Window* again. 57 To load then directly, use the Open button that resides on the right of each 58 combo box.49 Umit Network Scanner's main interface, you can compare then by loading then 50 inside the *Compare Results Window* without the need of closing the window, 51 loading the results into scan tabs, and then openning the 52 *Compare Results Window* again. To load then directly, use the Open button 53 that resides on the right of each combo box. 59 54 60 55 You may also want to compare results that are not saved into files, but inside 61 the Umit 's search data base. To load those results, you'll have to load then62 into scan tabs first, and then open the *Compare Results Window* to compare 63 t hem. It's a bit cumbersome, but loading then directly from the56 the Umit Network Scanner's search data base. To load those results, you'll 57 have to load then into scan tabs first, and then open the *Compare Results Window* 58 to compare them. It's a bit cumbersome, but loading then directly from the 64 59 *Compare Results Window* would implicate on creating more widgets inside 65 60 the window and making it more complex, thus lowing it's usability anyway. … … 84 79 usefull comparison. 85 80 86 Let's say that you have two different scans loaded in Umit , and you wish87 to compare then. The first one, called *"Quick Scan on 192.168.204.128"* is 88 a scan result made 2 days ago, and the second one, called81 Let's say that you have two different scans loaded in Umit Network Scanner, and 82 you wish to compare then. The first one, called *"Quick Scan on 192.168.204.128"* 83 is a scan result made 2 days ago, and the second one, called 89 84 *"Regular Scan on 192.168.204.128"* is a just finished scan result. The goal 90 85 is to verify if something has changed during this 2 days, like if a service … … 104 99 and at *Scan Result 2* select *"Regular Scan on 192.168.204.128"*. 105 100 In the moment you finish the selection of the results you want to compare, 106 Umit detects your choices and generates automatically the comparison result. 101 Umit Network Scanner detects your choices and generates automatically 102 the comparison result. 107 103 108 104 .. image:: static/comparing_results2.png … … 110 106 111 107 The *Compare Results Window* with selected results and the comparison 112 generated automatically by Umit .108 generated automatically by Umit Network Scanner. 113 109 114 110 .. image:: static/comparing_results3.png … … 121 117 ------------------ 122 118 123 If you're an old Umit user, you won't be surprised with the text mode.124 But maybe, if you are a new user, you will probably be questionning why119 If you're an old Umit Network Scanner user, you won't be surprised with the text 120 mode. But maybe, if you are a new user, you will probably be questionning why 125 121 there is a *"Text mode"*, if you've got the *"Compare mode"*, that is easier 126 122 to read and understand. Here goes the answer: The *"Text mode"* is the first … … 131 127 copied and pasted anywhere. This mode is not so complete as the 132 128 *"Compare mode"*, but it's the only one that you can save for latter analysis. 133 In the future, Umit will feature a report generation tool, to ease this task. 129 In the future, Umit Network Scanner will feature a report generation tool, 130 to ease this task. 134 131 135 132 … … 251 248 ^^^^^^^^^^^^ 252 249 253 There's a bug that avoids the use of this feature when Umit is been executed254 with *sudo* in Linux.250 There's a bug that avoids the use of this feature when Umit Network Scanner is 251 been executed with *sudo* in Linux. -
network-scanner/trunk/share/doc/umit/src/interface_editor.rst
r5632 r5871 8 8 9 9 This documentation is not finished! Part or all of it's content may be 10 missing or inaccurate. As Umit is under constant development and11 improvement, expect changes in this documentation at upcoming releases.10 missing or inaccurate. As Umit Network Scanner is under constant development 11 and improvement, expect changes in this documentation at upcoming releases. 12 12 13 13 … … 18 18 should be able to add, edit and remove **Nmap** options. 19 19 20 Profile Editor and Wizard are using XML files to load his options. Interface Editor 21 management this XMLs and show a graphical interface to handle it in run-time. 20 Profile Editor and Wizard are using XML files to load his options. Interface 21 Editor management this XMLs and show a graphical interface to handle it 22 in run-time. 22 23 23 24 What does it do? … … 91 92 * Need Root 92 93 93 If "Need Root" is able this option will be not considered if Umit is running without94 Administrator level.94 If "Need Root" is able this option will be not considered if Umit Network 95 Scanner is running without Administrator level. 95 96 96 97 * Options + Args … … 112 113 The description of input parameters of Nmap introduced in "Args" button 113 114 114 If you add a new option or delete it will be added to Undo/Redo stack and you can easier rollback changes. 115 If you add a new option or delete it will be added to Undo/Redo stack and you 116 can easier rollback changes. 115 117 116 118 … … 119 121 120 122 121 If a user can remove an option it can be done, just selecting the option in the list122 and then press in "Delete" button.123 If a user can remove an option it can be done, just selecting the option in the 124 list and then press in "Delete" button. 123 125 124 126 … … 129 131 Interface Editor - Remove Option with Dependence 130 132 131 In :ref:`Remove Option <ieditorremoveoption>` there is dependence in Profile and Wizard.132 If you remove the option it will removed also from Profile Editor and Wizard.133 In :ref:`Remove Option <ieditorremoveoption>` there is dependence in Profile and 134 Wizard. If you remove the option it will removed also from Profile Editor and Wizard. 133 135 134 136 … … 158 160 159 161 160 If you remove an option (just selecting, and press "Delele" or throught the tooolbar/menu) 161 automatically you get a voidplace. Then user will be able to exchange the option. 162 163 In each option user can put the option up or down from the others just using menu "Items" 164 or using the left toolbar. 162 If you remove an option (just selecting, and press "Delele" or throught the 163 tooolbar/menu) automatically you get a voidplace. Then user will be able to 164 exchange the option. 165 166 In each option user can put the option up or down from the others just using 167 menu "Items" or using the left toolbar. 165 168 166 169 *Sections* -
network-scanner/trunk/share/doc/umit/src/network_topology.rst
r5632 r5871 10 10 11 11 This documentation is not finished! Part or all of it's content may be 12 missing or inaccurate. As Umit is under constant development and13 improvement, expect changes in this documentation at upcoming releases.12 missing or inaccurate. As Umit Network Scanner is under constant development 13 and improvement, expect changes in this documentation at upcoming releases. 14 14 15 15 -
network-scanner/trunk/share/doc/umit/src/plugins.rst
r5632 r5871 7 7 8 8 This documentation is not finished! Part or all of it's content may be 9 missing or inaccurate. As Umit is under constant development and10 improvement, expect changes in this documentation at upcoming releases.9 missing or inaccurate. As Umit Network Scanner is under constant development 10 and improvement, expect changes in this documentation at upcoming releases. 11 11 12 12 Introduction … … 14 14 15 15 Plugins are useful to implement indipendent features that could help the user 16 to customize the U MITexperience.16 to customize the Umit Network Scanner experience. 17 17 18 From the Plugin Window you could manage U MIT plugins. The window is divided in19 two sections the *Extensions* and *Path* view.18 From the Plugin Window you could manage Umit Network Scanner plugins. 19 The window is divided in two sections the *Extensions* and *Path* view. 20 20 21 21 Extensions View … … 117 117 Plugin Path directory, listed in the *Paths* View. 118 118 119 For example on *NIX system you could do::119 For example on *NIX* system you could do:: 120 120 121 121 $ cd ~/.umit/plugins -
network-scanner/trunk/share/doc/umit/src/plugins_dev.rst
r5632 r5871 7 7 8 8 This documentation is not finished! Part or all of it's content may be 9 missing or inaccurate. As Umit is under constant development and10 improvement, expect changes in this documentation at upcoming releases.9 missing or inaccurate. As Umit Network Scanner is under constant development 10 and improvement, expect changes in this documentation at upcoming releases. 11 11 12 12 Introduction -
network-scanner/trunk/share/doc/umit/src/profile_editor.rst
r5632 r5871 8 8 9 9 This documentation is not finished! Part or all of it's content may be 10 missing or inaccurate. As Umit is under constant development and11 improvement, expect changes in this documentation at upcoming releases.10 missing or inaccurate. As Umit Network Scanner is under constant development 11 and improvement, expect changes in this documentation at upcoming releases. 12 12 13 13 … … 22 22 future. 23 23 24 Since Umit Network Scanner 1.0 it was included a manager of Profiles called ProfileManager. 24 Since Umit Network Scanner 1.0 it was included a manager of Profiles called 25 ProfileManager. 25 26 26 27 What does it do? … … 58 59 59 60 * Go to the *Main Menu* (the one on the top of the application) 60 :menuselection:`Profile --> New Profile` 61 62 :menuselection:`Profile --> New Profile` 61 63 62 64 3. **Access from the ProfileManager** … … 165 167 ----------------------------- 166 168 167 The *Profile Manager* is able to create, edit and delete new profiles as we explain above. 169 The *Profile Manager* is able to create, edit and delete new profiles as we 170 explain above. 168 171 169 172 .. image:: static/profile_manager.png -
network-scanner/trunk/share/doc/umit/src/scanning.rst
r5632 r5871 7 7 8 8 This documentation is not finished! Part or all of it's content may be 9 missing or inaccurate. As Umit is under constant development and10 improvement, expect changes in this documentation at upcoming releases.9 missing or inaccurate. As Umit Network Scanner is under constant development 10 and improvement, expect changes in this documentation at upcoming releases. 11 11 12 12 … … 14 14 ------------ 15 15 16 Umit was designed to accomodate and run more than one scan at time. Each scan17 is executed and shown inside a *Scan Tab*, which has a title and organize 18 every information obtained in the scan result.16 Umit Network Scanner was designed to accomodate and run more than one scan at 17 time. Each scan is executed and shown inside a *Scan Tab*, which has a title 18 and organize every information obtained in the scan result. 19 19 20 20 The *Scan Tab* tries to facilitate your life, by making the unformations … … 31 31 a boring task that gets worst when you have to do that more than once. 32 32 33 An answer to your problem is Umit , that can handle this task easily, with34 just a couple of clicks.33 An answer to your problem is Umit Network Scanner, that can handle this task 34 easily, with just a couple of clicks. 35 35 36 36 So, if you're wondering if you should retire the command line, I would say … … 45 45 pull off your doubt about what is up or down from were you stand. 46 46 47 Umit is intended to help you manage your network, by giving you a better48 way to examine carefully your network peers. If your intention is to49 *know* better your network, then Umit is what you need.47 Umit Network Scanner is intended to help you manage your network, by giving you 48 a better way to examine carefully your network peers. If your intention is to 49 *know* better your network, then Umit Network Scanner is what you need. 50 50 51 51 … … 54 54 55 55 To start a scan, you need an empty *Scan Tab*. At the time you start 56 Umit , a new *Scan Tab* is made available, and as soon as the main interface57 is shown, you can start typing the target address. If you already used this 58 *Scan Tab*, you can create a new one, by doing one of the following:56 Umit Network Scanner, a new *Scan Tab* is made available, and as soon as the 57 main interface is shown, you can start typing the target address. If you already 58 used this *Scan Tab*, you can create a new one, by doing one of the following: 59 59 60 60 1. **Use the key-stroke** … … 77 77 ---------------- 78 78 79 By the moment you start Umit , or create a new scan tab, you can start typing80 the address of the target(s) that you want to scan. Every target inserted into 81 the Target field is recorded and remembered in case you need it in the future. 82 As this field features an auto-completation, it's going to be easy the reuse of 83 t argets.79 By the moment you start Umit Network Scanner, or create a new scan tab, you can 80 start typing the address of the target(s) that you want to scan. Every target 81 inserted into the Target field is recorded and remembered in case you need it in 82 the future. As this field features an auto-completation, it's going to be easy 83 the reuse of targets. 84 84 85 85 -
network-scanner/trunk/share/doc/umit/src/under_the_roof.rst
r5632 r5871 8 8 9 9 This documentation is not finished! Part or all of it's content may be 10 missing or inaccurate. As Umit is under constant development and11 improvement, expect changes in this documentation at upcoming releases.10 missing or inaccurate. As Umit Network Scanner is under constant development 11 and improvement, expect changes in this documentation at upcoming releases. 12 12 13 13 … … 17 17 ------------------- 18 18 19 Umit will always try to create a $HOME/.umit configuration directory if it20 d oesn't exists yet, under UNIX. Under Windows it will try to a configuration21 directory named umit under user's local application data. We call this 22 configuration directory as UMIT_CFG_DIR.19 Umit Network Scanner will always try to create a $HOME/.umit configuration 20 directory if it doesn't exists yet, under UNIX. Under Windows it will try to a 21 configuration directory named umit under user's local application data. 22 We call this configuration directory as UMIT_CFG_DIR. 23 23 24 The steps bellow, describes how Umit is going to behave on every24 The steps bellow, describes how Umit Network Scanner is going to behave on every 25 25 startup in order to load the configuration files: 26 26 … … 51 51 ----------- 52 52 53 Yes, there are easter eggs in Umit . Go find them!53 Yes, there are easter eggs in Umit Network Scanner. Go find them! -
network-scanner/trunk/share/doc/umit/src/wizard.rst
r5870 r5871 9 9 10 10 This documentation is not finished! Part or all of it's content may be 11 missing or inaccurate. As Umit is under constant development and12 improvement, expect changes in this documentation at upcoming releases.11 missing or inaccurate. As Umit Network Scanner is under constant development 12 and improvement, expect changes in this documentation at upcoming releases. 13 13 14 14 … … 16 16 ------------ 17 17 18 Using Umit Network Scanner user is able to choose options, arguments or make repeated scans. 19 Sometimes it is not a easier process. Even with Profile Editor it is not a easier task. 20 Command Constructor Wizard was create to help users create a customized command. 18 Using Umit Network Scanner user is able to choose options, arguments or make 19 repeated scans. Sometimes it is not a easier process. Even with Profile Editor 20 it is not a easier task. Command Constructor Wizard was create to help users 21 create a customized command. 21 22 22 Using wizard available options can be enable quickly and a new profile will be create faster. 23 Using wizard available options can be enable quickly and a new profile will be 24 create faster. 23 25 24 26 The wizard modes 25 27 ------------------------ 26 28 27 Wizard has two modes: Novice and Expert. If Expert mode is selected it will open Profile Editor. Otherwise it will give an assistance helping you creating a customized profile. 29 Wizard has two modes: Novice and Expert. If Expert mode is selected it will open 30 Profile Editor. Otherwise it will give an assistance helping you creating a 31 customized profile. 28 32
