Changeset 4321
- Timestamp:
- 03/08/09 11:35:04 (4 years ago)
- Location:
- branch/sphinxdoc
- Files:
-
- 1 removed
- 1 modified
- 2 moved
-
profile_editor.html (deleted)
-
src/index.rst (modified) (1 diff)
-
src/profile_editor.rst (moved) (moved from branch/sphinxdoc/profile_editor/profile_editor.xml) (1 diff, 1 prop)
-
src/static/profile_editor_1.png (moved) (moved from branch/sphinxdoc/screenshots/profile_editor_1.png) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branch/sphinxdoc/src/index.rst
r4316 r4321 16 16 nse_facilitator.rst 17 17 under_the_roof.rst 18 profile_editor.rst -
branch/sphinxdoc/src/profile_editor.rst
r3278 r4321 1 <?xml version="1.0"?> 2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook v4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> 3 <article> 4 <artheader> 5 <title>Profile Editor</title> 6 <author> 7 <firstname>Adriano</firstname> 8 <surname>Marques</surname> 9 <copyright> 10 <year>2006</year> 11 <holder>Adriano Monteiro Marques</holder> 12 </copyright> 13 </author> 14 </artheader> 1 Profile Editor 2 ================== 15 3 16 <section> 17 <title>Warning</title> 18 <para> 19 This documentation is not finished! Part or all of it's content may be missing 20 or inaccurate. As Umit is under constant development and improvement, expect 21 changes in this documentation at upcoming releases. 22 </para> 23 </section> 4 .. sectionauthor:: Adriano Monteiro Marques 24 5 25 <section> 26 <title>Introduction</title> 27 <para>What is the profile editor? 6 .. warning:: 7 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 and 10 improvement, expect changes in this documentation at upcoming releases. 11 12 13 Introduction 14 ------------------- 15 16 What is the profile editor? 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 28 18 29 Using <application>Umit</application>it's normal when you can use the same arguments or make some scans30 and sometimes it's not easy to search for the same options of nmap again.19 Using **Umit** it's normal when you can use the same arguments or make some scans 20 and sometimes it's not easy to search for the same options of nmap again. 31 21 22 What do it does? 23 ~~~~~~~~~~~~~~~~~~ 24 25 Profile Editor is able to create, copy and delele profiles. With it 26 you should be able to save the nmap arguments and run scans with some paramenters in the 27 future. 32 28 33 </para> 34 <para>What do it does? 35 36 Profile Editor is able to create, copy and delele profiles. With it 37 you should be able to save the nmap arguments and run scans with some paramenters in the 38 future. 29 The customization advantage: It's easy to call a Profile. 30 In the tab scan you only choose the target, and select a Profile. It 31 will define automatically the Nmap parameters. 32 33 The profile editor modes 39 34 40 </para> 41 <para> 42 The customization advantage: It's easy to call a Profile. 43 In the tab scan you only choose the target, and select a Profile. It 44 will define automatically the <application>Nmap</application>'s parameters. 45 </para> 46 </section> 35 New profile: 36 It's easy to create a new profile, you can define all **Nmap** parameters and 37 save you a suggestive name. 47 38 48 <section> 49 <title>The profile editor modes</title> 50 <para> 51 New profile: 52 It's easy to create a new profile, you can define all <application>Nmap 53 </application> parameters and 54 save you a suggestive name. 55 </para> 56 <para> 57 Edit profile 58 If you sometimes want to change the paramenters of profile, you should be use 59 edit of profiles and add, or remove the parameters, checking it on the boxes. 60 </para> 61 </section> 39 Edit profile 40 If you sometimes want to change the paramenters of profile, you should be use 41 edit of profiles and add, or remove the parameters, checking it on the boxes. 42 62 43 63 <section> 64 <title>Creating a simple scan profile</title> 65 <para> 66 67 <screenshot> 68 <graphic fileref="screenshots/profile_editor_1.png" align="center"/> 69 </screenshot> 70 Screenshot above it's the Profile Editor. 71 </para> 72 <procedure> 73 <title>Use the key-stroke</title> 74 <step>The key-stroke that creates a new Profile is <accel>CTRL + P</accel>.</step> 75 </procedure> 44 Creating a simple scan profile 45 ------------------------------------ 46 47 .. image:: static/profile_editor_1.png 48 :align: center 49 50 Screenshot above it's the Profile Editor. 51 52 Use the key-stroke 53 The key-stroke that creates a new Profile is CTRL + P 76 54 77 <procedure> 78 <title>Acces from the Main Menu</title> 79 <step>Go to the <emphasis>Main Menu</emphasis> (the one on the top of the application), 80 <guimenu>Profile</guimenu>-><guimenuitem>New Profile</guimenuitem>.</step> 81 </procedure> 55 Acces from the Main Menu 56 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 82 57 83 84 <para> 58 Go to the **Main Menu** (the one on the top of the application), 59 *Profile* ; New Profile 85 60 86 The profile descriptions (name, hint, description, etc.)87 There are some fields to fill about a Profile. It's mandatory fill the88 name.61 The profile descriptions (name, hint, description, etc.) 62 There are some fields to fill about a Profile. It's mandatory fill the 63 name. 89 64 90 </para> 91 <para> 92 Name: It is the name that appears on combo box of <emphasis> 93 Scan Tab94 </emphasis> 95 </para> 65 Name: It is the name that appears on combo box of **Scan Tab** 66 Hint: it is a tooltip 67 Description: it's just to say what this profile does. 68 69 You can browse on the tabs and apply option that you wish to build 70 a profile that you intend. 96 71 97 <para> 98 Hint: it is a tooltip 99 </para> 100 101 <para> 102 Description: it's just to say what this profile does. 103 </para> 104 105 <para>You can browse on the tabs and apply option that you wish to build 106 a profile that you intend. 72 Just press Ok and you save the profile 73 How to use the recently created profile? 74 You can find recently profile created on Combo box in Scan tab. So just fill the target, select profile and press scan. The option of your new profile are running on the scan. 107 75 108 </para> 109 <para>Just press Ok and you save the profile</para> 110 <para>How to use the recently created profile? 111 You can find recently profile created on Combo box in Scan tab. So just fill the target, select profile and press scan. The option of your new profile are running on the scan. 76 77 Editing a profile 78 ---------------------------- 79 80 Use the key-stroke 81 The key-stroke Edit Profile is *CTRL + E* 112 82 113 </para> 114 </section> 83 Acces from the Main Menu. 84 Go to the **Main Menu** (the one on the top of the application), 85 *Profile*; Edit Profile 86 115 87 116 <section> 117 <title>Editing a profile</title> 118 <para> </para> 88 Creating a new profile based on an old one 89 ------------------------------------------------ 90 91 This option is like copy a profile. If you have a Profile and you can create 92 a similar Profile, use it. 93 94 Use the key-stroke 95 In combo Box of Scan Tab select a profile. The key-stroke create Profile is *CTRL + R* 96 97 Acces from the Main Menu. 98 Select Profile in combo box of Scan tab and go to the **Main Menu** (the one on the top of the application), 99 Profile; New Profile with Selected 100 101 102 Delete Profiles 103 ----------------------------- 119 104 120 <procedure> 121 <title>Use the key-stroke</title> 122 <step>The key-stroke Edit Profile is <accel>CTRL + E</accel>.</step> 123 </procedure> 105 If you want delete a Profile by some reason it is possible. 106 Only follow the one of the procedure 124 107 125 <procedure> 126 <title>Acces from the Main Menu</title> 127 <step>Go to the <emphasis>Main Menu</emphasis> (the one on the top of the application), 128 <guimenu>Profile</guimenu>-><guimenuitem>Edit Profile</guimenuitem>.</step> 129 </procedure> 108 Use the key-stroke 109 In combo Box of Scan Tab select a profile. The key-stroke delete Profile is *CTRL + M* 130 110 131 </section> 111 Acces from the Main Menu. 112 Select Profile in combo box of Scan tab and go to the **Main Menu** (the one on the top of the application), 113 Profile; Delete Profile 132 114 133 <section> 134 <title>Creating a new profile based on an old one</title> 135 <para> 136 This option is like copy a profile. If you have a Profile and you can create 137 a similar Profile, use it. 115 116 Using Profile Editor 117 118 Select Profile in combo box of Scan tab and go to **Main Menu** (the one on the top of the application), 119 Profile ; Edit Profile. 120 Press *Delete* button. 138 121 139 </para>140 122 141 <procedure> 142 <title>Use the key-stroke</title> 143 <step>In combo Box of Scan Tab select a profile. The key-stroke create Profile is <accel>CTRL + R</accel>.</step> 144 </procedure> 123 124 The profile editor structure 125 --------------------------------------- 126 127 Where is saved options? In options.xml, you can find in your 128 *$HOME/.umit/* 145 129 146 <procedure> 147 <title>Acces from the Main Menu</title> 148 <step>Select Profile in combo box of Scan tab and go to the <emphasis>Main Menu</emphasis> (the one on the top of the application), 149 <guimenu>Profile</guimenu>-><guimenuitem>New Profile with Selected</guimenuitem>.</step> 150 </procedure> 130 131 The profile_editor.xml can be found on the same place and it uses options 132 from options.xml 151 133 152 153 </section> 154 155 156 157 <section> 158 <title>Delete Profiles</title> 159 <para> 160 If you want delete a Profile by some reason it is possible. 161 Only follow the one of the procedure 162 163 </para> 164 <procedure> 165 <title>Use the key-stroke</title> 166 <step>In combo Box of Scan Tab select a profile. The key-stroke delete Profile is <accel>CTRL + M</accel>.</step> 167 </procedure> 168 169 <procedure> 170 <title>Acces from the Main Menu</title> 171 <step>Select Profile in combo box of Scan tab and go to the <emphasis>Main Menu</emphasis> (the one on the top of the application), 172 <guimenu>Profile</guimenu>-><guimenuitem>Delete Profile</guimenuitem>.</step> 173 </procedure> 174 175 <procedure> 176 <title>Using Profile Editor</title> 177 <step>Select Profile in combo box of Scan tab and go to <emphasis>Main Menu</emphasis> (the one on the top of the application), 178 <guimenu>Profile</guimenu>-><guimenuitem>Edit Profile</guimenuitem>.</step> 179 <step> 180 Press <emphasis>Delete</emphasis> button. 181 </step> 182 </procedure> 183 184 </section> 185 186 <section> 187 <title>The profile editor structure</title> 188 <para>Where is saved options? In options.xml, you can find in your 189 <emphasis>$HOME/.umit/</emphasis> 190 </para> 191 <para> 192 The profile_editor.xml can be found on the same place and it uses options 193 from options.xml 194 </para> 195 196 <para>The widgets available for options is combo box, checkbox and text 197 entry. We have the box with numbers (for example, number of ports) to 198 use as parameter. 199 </para> 200 </section> 201 </article> 134 The widgets available for options is combo box, checkbox and text 135 entry. We have the box with numbers (for example, number of ports) to 136 use as parameter. -
branch/sphinxdoc/src/static/profile_editor_1.png
