workspace.xml 67 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AnalysisUIOptions">
  4. <option name="GROUP_BY_SEVERITY" value="true" />
  5. <option name="SCOPE_TYPE" value="2" />
  6. </component>
  7. <component name="ChangeListManager">
  8. <list default="true" id="ef10d9c8-0970-4ec8-90a9-81487fbad634" name="Default" comment="- Added comments to all classes and methods&#10;- Small code improvements">
  9. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/vcs.xml" afterPath="$PROJECT_DIR$/.idea/vcs.xml" />
  10. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
  11. </list>
  12. <ignored path="code.iws" />
  13. <ignored path=".idea/workspace.xml" />
  14. <ignored path=".idea/dataSources.local.xml" />
  15. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  16. <option name="TRACKING_ENABLED" value="true" />
  17. <option name="SHOW_DIALOG" value="false" />
  18. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  19. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  20. <option name="LAST_RESOLUTION" value="IGNORE" />
  21. </component>
  22. <component name="CoverageDataManager">
  23. <SUITE FILE_PATH="coverage/code$pcapreader.coverage" NAME="pcapreader Coverage Results" MODIFIED="1470047802654" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ID2TLib" />
  24. <SUITE FILE_PATH="coverage/code$Hasher.coverage" NAME="Hasher Coverage Results" MODIFIED="1475518961954" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ID2TLib" />
  25. <SUITE FILE_PATH="coverage/code$ID2TLib.coverage" NAME="ID2TLib Coverage Results" MODIFIED="1467046039643" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/CLI" />
  26. <SUITE FILE_PATH="coverage/code$CLI.coverage" NAME="CLI Coverage Results" MODIFIED="1478195959702" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
  27. <SUITE FILE_PATH="coverage/code$PortscanAttack.coverage" NAME="PortscanAttack Coverage Results" MODIFIED="1470135189879" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/Attack" />
  28. <SUITE FILE_PATH="coverage/code$FileHasher.coverage" NAME="FileHasher Coverage Results" MODIFIED="1470929280513" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ID2TLib" />
  29. <SUITE FILE_PATH="coverage/code$BaseAttack.coverage" NAME="BaseAttack Coverage Results" MODIFIED="1470221704615" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/Attack" />
  30. <SUITE FILE_PATH="coverage/code$AttackController.coverage" NAME="AttackController Coverage Results" MODIFIED="1470208479922" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ID2TLib" />
  31. <SUITE FILE_PATH="coverage/code$PcapFile.coverage" NAME="PcapFile Coverage Results" MODIFIED="1471115797069" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ID2TLib" />
  32. <SUITE FILE_PATH="coverage/code$StatsDatabase.coverage" NAME="StatsDatabase Coverage Results" MODIFIED="1471278186826" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ID2TLib" />
  33. <SUITE FILE_PATH="coverage/code$Controller.coverage" NAME="Controller Coverage Results" MODIFIED="1476192827183" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ID2TLib" />
  34. <SUITE FILE_PATH="coverage/code$LabelManager.coverage" NAME="LabelManager Coverage Results" MODIFIED="1467880641533" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/ID2TLib" />
  35. </component>
  36. <component name="CreatePatchCommitExecutor">
  37. <option name="PATCH_PATH" value="" />
  38. </component>
  39. <component name="DatabaseView">
  40. <option name="GROUP_SCHEMA" value="true" />
  41. <option name="GROUP_CONTENTS" value="false" />
  42. <option name="SORT_POSITIONED" value="false" />
  43. <option name="SHOW_TABLE_DETAILS" value="true" />
  44. <option name="SHOW_EMPTY_GROUPS" value="false" />
  45. </component>
  46. <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
  47. <component name="FavoritesManager">
  48. <favorites_list name="code" />
  49. </component>
  50. <component name="FileEditorManager">
  51. <leaf />
  52. </component>
  53. <component name="FileTemplateManagerImpl">
  54. <option name="RECENT_TEMPLATES">
  55. <list>
  56. <option value="Python Script" />
  57. </list>
  58. </option>
  59. </component>
  60. <component name="Git.Settings">
  61. <option name="PREVIOUS_COMMIT_AUTHORS">
  62. <list>
  63. <option value="Patrick Jattke &lt;yy52afeg@rbg.informatik.tu-darmstadt.de&gt;" />
  64. <option value="Patrick Jattke" />
  65. <option value="Patrick Patrick Jattke" />
  66. </list>
  67. </option>
  68. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  69. <option name="RECENT_BRANCH_BY_REPOSITORY">
  70. <map>
  71. <entry key="$PROJECT_DIR$/../.." value="dev" />
  72. </map>
  73. </option>
  74. </component>
  75. <component name="IdeDocumentHistory">
  76. <option name="CHANGED_PATHS">
  77. <list>
  78. <option value="$PROJECT_DIR$/CLI/ID2TLib.py" />
  79. <option value="$PROJECT_DIR$/program/CLI/CLI.py" />
  80. <option value="$PROJECT_DIR$/CLI/CLI.py" />
  81. <option value="$PROJECT_DIR$/__init__.py" />
  82. <option value="$PROJECT_DIR$/main.py" />
  83. <option value="$PROJECT_DIR$/ID2TLib/pcapreader.py" />
  84. <option value="$PROJECT_DIR$/Attack/DummyAttack.py" />
  85. <option value="$PROJECT_DIR$/ID2TLib/FileHasher.py" />
  86. <option value="$PROJECT_DIR$/Attack/__init__.py" />
  87. <option value="$PROJECT_DIR$/ID2TLib/Hasher.py" />
  88. <option value="$PROJECT_DIR$/ID2TLib/Label.py" />
  89. <option value="$PROJECT_DIR$/ID2TLib/PcapFile.py" />
  90. <option value="$PROJECT_DIR$/ID2TLib/StatsDatabase.py" />
  91. <option value="$PROJECT_DIR$/Attack/AttackParameters.py" />
  92. <option value="$PROJECT_DIR$/ID2TLib/AttackController.py" />
  93. <option value="$PROJECT_DIR$/ID2TLib/Controller.py" />
  94. <option value="$PROJECT_DIR$/ID2TLib/Statistics.py" />
  95. <option value="$PROJECT_DIR$/Attack/PortscanAttack.py" />
  96. <option value="$PROJECT_DIR$/Attack/BaseAttack.py" />
  97. <option value="$PROJECT_DIR$/ID2TLib/LabelManager.py" />
  98. <option value="$PROJECT_DIR$/CLI.py" />
  99. </list>
  100. </option>
  101. </component>
  102. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  103. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  104. <component name="JsGulpfileManager">
  105. <detection-done>true</detection-done>
  106. <sorting>DEFINITION_ORDER</sorting>
  107. </component>
  108. <component name="ProjectFrameBounds">
  109. <option name="x" value="-1" />
  110. <option name="width" value="1678" />
  111. <option name="height" value="882" />
  112. </component>
  113. <component name="ProjectInspectionProfilesVisibleTreeState">
  114. <entry key="Project Default">
  115. <profile-state>
  116. <expanded-state>
  117. <State>
  118. <id />
  119. </State>
  120. <State>
  121. <id>Google App Engine (Python)</id>
  122. </State>
  123. <State>
  124. <id>Python</id>
  125. </State>
  126. <State>
  127. <id>Spelling</id>
  128. </State>
  129. </expanded-state>
  130. <selected-state>
  131. <State>
  132. <id>SpellCheckingInspection</id>
  133. </State>
  134. </selected-state>
  135. </profile-state>
  136. </entry>
  137. </component>
  138. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  139. <OptionsSetting value="true" id="Add" />
  140. <OptionsSetting value="true" id="Remove" />
  141. <OptionsSetting value="true" id="Checkout" />
  142. <OptionsSetting value="true" id="Update" />
  143. <OptionsSetting value="true" id="Status" />
  144. <OptionsSetting value="true" id="Edit" />
  145. <ConfirmationsSetting value="0" id="Add" />
  146. <ConfirmationsSetting value="0" id="Remove" />
  147. </component>
  148. <component name="ProjectView">
  149. <navigator currentView="ProjectPane" proportions="" version="1">
  150. <flattenPackages />
  151. <showMembers />
  152. <showModules />
  153. <showLibraryContents />
  154. <hideEmptyPackages />
  155. <abbreviatePackageNames />
  156. <autoscrollToSource />
  157. <autoscrollFromSource />
  158. <sortByType />
  159. <manualOrder />
  160. <foldersAlwaysOnTop value="true" />
  161. </navigator>
  162. <panes>
  163. <pane id="Scope" />
  164. <pane id="Scratches" />
  165. <pane id="ProjectPane">
  166. <subPane>
  167. <PATH>
  168. <PATH_ELEMENT>
  169. <option name="myItemId" value="code" />
  170. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  171. </PATH_ELEMENT>
  172. </PATH>
  173. <PATH>
  174. <PATH_ELEMENT>
  175. <option name="myItemId" value="code" />
  176. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  177. </PATH_ELEMENT>
  178. <PATH_ELEMENT>
  179. <option name="myItemId" value="code" />
  180. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  181. </PATH_ELEMENT>
  182. </PATH>
  183. <PATH>
  184. <PATH_ELEMENT>
  185. <option name="myItemId" value="code" />
  186. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  187. </PATH_ELEMENT>
  188. <PATH_ELEMENT>
  189. <option name="myItemId" value="code" />
  190. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  191. </PATH_ELEMENT>
  192. <PATH_ELEMENT>
  193. <option name="myItemId" value="ID2TLib" />
  194. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  195. </PATH_ELEMENT>
  196. </PATH>
  197. <PATH>
  198. <PATH_ELEMENT>
  199. <option name="myItemId" value="code" />
  200. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  201. </PATH_ELEMENT>
  202. <PATH_ELEMENT>
  203. <option name="myItemId" value="code" />
  204. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  205. </PATH_ELEMENT>
  206. <PATH_ELEMENT>
  207. <option name="myItemId" value="GUI" />
  208. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  209. </PATH_ELEMENT>
  210. </PATH>
  211. <PATH>
  212. <PATH_ELEMENT>
  213. <option name="myItemId" value="code" />
  214. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  215. </PATH_ELEMENT>
  216. <PATH_ELEMENT>
  217. <option name="myItemId" value="code" />
  218. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  219. </PATH_ELEMENT>
  220. <PATH_ELEMENT>
  221. <option name="myItemId" value="Attack" />
  222. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
  223. </PATH_ELEMENT>
  224. </PATH>
  225. </subPane>
  226. </pane>
  227. </panes>
  228. </component>
  229. <component name="PropertiesComponent">
  230. <property name="WebServerToolWindowFactoryState" value="false" />
  231. <property name="settings.editor.selected.configurable" value="project.propVCSSupport.Mappings" />
  232. <property name="settings.editor.splitter.proportion" value="0.2" />
  233. <property name="com.intellij.database.dataSource.DataSourceTemplate" value="Sqlite (Xerial)" />
  234. <property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth0" value="196" />
  235. <property name="FileHistory.git4idea.history.GitHistoryProvider_flatOrder0" value="0" />
  236. <property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth1" value="198" />
  237. <property name="FileHistory.git4idea.history.GitHistoryProvider_flatOrder1" value="1" />
  238. <property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth2" value="201" />
  239. <property name="FileHistory.git4idea.history.GitHistoryProvider_flatOrder2" value="2" />
  240. <property name="FileHistory.git4idea.history.GitHistoryProvider_flatWidth3" value="996" />
  241. <property name="FileHistory.git4idea.history.GitHistoryProvider_flatOrder3" value="3" />
  242. <property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth0" value="196" />
  243. <property name="FileHistory.git4idea.history.GitHistoryProvider_treeOrder0" value="0" />
  244. <property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth1" value="198" />
  245. <property name="FileHistory.git4idea.history.GitHistoryProvider_treeOrder1" value="1" />
  246. <property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth2" value="201" />
  247. <property name="FileHistory.git4idea.history.GitHistoryProvider_treeOrder2" value="2" />
  248. <property name="FileHistory.git4idea.history.GitHistoryProvider_treeWidth3" value="996" />
  249. <property name="FileHistory.git4idea.history.GitHistoryProvider_treeOrder3" value="3" />
  250. </component>
  251. <component name="PyConsoleOptionsProvider">
  252. <option name="myPythonConsoleState">
  253. <console-settings module-name="code" is-module-sdk="true">
  254. <option name="myUseModuleSdk" value="true" />
  255. <option name="myModuleName" value="code" />
  256. </console-settings>
  257. </option>
  258. </component>
  259. <component name="RecentsManager">
  260. <key name="MoveFile.RECENT_KEYS">
  261. <recent name="$PROJECT_DIR$" />
  262. <recent name="$PROJECT_DIR$/program" />
  263. <recent name="$PROJECT_DIR$/CLI" />
  264. </key>
  265. </component>
  266. <component name="RunManager" selected="Python.CLI">
  267. <configuration default="false" name="CLI" type="PythonConfigurationType" factoryName="Python" temporary="true">
  268. <option name="INTERPRETER_OPTIONS" value="" />
  269. <option name="PARENT_ENVS" value="true" />
  270. <envs>
  271. <env name="PYTHONUNBUFFERED" value="1" />
  272. </envs>
  273. <option name="SDK_HOME" value="" />
  274. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  275. <option name="IS_MODULE_SDK" value="true" />
  276. <option name="ADD_CONTENT_ROOTS" value="true" />
  277. <option name="ADD_SOURCE_ROOTS" value="true" />
  278. <module name="code" />
  279. <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" />
  280. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/CLI.py" />
  281. <option name="PARAMETERS" value="" />
  282. <option name="SHOW_COMMAND_LINE" value="false" />
  283. <method />
  284. </configuration>
  285. <configuration default="false" name="FileHasher" type="PythonConfigurationType" factoryName="Python" temporary="true">
  286. <option name="INTERPRETER_OPTIONS" value="" />
  287. <option name="PARENT_ENVS" value="true" />
  288. <envs>
  289. <env name="PYTHONUNBUFFERED" value="1" />
  290. </envs>
  291. <option name="SDK_HOME" value="" />
  292. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/ID2TLib" />
  293. <option name="IS_MODULE_SDK" value="true" />
  294. <option name="ADD_CONTENT_ROOTS" value="true" />
  295. <option name="ADD_SOURCE_ROOTS" value="true" />
  296. <module name="code" />
  297. <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" />
  298. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/ID2TLib/FileHasher.py" />
  299. <option name="PARAMETERS" value="" />
  300. <option name="SHOW_COMMAND_LINE" value="false" />
  301. <method />
  302. </configuration>
  303. <configuration default="false" name="StatsDatabase" type="PythonConfigurationType" factoryName="Python" temporary="true">
  304. <option name="INTERPRETER_OPTIONS" value="" />
  305. <option name="PARENT_ENVS" value="true" />
  306. <envs>
  307. <env name="PYTHONUNBUFFERED" value="1" />
  308. </envs>
  309. <option name="SDK_HOME" value="" />
  310. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/ID2TLib" />
  311. <option name="IS_MODULE_SDK" value="true" />
  312. <option name="ADD_CONTENT_ROOTS" value="true" />
  313. <option name="ADD_SOURCE_ROOTS" value="true" />
  314. <module name="code" />
  315. <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" />
  316. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/ID2TLib/StatsDatabase.py" />
  317. <option name="PARAMETERS" value="" />
  318. <option name="SHOW_COMMAND_LINE" value="false" />
  319. <method />
  320. </configuration>
  321. <configuration default="false" name="PcapFile" type="PythonConfigurationType" factoryName="Python" temporary="true">
  322. <option name="INTERPRETER_OPTIONS" value="" />
  323. <option name="PARENT_ENVS" value="true" />
  324. <envs>
  325. <env name="PYTHONUNBUFFERED" value="1" />
  326. </envs>
  327. <option name="SDK_HOME" value="" />
  328. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/ID2TLib" />
  329. <option name="IS_MODULE_SDK" value="true" />
  330. <option name="ADD_CONTENT_ROOTS" value="true" />
  331. <option name="ADD_SOURCE_ROOTS" value="true" />
  332. <module name="code" />
  333. <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" />
  334. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/ID2TLib/PcapFile.py" />
  335. <option name="PARAMETERS" value="" />
  336. <option name="SHOW_COMMAND_LINE" value="false" />
  337. <method />
  338. </configuration>
  339. <configuration default="false" name="Controller" type="PythonConfigurationType" factoryName="Python" temporary="true">
  340. <option name="INTERPRETER_OPTIONS" value="" />
  341. <option name="PARENT_ENVS" value="true" />
  342. <envs>
  343. <env name="PYTHONUNBUFFERED" value="1" />
  344. </envs>
  345. <option name="SDK_HOME" value="" />
  346. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/ID2TLib" />
  347. <option name="IS_MODULE_SDK" value="true" />
  348. <option name="ADD_CONTENT_ROOTS" value="true" />
  349. <option name="ADD_SOURCE_ROOTS" value="true" />
  350. <module name="code" />
  351. <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" />
  352. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/ID2TLib/Controller.py" />
  353. <option name="PARAMETERS" value="" />
  354. <option name="SHOW_COMMAND_LINE" value="false" />
  355. <method />
  356. </configuration>
  357. <configuration default="true" type="DjangoTestsConfigurationType" factoryName="Django tests">
  358. <option name="INTERPRETER_OPTIONS" value="" />
  359. <option name="PARENT_ENVS" value="true" />
  360. <envs>
  361. <env name="PYTHONUNBUFFERED" value="1" />
  362. </envs>
  363. <option name="SDK_HOME" value="" />
  364. <option name="WORKING_DIRECTORY" value="" />
  365. <option name="IS_MODULE_SDK" value="false" />
  366. <option name="ADD_CONTENT_ROOTS" value="true" />
  367. <option name="ADD_SOURCE_ROOTS" value="true" />
  368. <module name="code" />
  369. <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" />
  370. <option name="TARGET" value="" />
  371. <option name="SETTINGS_FILE" value="" />
  372. <option name="CUSTOM_SETTINGS" value="false" />
  373. <option name="USE_OPTIONS" value="false" />
  374. <option name="OPTIONS" value="" />
  375. <method />
  376. </configuration>
  377. <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
  378. <method />
  379. </configuration>
  380. <configuration default="true" type="PyBehaveRunConfigurationType" factoryName="Behave">
  381. <option name="INTERPRETER_OPTIONS" value="" />
  382. <option name="PARENT_ENVS" value="true" />
  383. <envs />
  384. <option name="SDK_HOME" value="" />
  385. <option name="WORKING_DIRECTORY" value="" />
  386. <option name="IS_MODULE_SDK" value="false" />
  387. <option name="ADD_CONTENT_ROOTS" value="true" />
  388. <option name="ADD_SOURCE_ROOTS" value="true" />
  389. <module name="code" />
  390. <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" />
  391. <option name="ADDITIONAL_ARGS" value="" />
  392. <method />
  393. </configuration>
  394. <configuration default="true" type="PyLettuceRunConfigurationType" factoryName="Lettuce">
  395. <option name="INTERPRETER_OPTIONS" value="" />
  396. <option name="PARENT_ENVS" value="true" />
  397. <envs />
  398. <option name="SDK_HOME" value="" />
  399. <option name="WORKING_DIRECTORY" value="" />
  400. <option name="IS_MODULE_SDK" value="false" />
  401. <option name="ADD_CONTENT_ROOTS" value="true" />
  402. <option name="ADD_SOURCE_ROOTS" value="true" />
  403. <module name="code" />
  404. <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" />
  405. <option name="ADDITIONAL_ARGS" value="" />
  406. <method />
  407. </configuration>
  408. <configuration default="true" type="PythonConfigurationType" factoryName="Python">
  409. <option name="INTERPRETER_OPTIONS" value="" />
  410. <option name="PARENT_ENVS" value="true" />
  411. <envs>
  412. <env name="PYTHONUNBUFFERED" value="1" />
  413. </envs>
  414. <option name="SDK_HOME" value="" />
  415. <option name="WORKING_DIRECTORY" value="" />
  416. <option name="IS_MODULE_SDK" value="false" />
  417. <option name="ADD_CONTENT_ROOTS" value="true" />
  418. <option name="ADD_SOURCE_ROOTS" value="true" />
  419. <module name="code" />
  420. <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" />
  421. <option name="SCRIPT_NAME" value="" />
  422. <option name="PARAMETERS" value="" />
  423. <option name="SHOW_COMMAND_LINE" value="false" />
  424. <method />
  425. </configuration>
  426. <configuration default="true" type="Tox" factoryName="Tox">
  427. <option name="INTERPRETER_OPTIONS" value="" />
  428. <option name="PARENT_ENVS" value="true" />
  429. <envs />
  430. <option name="SDK_HOME" value="" />
  431. <option name="WORKING_DIRECTORY" value="" />
  432. <option name="IS_MODULE_SDK" value="false" />
  433. <option name="ADD_CONTENT_ROOTS" value="true" />
  434. <option name="ADD_SOURCE_ROOTS" value="true" />
  435. <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" />
  436. <module name="code" />
  437. <method />
  438. </configuration>
  439. <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
  440. <node-interpreter>project</node-interpreter>
  441. <node-options />
  442. <gulpfile />
  443. <tasks />
  444. <arguments />
  445. <envs />
  446. <method />
  447. </configuration>
  448. <configuration default="true" type="js.build_tools.npm" factoryName="npm">
  449. <command value="run-script" />
  450. <scripts />
  451. <node-interpreter value="project" />
  452. <envs />
  453. <method />
  454. </configuration>
  455. <configuration default="true" type="tests" factoryName="Attests">
  456. <option name="INTERPRETER_OPTIONS" value="" />
  457. <option name="PARENT_ENVS" value="true" />
  458. <envs />
  459. <option name="SDK_HOME" value="" />
  460. <option name="WORKING_DIRECTORY" value="" />
  461. <option name="IS_MODULE_SDK" value="false" />
  462. <option name="ADD_CONTENT_ROOTS" value="true" />
  463. <option name="ADD_SOURCE_ROOTS" value="true" />
  464. <module name="code" />
  465. <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" />
  466. <option name="SCRIPT_NAME" value="" />
  467. <option name="CLASS_NAME" value="" />
  468. <option name="METHOD_NAME" value="" />
  469. <option name="FOLDER_NAME" value="" />
  470. <option name="TEST_TYPE" value="TEST_SCRIPT" />
  471. <option name="PATTERN" value="" />
  472. <option name="USE_PATTERN" value="false" />
  473. <method />
  474. </configuration>
  475. <configuration default="true" type="tests" factoryName="Doctests">
  476. <option name="INTERPRETER_OPTIONS" value="" />
  477. <option name="PARENT_ENVS" value="true" />
  478. <envs />
  479. <option name="SDK_HOME" value="" />
  480. <option name="WORKING_DIRECTORY" value="" />
  481. <option name="IS_MODULE_SDK" value="false" />
  482. <option name="ADD_CONTENT_ROOTS" value="true" />
  483. <option name="ADD_SOURCE_ROOTS" value="true" />
  484. <module name="code" />
  485. <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" />
  486. <option name="SCRIPT_NAME" value="" />
  487. <option name="CLASS_NAME" value="" />
  488. <option name="METHOD_NAME" value="" />
  489. <option name="FOLDER_NAME" value="" />
  490. <option name="TEST_TYPE" value="TEST_SCRIPT" />
  491. <option name="PATTERN" value="" />
  492. <option name="USE_PATTERN" value="false" />
  493. <method />
  494. </configuration>
  495. <configuration default="true" type="tests" factoryName="Nosetests">
  496. <option name="INTERPRETER_OPTIONS" value="" />
  497. <option name="PARENT_ENVS" value="true" />
  498. <envs />
  499. <option name="SDK_HOME" value="" />
  500. <option name="WORKING_DIRECTORY" value="" />
  501. <option name="IS_MODULE_SDK" value="false" />
  502. <option name="ADD_CONTENT_ROOTS" value="true" />
  503. <option name="ADD_SOURCE_ROOTS" value="true" />
  504. <module name="code" />
  505. <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" />
  506. <option name="SCRIPT_NAME" value="" />
  507. <option name="CLASS_NAME" value="" />
  508. <option name="METHOD_NAME" value="" />
  509. <option name="FOLDER_NAME" value="" />
  510. <option name="TEST_TYPE" value="TEST_SCRIPT" />
  511. <option name="PATTERN" value="" />
  512. <option name="USE_PATTERN" value="false" />
  513. <option name="PARAMS" value="" />
  514. <option name="USE_PARAM" value="false" />
  515. <method />
  516. </configuration>
  517. <configuration default="true" type="tests" factoryName="Unittests">
  518. <option name="INTERPRETER_OPTIONS" value="" />
  519. <option name="PARENT_ENVS" value="true" />
  520. <envs />
  521. <option name="SDK_HOME" value="" />
  522. <option name="WORKING_DIRECTORY" value="" />
  523. <option name="IS_MODULE_SDK" value="false" />
  524. <option name="ADD_CONTENT_ROOTS" value="true" />
  525. <option name="ADD_SOURCE_ROOTS" value="true" />
  526. <module name="code" />
  527. <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" />
  528. <option name="SCRIPT_NAME" value="" />
  529. <option name="CLASS_NAME" value="" />
  530. <option name="METHOD_NAME" value="" />
  531. <option name="FOLDER_NAME" value="" />
  532. <option name="TEST_TYPE" value="TEST_SCRIPT" />
  533. <option name="PATTERN" value="" />
  534. <option name="USE_PATTERN" value="false" />
  535. <option name="PUREUNITTEST" value="true" />
  536. <option name="PARAMS" value="" />
  537. <option name="USE_PARAM" value="false" />
  538. <method />
  539. </configuration>
  540. <configuration default="true" type="tests" factoryName="py.test">
  541. <option name="INTERPRETER_OPTIONS" value="" />
  542. <option name="PARENT_ENVS" value="true" />
  543. <envs />
  544. <option name="SDK_HOME" value="" />
  545. <option name="WORKING_DIRECTORY" value="" />
  546. <option name="IS_MODULE_SDK" value="false" />
  547. <option name="ADD_CONTENT_ROOTS" value="true" />
  548. <option name="ADD_SOURCE_ROOTS" value="true" />
  549. <module name="code" />
  550. <EXTENSION ID="PythonCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" runner="coverage.py" />
  551. <option name="SCRIPT_NAME" value="" />
  552. <option name="CLASS_NAME" value="" />
  553. <option name="METHOD_NAME" value="" />
  554. <option name="FOLDER_NAME" value="" />
  555. <option name="TEST_TYPE" value="TEST_SCRIPT" />
  556. <option name="PATTERN" value="" />
  557. <option name="USE_PATTERN" value="false" />
  558. <option name="testToRun" value="" />
  559. <option name="keywords" value="" />
  560. <option name="params" value="" />
  561. <option name="USE_PARAM" value="false" />
  562. <option name="USE_KEYWORD" value="false" />
  563. <method />
  564. </configuration>
  565. <list size="5">
  566. <item index="0" class="java.lang.String" itemvalue="Python.CLI" />
  567. <item index="1" class="java.lang.String" itemvalue="Python.FileHasher" />
  568. <item index="2" class="java.lang.String" itemvalue="Python.StatsDatabase" />
  569. <item index="3" class="java.lang.String" itemvalue="Python.PcapFile" />
  570. <item index="4" class="java.lang.String" itemvalue="Python.Controller" />
  571. </list>
  572. <recent_temporary>
  573. <list size="5">
  574. <item index="0" class="java.lang.String" itemvalue="Python.CLI" />
  575. <item index="1" class="java.lang.String" itemvalue="Python.Controller" />
  576. <item index="2" class="java.lang.String" itemvalue="Python.StatsDatabase" />
  577. <item index="3" class="java.lang.String" itemvalue="Python.PcapFile" />
  578. <item index="4" class="java.lang.String" itemvalue="Python.FileHasher" />
  579. </list>
  580. </recent_temporary>
  581. </component>
  582. <component name="ShelveChangesManager" show_recycled="false">
  583. <option name="remove_strategy" value="false" />
  584. </component>
  585. <component name="StructureViewFactory">
  586. <option name="AUTOSCROLL_FROM_SOURCE" value="true" />
  587. <option name="ACTIVE_ACTIONS" value=",SHOW_INHERITED" />
  588. </component>
  589. <component name="SvnConfiguration">
  590. <configuration />
  591. </component>
  592. <component name="TaskManager">
  593. <task active="true" id="Default" summary="Default task">
  594. <changelist id="ef10d9c8-0970-4ec8-90a9-81487fbad634" name="Default" comment="" />
  595. <created>1467043291711</created>
  596. <option name="number" value="Default" />
  597. <option name="presentableId" value="Default" />
  598. <updated>1467043291711</updated>
  599. </task>
  600. <task id="LOCAL-00001" summary="- Basic implementation for loading PCAP files">
  601. <created>1467215671256</created>
  602. <option name="number" value="00001" />
  603. <option name="presentableId" value="LOCAL-00001" />
  604. <option name="project" value="LOCAL" />
  605. <updated>1467215671256</updated>
  606. </task>
  607. <task id="LOCAL-00002" summary="- Implemented StatsDatabase&#10;- Improved CLI&#10;- Started with Label / LabelManager">
  608. <created>1467707243224</created>
  609. <option name="number" value="00002" />
  610. <option name="presentableId" value="LOCAL-00002" />
  611. <option name="project" value="LOCAL" />
  612. <updated>1467707243224</updated>
  613. </task>
  614. <task id="LOCAL-00003" summary="- Finished LabelManager&#10;- Extended CLI&#10;- Added TODOs to PcapFile">
  615. <created>1467919847518</created>
  616. <option name="number" value="00003" />
  617. <option name="presentableId" value="LOCAL-00003" />
  618. <option name="project" value="LOCAL" />
  619. <updated>1467919847562</updated>
  620. </task>
  621. <task id="LOCAL-00004" summary="- Added Attack package with BaseAttack and PortscanAttack&#10;- Added Controller for central coordination of class instances&#10;- Added libpcapreader (C++ boost::python lib)">
  622. <created>1470236200133</created>
  623. <option name="number" value="00004" />
  624. <option name="presentableId" value="LOCAL-00004" />
  625. <option name="project" value="LOCAL" />
  626. <updated>1470236200133</updated>
  627. </task>
  628. <task id="LOCAL-00005" summary="- Enabled attack parameter specification by CLI argument">
  629. <created>1470281896188</created>
  630. <option name="number" value="00005" />
  631. <option name="presentableId" value="LOCAL-00005" />
  632. <option name="project" value="LOCAL" />
  633. <updated>1470281896188</updated>
  634. </task>
  635. <task id="LOCAL-00006" summary="- Movings from PcapFile to Statistics&#10;- Enabled attack classes to access statistics">
  636. <created>1470312681208</created>
  637. <option name="number" value="00006" />
  638. <option name="presentableId" value="LOCAL-00006" />
  639. <option name="project" value="LOCAL" />
  640. <updated>1470312681208</updated>
  641. </task>
  642. <task id="LOCAL-00007" summary="- Extended port scan attack">
  643. <created>1470390759351</created>
  644. <option name="number" value="00007" />
  645. <option name="presentableId" value="LOCAL-00007" />
  646. <option name="project" value="LOCAL" />
  647. <updated>1470390759351</updated>
  648. </task>
  649. <task id="LOCAL-00009" summary="- Fixed packet generation in Portscan Attack&#10;- Adapted code to meet PEP8 guidelines&#10;- Fixed several bugs and inconsistencies&#10;- Attack pcap is created on hard drive">
  650. <created>1471132615555</created>
  651. <option name="number" value="00009" />
  652. <option name="presentableId" value="LOCAL-00009" />
  653. <option name="project" value="LOCAL" />
  654. <updated>1471132615555</updated>
  655. </task>
  656. <task id="LOCAL-00010" summary="- Statistics are now stored/loaded based on the file's hash">
  657. <created>1472207500630</created>
  658. <option name="number" value="00010" />
  659. <option name="presentableId" value="LOCAL-00010" />
  660. <option name="project" value="LOCAL" />
  661. <updated>1472207500630</updated>
  662. </task>
  663. <task id="LOCAL-00011" summary="- Merging implemented&#10;- BUG: Not all packets are processed">
  664. <created>1472706261217</created>
  665. <option name="number" value="00011" />
  666. <option name="presentableId" value="LOCAL-00011" />
  667. <option name="project" value="LOCAL" />
  668. <updated>1472706261217</updated>
  669. </task>
  670. <task id="LOCAL-00012" summary="- Multiple attacks (with params) can now be provided">
  671. <created>1472708834044</created>
  672. <option name="number" value="00012" />
  673. <option name="presentableId" value="LOCAL-00012" />
  674. <option name="project" value="LOCAL" />
  675. <updated>1472708834044</updated>
  676. </task>
  677. <task id="LOCAL-00013" summary="- Improved Portscan-Attack">
  678. <created>1473004536000</created>
  679. <option name="number" value="00013" />
  680. <option name="presentableId" value="LOCAL-00013" />
  681. <option name="project" value="LOCAL" />
  682. <updated>1473004536000</updated>
  683. </task>
  684. <task id="LOCAL-00014" summary="- libpcapreader library updated: collectStatistics is not called automatically by constructor anymore&#10;- Label now stored at newfilename_label.xml&#10;- Label file contains now timestamp of first and last packet&#10;- Hash calculation only uses first 8 MByte of file&#10;- Terminal output improved">
  685. <created>1474657611967</created>
  686. <option name="number" value="00014" />
  687. <option name="presentableId" value="LOCAL-00014" />
  688. <option name="project" value="LOCAL" />
  689. <updated>1474657611967</updated>
  690. </task>
  691. <task id="LOCAL-00015" summary="- Parameter inject.after-pkt can now be used to specify the position of the attack (instead of providing a timestamp)">
  692. <created>1474747599104</created>
  693. <option name="number" value="00015" />
  694. <option name="presentableId" value="LOCAL-00015" />
  695. <option name="project" value="LOCAL" />
  696. <updated>1474747599104</updated>
  697. </task>
  698. <task id="LOCAL-00016" summary="- Statistics DBs are now stored at ~/ID2T_data/db/">
  699. <created>1474799409718</created>
  700. <option name="number" value="00016" />
  701. <option name="presentableId" value="LOCAL-00016" />
  702. <option name="project" value="LOCAL" />
  703. <updated>1474799409718</updated>
  704. </task>
  705. <task id="LOCAL-00017" summary="- Added SQLiteCPP/&#10;- Adapted code: SQLite DB is now created and filled by C++ module&#10;- Introduced a param to force statistics recalculation (if DB already exists)&#10;- Adapted SQL queries to new DB structure&#10;- Added tag 'note' for attacks&#10;- Fixed loading of XML label file">
  706. <created>1475513773230</created>
  707. <option name="number" value="00017" />
  708. <option name="presentableId" value="LOCAL-00017" />
  709. <option name="project" value="LOCAL" />
  710. <updated>1475513773230</updated>
  711. </task>
  712. <task id="LOCAL-00018" summary="- Added SQLiteCPP/&#10;- Adapted code: SQLite DB is now created and filled by C++ module&#10;- Introduced a param to force statistics recalculation (if DB already exists)&#10;- Adapted SQL queries to new DB structure&#10;- Added tag 'note' for attacks&#10;- Fixed loading of XML label file">
  713. <created>1475513842710</created>
  714. <option name="number" value="00018" />
  715. <option name="presentableId" value="LOCAL-00018" />
  716. <option name="project" value="LOCAL" />
  717. <updated>1475513842710</updated>
  718. </task>
  719. <task id="LOCAL-00019" summary="- Adapted code: SQLite DB is now created and filled by C++ module&#10;- Introduced a param to force statistics recalculation (if DB already exists)&#10;- Adapted SQL queries to new DB structure&#10;- Added tag 'note' for attacks&#10;- Fixed loading of XML label file">
  720. <created>1475513909937</created>
  721. <option name="number" value="00019" />
  722. <option name="presentableId" value="LOCAL-00019" />
  723. <option name="project" value="LOCAL" />
  724. <updated>1475513909937</updated>
  725. </task>
  726. <task id="LOCAL-00020" summary="- Implemented user-defined SQL query&#10;- Implemented named queries (pre-defined queries)&#10;- Implemented parameterizable named queries&#10;- Implemented printing functionality for query results&#10;- Implemented extractors: random, first, last">
  727. <created>1476075195887</created>
  728. <option name="number" value="00020" />
  729. <option name="presentableId" value="LOCAL-00020" />
  730. <option name="project" value="LOCAL" />
  731. <updated>1476075195887</updated>
  732. </task>
  733. <task id="LOCAL-00021" summary="- Implemented query mode&#10;- Tested all named_queries and fixed errors in named_queries">
  734. <created>1476098587920</created>
  735. <option name="number" value="00021" />
  736. <option name="presentableId" value="LOCAL-00021" />
  737. <option name="project" value="LOCAL" />
  738. <updated>1476098587921</updated>
  739. </task>
  740. <task id="LOCAL-00022" summary="- Added comments to all classes and methods&#10;- Small code improvements">
  741. <created>1476280991164</created>
  742. <option name="number" value="00022" />
  743. <option name="presentableId" value="LOCAL-00022" />
  744. <option name="project" value="LOCAL" />
  745. <updated>1476280991164</updated>
  746. </task>
  747. <task id="LOCAL-00023" summary="- Fixes issue #16: After loading a label's file, the application crashes&#10;">
  748. <created>1478196265469</created>
  749. <option name="number" value="00023" />
  750. <option name="presentableId" value="LOCAL-00023" />
  751. <option name="project" value="LOCAL" />
  752. <updated>1478196265469</updated>
  753. </task>
  754. <option name="localTasksCounter" value="24" />
  755. <servers />
  756. </component>
  757. <component name="TodoView" selected-index="2">
  758. <todo-panel id="selected-file">
  759. <is-autoscroll-to-source value="true" />
  760. </todo-panel>
  761. <todo-panel id="all">
  762. <are-packages-shown value="true" />
  763. <is-autoscroll-to-source value="true" />
  764. </todo-panel>
  765. </component>
  766. <component name="ToolWindowManager">
  767. <frame x="-1" y="0" width="1678" height="882" extended-state="6" />
  768. <editor active="false" />
  769. <layout>
  770. <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.11042945" sideWeight="0.64106846" order="2" side_tool="false" content_ui="combo" />
  771. <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32964602" sideWeight="0.497552" order="8" side_tool="false" content_ui="tabs" />
  772. <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.16500553" sideWeight="0.504896" order="0" side_tool="true" content_ui="tabs" />
  773. <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32986537" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  774. <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3276316" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
  775. <window_info id="Python Console" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.16389811" sideWeight="0.49510404" order="1" side_tool="false" content_ui="tabs" />
  776. <window_info id="Run" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2118421" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" x="36" y="536" width="1640" height="280" />
  777. <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.11042945" sideWeight="0.35893154" order="0" side_tool="true" content_ui="tabs" />
  778. <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  779. <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="true" content_ui="tabs" />
  780. <window_info id="Debug" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.29018405" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
  781. <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
  782. <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  783. <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
  784. <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.39933628" sideWeight="0.497552" order="6" side_tool="false" content_ui="tabs" />
  785. <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
  786. <window_info id="Inspection Results" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32890365" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
  787. <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3223684" sideWeight="0.49510404" order="4" side_tool="false" content_ui="tabs" />
  788. <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  789. </layout>
  790. </component>
  791. <component name="Vcs.Log.UiProperties">
  792. <option name="RECENTLY_FILTERED_USER_GROUPS">
  793. <collection />
  794. </option>
  795. <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
  796. <collection />
  797. </option>
  798. </component>
  799. <component name="VcsContentAnnotationSettings">
  800. <option name="myLimit" value="2678400000" />
  801. </component>
  802. <component name="VcsManagerConfiguration">
  803. <option name="CHECK_CODE_CLEANUP_BEFORE_PROJECT_COMMIT" value="true" />
  804. <MESSAGE value="- Basic implementation for loading PCAP files" />
  805. <MESSAGE value="- Implemented StatsDatabase&#10;- Improved CLI&#10;- Started with Label / LabelManager" />
  806. <MESSAGE value="- Finished LabelManager&#10;- Extended CLI&#10;- Added TODOs to PcapFile" />
  807. <MESSAGE value="- Added Attack package with BaseAttack and PortscanAttack&#10;- Added Controller for central coordination of class instances&#10;- Added libpcapreader (C++ boost::python lib)" />
  808. <MESSAGE value="- Enabled attack parameter specification by CLI argument" />
  809. <MESSAGE value="- Movings from PcapFile to Statistics&#10;- Enabled attack classes to access statistics" />
  810. <MESSAGE value="- Extended port scan attack" />
  811. <MESSAGE value="- Fixed packet generation in Portscan Attack&#10;- Adapted code to meet PEP8 guidelines&#10;- Fixed several bugs and inconsistencies&#10;- Attack pcap is created on hard drive" />
  812. <MESSAGE value="- Statistics are now stored/loaded based on the file's hash" />
  813. <MESSAGE value="- Merging implemented&#10;- BUG: Not all packets are processed" />
  814. <MESSAGE value="- Multiple attacks (with params) can now be provided" />
  815. <MESSAGE value="- Improved Portscan-Attack" />
  816. <MESSAGE value="- libpcapreader library updated: collectStatistics is not called automatically by constructor anymore&#10;- Label now stored at newfilename_label.xml&#10;- Label file contains now timestamp of first and last packet&#10;- Hash calculation only uses first 8 MByte of file&#10;- Terminal output improved" />
  817. <MESSAGE value="- Parameter inject.after-pkt can now be used to specify the position of the attack (instead of providing a timestamp)" />
  818. <MESSAGE value="- Statistics DBs are now stored at ~/ID2T_data/db/" />
  819. <MESSAGE value="- Added SQLiteCPP/&#10;- Adapted code: SQLite DB is now created and filled by C++ module&#10;- Introduced a param to force statistics recalculation (if DB already exists)&#10;- Adapted SQL queries to new DB structure&#10;- Added tag 'note' for attacks&#10;- Fixed loading of XML label file" />
  820. <MESSAGE value="- Adapted code: SQLite DB is now created and filled by C++ module&#10;- Introduced a param to force statistics recalculation (if DB already exists)&#10;- Adapted SQL queries to new DB structure&#10;- Added tag 'note' for attacks&#10;- Fixed loading of XML label file" />
  821. <MESSAGE value="- Implemented user-defined SQL query&#10;- Implemented named queries (pre-defined queries)&#10;- Implemented parameterizable named queries&#10;- Implemented printing functionality for query results&#10;- Implemented extractors: random, first, last" />
  822. <MESSAGE value="- Implemented query mode&#10;- Tested all named_queries and fixed errors in named_queries" />
  823. <MESSAGE value="- Added comments to all classes and methods&#10;- Small code improvements" />
  824. <MESSAGE value="- Adapted CLI.py to make application runnable in terminal" />
  825. <MESSAGE value="- Fixes issue #16: After loading a label's file, the application crashes&#10;" />
  826. <option name="LAST_COMMIT_MESSAGE" value="- Fixes issue #16: After loading a label's file, the application crashes&#10;" />
  827. <option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="true" />
  828. <option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="true" />
  829. </component>
  830. <component name="XDebuggerManager">
  831. <breakpoint-manager>
  832. <breakpoints>
  833. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  834. <url>file:///usr/local/lib/python3.4/dist-packages/scapy/packet.py</url>
  835. <line>700</line>
  836. <option name="timeStamp" value="140" />
  837. </line-breakpoint>
  838. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  839. <url>file://$PROJECT_DIR$/ID2TLib/Controller.py</url>
  840. <line>47</line>
  841. <option name="timeStamp" value="145" />
  842. </line-breakpoint>
  843. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  844. <url>file://$PROJECT_DIR$/ID2TLib/AttackController.py</url>
  845. <line>99</line>
  846. <option name="timeStamp" value="146" />
  847. </line-breakpoint>
  848. </breakpoints>
  849. <breakpoints-dialog>
  850. <breakpoints-dialog />
  851. </breakpoints-dialog>
  852. <default-breakpoints>
  853. <breakpoint type="python-exception">
  854. <properties notifyOnTerminate="true" exception="BaseException">
  855. <option name="notifyOnTerminate" value="true" />
  856. </properties>
  857. </breakpoint>
  858. </default-breakpoints>
  859. <option name="time" value="154" />
  860. </breakpoint-manager>
  861. <watches-manager />
  862. </component>
  863. <component name="editorHistoryManager">
  864. <entry file="file:///usr/lib/python3.4/pkgutil.py">
  865. <provider selected="true" editor-type-id="text-editor">
  866. <state relative-caret-position="121">
  867. <caret line="176" column="34" selection-start-line="176" selection-start-column="24" selection-end-line="176" selection-end-column="34" />
  868. </state>
  869. </provider>
  870. </entry>
  871. <entry file="file:///usr/local/lib/python3.4/dist-packages/importer/__init__.py">
  872. <provider selected="true" editor-type-id="text-editor">
  873. <state relative-caret-position="360">
  874. <caret line="24" column="16" selection-start-line="24" selection-start-column="14" selection-end-line="24" selection-end-column="16" />
  875. </state>
  876. </provider>
  877. </entry>
  878. <entry file="file:///usr/lib/python3.4/importlib/_bootstrap.py">
  879. <provider selected="true" editor-type-id="text-editor">
  880. <state relative-caret-position="140">
  881. <caret line="2254" column="4" selection-start-line="2254" selection-start-column="4" selection-end-line="2254" selection-end-column="4" />
  882. </state>
  883. </provider>
  884. </entry>
  885. <entry file="file:///usr/lib/python3.4/importlib/__init__.py">
  886. <provider selected="true" editor-type-id="text-editor">
  887. <state relative-caret-position="180">
  888. <caret line="108" column="26" selection-start-line="108" selection-start-column="26" selection-end-line="108" selection-end-column="26" />
  889. </state>
  890. </provider>
  891. </entry>
  892. <entry file="file:///usr/lib/python3.4/argparse.py">
  893. <provider selected="true" editor-type-id="text-editor">
  894. <state relative-caret-position="34">
  895. <caret line="1594" column="52" selection-start-line="1594" selection-start-column="52" selection-end-line="1594" selection-end-column="63" />
  896. </state>
  897. </provider>
  898. </entry>
  899. <entry file="file:///usr/local/lib/python3.4/dist-packages/scapy/data.py">
  900. <provider selected="true" editor-type-id="text-editor">
  901. <state relative-caret-position="244">
  902. <caret line="182" column="4" selection-start-line="182" selection-start-column="4" selection-end-line="182" selection-end-column="4" />
  903. </state>
  904. </provider>
  905. </entry>
  906. <entry file="file:///usr/lib/python3.4/os.py">
  907. <provider selected="true" editor-type-id="text-editor">
  908. <state relative-caret-position="244">
  909. <caret line="206" column="0" selection-start-line="206" selection-start-column="0" selection-end-line="206" selection-end-column="0" />
  910. </state>
  911. </provider>
  912. </entry>
  913. <entry file="file://$PROJECT_DIR$/ID2TLib/FileHasher.py" />
  914. <entry file="file://$USER_HOME$/.PyCharm2016.1/system/python_stubs/-1247971765/_io.py">
  915. <provider selected="true" editor-type-id="text-editor">
  916. <state relative-caret-position="291">
  917. <caret line="961" column="8" selection-start-line="961" selection-start-column="8" selection-end-line="961" selection-end-column="8" />
  918. </state>
  919. </provider>
  920. </entry>
  921. <entry file="file:///usr/lib/python3.4/ipaddress.py">
  922. <provider selected="true" editor-type-id="text-editor">
  923. <state relative-caret-position="171">
  924. <caret line="26" column="4" selection-start-line="26" selection-start-column="4" selection-end-line="26" selection-end-column="4" />
  925. </state>
  926. </provider>
  927. </entry>
  928. <entry file="file:///usr/lib/python3.4/tempfile.py">
  929. <provider selected="true" editor-type-id="text-editor">
  930. <state relative-caret-position="291">
  931. <caret line="570" column="4" selection-start-line="570" selection-start-column="4" selection-end-line="570" selection-end-column="4" />
  932. </state>
  933. </provider>
  934. </entry>
  935. <entry file="file://$USER_HOME$/.PyCharm2016.1/system/python_stubs/-1247971765/_sqlite3.py">
  936. <provider selected="true" editor-type-id="text-editor">
  937. <state relative-caret-position="291">
  938. <caret line="279" column="8" selection-start-line="279" selection-start-column="8" selection-end-line="279" selection-end-column="8" />
  939. </state>
  940. </provider>
  941. </entry>
  942. <entry file="file:///usr/local/lib/python3.4/dist-packages/lea/alea.py">
  943. <provider selected="true" editor-type-id="text-editor">
  944. <state relative-caret-position="291">
  945. <caret line="106" column="0" selection-start-line="106" selection-start-column="0" selection-end-line="106" selection-end-column="0" />
  946. </state>
  947. </provider>
  948. </entry>
  949. <entry file="file://$USER_HOME$/.PyCharm2016.1/system/python_stubs/-1247971765/itertools.py">
  950. <provider selected="true" editor-type-id="text-editor">
  951. <state relative-caret-position="187">
  952. <caret line="666" column="17" selection-start-line="666" selection-start-column="14" selection-end-line="666" selection-end-column="17" />
  953. </state>
  954. </provider>
  955. </entry>
  956. <entry file="file://$USER_HOME$/.PyCharm2016.1/system/python_stubs/-1247971765/builtins.py">
  957. <provider selected="true" editor-type-id="text-editor">
  958. <state relative-caret-position="291">
  959. <caret line="2711" column="8" selection-start-line="2711" selection-start-column="8" selection-end-line="2711" selection-end-column="8" />
  960. </state>
  961. </provider>
  962. </entry>
  963. <entry file="file:///usr/lib/python3.4/codecs.py">
  964. <provider selected="true" editor-type-id="text-editor">
  965. <state relative-caret-position="171">
  966. <caret line="306" column="0" selection-start-line="306" selection-start-column="0" selection-end-line="306" selection-end-column="0" />
  967. </state>
  968. </provider>
  969. </entry>
  970. <entry file="file:///usr/local/lib/python3.4/dist-packages/scapy/layers/inet.py">
  971. <provider selected="true" editor-type-id="text-editor">
  972. <state relative-caret-position="272">
  973. <caret line="552" column="29" selection-start-line="552" selection-start-column="20" selection-end-line="552" selection-end-column="29" />
  974. </state>
  975. </provider>
  976. </entry>
  977. <entry file="file://$USER_HOME$/.PyCharm2016.1/system/python_stubs/-1247971765/time.py">
  978. <provider selected="true" editor-type-id="text-editor">
  979. <state relative-caret-position="306">
  980. <caret line="263" column="7" selection-start-line="263" selection-start-column="7" selection-end-line="263" selection-end-column="7" />
  981. </state>
  982. </provider>
  983. </entry>
  984. <entry file="file:///usr/local/lib/python3.4/dist-packages/scapy/layers/l2.py">
  985. <provider selected="true" editor-type-id="text-editor">
  986. <state relative-caret-position="291">
  987. <caret line="135" column="13" selection-start-line="135" selection-start-column="13" selection-end-line="135" selection-end-column="13" />
  988. </state>
  989. </provider>
  990. </entry>
  991. <entry file="file:///usr/lib/python3.4/genericpath.py">
  992. <provider selected="true" editor-type-id="text-editor">
  993. <state relative-caret-position="241">
  994. <caret line="47" column="4" selection-start-line="47" selection-start-column="4" selection-end-line="47" selection-end-column="4" />
  995. </state>
  996. </provider>
  997. </entry>
  998. <entry file="file://$PROJECT_DIR$/test.py" />
  999. <entry file="file://$PROJECT_DIR$/ID2TLib/Hasher.py" />
  1000. <entry file="file:///usr/lib/python3.4/enum.py">
  1001. <provider selected="true" editor-type-id="text-editor">
  1002. <state relative-caret-position="248">
  1003. <caret line="252" column="0" selection-start-line="252" selection-start-column="0" selection-end-line="252" selection-end-column="0" />
  1004. </state>
  1005. </provider>
  1006. </entry>
  1007. <entry file="file://$USER_HOME$/.PyCharm2016.2/system/python_stubs/-1247971765/_sqlite3.py">
  1008. <provider selected="true" editor-type-id="text-editor">
  1009. <state relative-caret-position="227">
  1010. <caret line="267" column="8" selection-start-line="267" selection-start-column="8" selection-end-line="267" selection-end-column="8" />
  1011. </state>
  1012. </provider>
  1013. </entry>
  1014. <entry file="file:///usr/local/lib/python3.4/dist-packages/scapy/config.py">
  1015. <provider selected="true" editor-type-id="text-editor">
  1016. <state relative-caret-position="218">
  1017. <caret line="113" column="0" selection-start-line="113" selection-start-column="0" selection-end-line="113" selection-end-column="0" />
  1018. </state>
  1019. </provider>
  1020. </entry>
  1021. <entry file="file:///usr/local/lib/python3.4/dist-packages/scapy/fields.py">
  1022. <provider selected="true" editor-type-id="text-editor">
  1023. <state relative-caret-position="203">
  1024. <caret line="115" column="0" selection-start-line="115" selection-start-column="0" selection-end-line="115" selection-end-column="0" />
  1025. </state>
  1026. </provider>
  1027. </entry>
  1028. <entry file="file:///usr/local/lib/python3.4/dist-packages/scapy/base_classes.py">
  1029. <provider selected="true" editor-type-id="text-editor">
  1030. <state relative-caret-position="533">
  1031. <caret line="46" column="0" selection-start-line="46" selection-start-column="0" selection-end-line="46" selection-end-column="0" />
  1032. </state>
  1033. </provider>
  1034. </entry>
  1035. <entry file="file:///usr/local/lib/python3.4/dist-packages/scapy/packet.py">
  1036. <provider selected="true" editor-type-id="text-editor">
  1037. <state relative-caret-position="233">
  1038. <caret line="687" column="0" selection-start-line="687" selection-start-column="0" selection-end-line="687" selection-end-column="0" />
  1039. <folding />
  1040. </state>
  1041. </provider>
  1042. </entry>
  1043. <entry file="file:///usr/local/lib/python3.4/dist-packages/scapy/utils.py">
  1044. <provider selected="true" editor-type-id="text-editor">
  1045. <state relative-caret-position="518">
  1046. <caret line="940" column="0" selection-start-line="940" selection-start-column="0" selection-end-line="941" selection-end-column="0" />
  1047. </state>
  1048. </provider>
  1049. </entry>
  1050. <entry file="file://$PROJECT_DIR$/GUI/__init__.py">
  1051. <provider selected="true" editor-type-id="text-editor">
  1052. <state relative-caret-position="0">
  1053. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1054. </state>
  1055. </provider>
  1056. </entry>
  1057. <entry file="file://$USER_HOME$/.PyCharm2016.2/system/python_stubs/-1247971765/builtins.py">
  1058. <provider selected="true" editor-type-id="text-editor">
  1059. <state relative-caret-position="227">
  1060. <caret line="3538" column="8" selection-start-line="3538" selection-start-column="8" selection-end-line="3538" selection-end-column="8" />
  1061. </state>
  1062. </provider>
  1063. </entry>
  1064. <entry file="file:///usr/lib/python3.4/random.py">
  1065. <provider selected="true" editor-type-id="text-editor">
  1066. <state relative-caret-position="352">
  1067. <caret line="726" column="0" selection-start-line="726" selection-start-column="0" selection-end-line="726" selection-end-column="0" />
  1068. </state>
  1069. </provider>
  1070. </entry>
  1071. <entry file="file://$PROJECT_DIR$/Attack/__init__.py">
  1072. <provider selected="true" editor-type-id="text-editor">
  1073. <state relative-caret-position="135">
  1074. <caret line="10" column="0" selection-start-line="10" selection-start-column="0" selection-end-line="10" selection-end-column="0" />
  1075. </state>
  1076. </provider>
  1077. </entry>
  1078. <entry file="file://$PROJECT_DIR$/_labels.xml" />
  1079. <entry file="file://$PROJECT_DIR$/__init__.py">
  1080. <provider selected="true" editor-type-id="text-editor">
  1081. <state relative-caret-position="0">
  1082. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1083. </state>
  1084. </provider>
  1085. </entry>
  1086. <entry file="file://$PROJECT_DIR$/ID2TLib/Label.py">
  1087. <provider selected="true" editor-type-id="text-editor">
  1088. <state relative-caret-position="165">
  1089. <caret line="11" column="57" selection-start-line="11" selection-start-column="57" selection-end-line="11" selection-end-column="57" />
  1090. </state>
  1091. </provider>
  1092. </entry>
  1093. <entry file="file://$USER_HOME$/.PyCharm2016.2/system/python_stubs/-1247971765/_sha1.py">
  1094. <provider selected="true" editor-type-id="text-editor">
  1095. <state relative-caret-position="227">
  1096. <caret line="25" column="8" selection-start-line="25" selection-start-column="8" selection-end-line="25" selection-end-column="8" />
  1097. </state>
  1098. </provider>
  1099. </entry>
  1100. <entry file="file://$PROJECT_DIR$/ID2TLib/PcapFile.py">
  1101. <provider selected="true" editor-type-id="text-editor">
  1102. <state relative-caret-position="357">
  1103. <caret line="95" column="0" selection-start-line="95" selection-start-column="0" selection-end-line="95" selection-end-column="0" />
  1104. </state>
  1105. </provider>
  1106. </entry>
  1107. <entry file="file://$PROJECT_DIR$/ID2TLib/StatsDatabase.py">
  1108. <provider selected="true" editor-type-id="text-editor">
  1109. <state relative-caret-position="1174">
  1110. <caret line="302" column="0" selection-start-line="302" selection-start-column="0" selection-end-line="302" selection-end-column="0" />
  1111. </state>
  1112. </provider>
  1113. </entry>
  1114. <entry file="file://$PROJECT_DIR$/Attack/AttackParameters.py">
  1115. <provider selected="true" editor-type-id="text-editor">
  1116. <state relative-caret-position="221">
  1117. <caret line="16" column="41" selection-start-line="16" selection-start-column="41" selection-end-line="16" selection-end-column="41" />
  1118. </state>
  1119. </provider>
  1120. </entry>
  1121. <entry file="file://$PROJECT_DIR$/ID2TLib/__init__.py">
  1122. <provider selected="true" editor-type-id="text-editor">
  1123. <state relative-caret-position="0">
  1124. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1125. </state>
  1126. </provider>
  1127. </entry>
  1128. <entry file="file://$PROJECT_DIR$/ID2TLib/Statistics.py">
  1129. <provider selected="true" editor-type-id="text-editor">
  1130. <state relative-caret-position="270">
  1131. <caret line="18" column="22" selection-start-line="18" selection-start-column="22" selection-end-line="18" selection-end-column="22" />
  1132. </state>
  1133. </provider>
  1134. </entry>
  1135. <entry file="file://$PROJECT_DIR$/config_example">
  1136. <provider selected="true" editor-type-id="text-editor">
  1137. <state relative-caret-position="0">
  1138. <caret line="0" column="0" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1139. </state>
  1140. </provider>
  1141. </entry>
  1142. <entry file="file://$PROJECT_DIR$/ID2TLib/AttackController.py">
  1143. <provider selected="true" editor-type-id="text-editor">
  1144. <state relative-caret-position="-207">
  1145. <caret line="64" column="8" selection-start-line="64" selection-start-column="8" selection-end-line="64" selection-end-column="8" />
  1146. <folding />
  1147. </state>
  1148. </provider>
  1149. </entry>
  1150. <entry file="file://$PROJECT_DIR$/Attack/BaseAttack.py">
  1151. <provider selected="true" editor-type-id="text-editor">
  1152. <state relative-caret-position="-252">
  1153. <caret line="187" column="8" selection-start-line="187" selection-start-column="8" selection-end-line="187" selection-end-column="8" />
  1154. <folding />
  1155. </state>
  1156. </provider>
  1157. </entry>
  1158. <entry file="file://$PROJECT_DIR$/Attack/PortscanAttack.py">
  1159. <provider selected="true" editor-type-id="text-editor">
  1160. <state relative-caret-position="305">
  1161. <caret line="65" column="15" selection-start-line="65" selection-start-column="15" selection-end-line="65" selection-end-column="15" />
  1162. </state>
  1163. </provider>
  1164. </entry>
  1165. <entry file="file:///usr/lib/python3.4/xml/dom/minidom.py">
  1166. <provider selected="true" editor-type-id="text-editor">
  1167. <state relative-caret-position="243">
  1168. <caret line="1955" column="4" selection-start-line="1955" selection-start-column="4" selection-end-line="1955" selection-end-column="4" />
  1169. <folding />
  1170. </state>
  1171. </provider>
  1172. </entry>
  1173. <entry file="file://$PROJECT_DIR$/ID2TLib/Controller.py">
  1174. <provider selected="true" editor-type-id="text-editor">
  1175. <state relative-caret-position="56">
  1176. <caret line="22" column="0" selection-start-line="22" selection-start-column="0" selection-end-line="22" selection-end-column="0" />
  1177. <folding />
  1178. </state>
  1179. </provider>
  1180. </entry>
  1181. <entry file="file://$APPLICATION_HOME_DIR$/helpers/pydev/pydevd.py">
  1182. <provider selected="true" editor-type-id="text-editor">
  1183. <state relative-caret-position="537">
  1184. <caret line="1579" column="0" selection-start-line="1579" selection-start-column="0" selection-end-line="1579" selection-end-column="0" />
  1185. <folding />
  1186. </state>
  1187. </provider>
  1188. </entry>
  1189. <entry file="file://$PROJECT_DIR$/CLI.py">
  1190. <provider selected="true" editor-type-id="text-editor">
  1191. <state relative-caret-position="166">
  1192. <caret line="112" column="17" selection-start-line="112" selection-start-column="17" selection-end-line="112" selection-end-column="17" />
  1193. <folding />
  1194. </state>
  1195. </provider>
  1196. </entry>
  1197. <entry file="file://$PROJECT_DIR$/ID2TLib/LabelManager.py">
  1198. <provider selected="true" editor-type-id="text-editor">
  1199. <state relative-caret-position="211">
  1200. <caret line="132" column="10" selection-start-line="132" selection-start-column="10" selection-end-line="132" selection-end-column="10" />
  1201. <folding />
  1202. </state>
  1203. </provider>
  1204. </entry>
  1205. </component>
  1206. </project>