Timeline


and .

06/01/09:

18:52 Ticket #331 (Umit Crash - '[Errno 13] Permission denied: ...) created by womail@…
Crash Report ========== sys.platform …
15:53 Changeset [4868] by ignotus

Added forge option.

05/31/09:

18:00 Changeset [4867] by ignotus

Improve umit.zion.scan.sniff.Packet.get_field() method.

16:38 Changeset [4866] by ignotus

Added full SLL support to umit.zion.scan.sniff package.

16:36 Changeset [4865] by ignotus

Changing Zion executable name.

05:52 Changeset [4864] by ignotus

Improved sniffing support to allow amount couting, filtering and ...

05:51 Changeset [4863] by ignotus

Added support to sniffing feature.

05:50 Changeset [4862] by ignotus

Added options to capture.

04:22 Changeset [4861] by ignotus

Improve umit.zion.core.host package.

04:20 Changeset [4860] by ignotus

Adapt import statements to new package names.

04:03 Changeset [4859] by ignotus

Added options error treatment.

01:36 Changeset [4858] by getxsick

Implementation of umpa.sniffing.from_file()

You can get list of packets, ...

01:11 Changeset [4857] by ignotus

Increase connect scan timeout. Consider in future a dynamic changing, ...

01:08 Changeset [4856] by ignotus

Added ports 113 (auth) and 135 (netbios) to default scanned ports.

01:04 Changeset [4855] by ignotus

Added options package.

01:00 Changeset [4854] by ignotus

Adapt call for new umit.zion.core.options API.

00:57 Changeset [4853] by ignotus

Delete umit.zion.out package.

00:44 Changeset [4852] by getxsick

implementation of sniff_any()

00:42 Changeset [4851] by getxsick

implementation of sniff_next()

00:35 Changeset [4850] by getxsick

docstrings for sniff() and sniff_loop()

00:21 Changeset [4849] by getxsick

add join() for threads for SendPacket?. tests are more reliably now

00:20 Changeset [4848] by getxsick

- removed unnecessary args from umoa.sniffing.sniff() - new function ...

05/30/09:

20:19 Changeset [4847] by getxsick

- umpa.config automagically select available backends of pypcap. - better ...

20:03 Changeset [4846] by getxsick

test update. should be done for r4817. next time. don't hurry

18:41 Changeset [4845] by ignotus

Adapt import statements to new file names.

18:40 Changeset [4844] by ignotus

Changing file names to lowercase. Added port support for hosts ...

18:34 Changeset [4843] by ignotus

Bug fix when unpacking sockaddr for IPv6 support.

18:12 Changeset [4842] by ignotus

Increasing TCP SYN scan timeout.

18:07 Changeset [4841] by ignotus

Using set() instead list() on get_addr_from_name() function to avoid ...

17:32 Changeset [4840] by ignotus

Chaged names for lowercase and made some improvements in sniff.py.

16:23 Changeset [4839] by ignotus

Delete UMPA local working copy.

16:06 Changeset [4838] by ignotus

Fixed some wrong spelling on get_available_devices() doc string.

16:00 Changeset [4837] by ignotus

Fixed some wrong spelling in doc strings.

00:49 Changeset [4836] by ignotus

Improving packet disassembling. And added comments to guide next steps.

05/29/09:

21:51 Changeset [4835] by nopper

Fix for virtual interface sniffing method

05/28/09:

21:55 Changeset [4834] by nopper

More reasonable launcher?

19:29 AttackFramework edited by nopper
(diff)
19:28 AttackManager-sequence.png attached to AttackFramework by nopper
16:33 Changeset [4833] by ignotus

Added check for datalink type.

14:49 Changeset [4832] by ignotus

Change str() methods do make hexadecimal and decimal ...

02:52 Changeset [4831] by ignotus

Added support to inspect sniffed packets.

05/26/09:

04:58 Changeset [4830] by mahesh
04:57 Changeset [4829] by mahesh
04:46 Changeset [4828] by mahesh
02:23 QuickScan/StatusReports edited by cassiano
(diff)
00:59 Ticket #330 (UMPA protocol objects field names) created by ignotus
I talked to Bartosz about using shorter names for the field names of …
00:54 UMPA/GSoC2009/TimeLine edited by getxsick
mark things done in a scheduler (diff)
00:48 UMPA/GSoC2009/StatusReports edited by getxsick
status report #5 (diff)
00:20 Changeset [4827] by ignotus

Change UMPA dir to avoi problems reltaed to namespace.

05/25/09:

22:16 Changeset [4826] by ignotus

Added external SVN for UMPA.

22:05 Changeset [4825] by ignotus

Removing UMPA repository copy.

21:23 Changeset [4824] by nopper

Fixing tabuation error on ChangeLog?

05/24/09:

18:18 Changeset [4823] by nopper
  • PM/Gui/Plugins/Network.py PM/Gui/Plugins/PathPage.py

...

16:40 Changeset [4822] by getxsick

umpa.sniffing.sniff() implementation i'm not sure if we should allow ...

15:46 Changeset [4821] by getxsick

last commit (r4820) was incorrect. wrong files were commited. this fix ...

15:42 Changeset [4820] by getxsick

move SendPacket? class to new tests.utils module. seems like this class ...

15:29 Changeset [4819] by getxsick

typo

14:22 AttackFramework edited by nopper
(diff)
14:20 PacketManipulator edited by nopper
(diff)
13:00 Changeset [4818] by getxsick

fix bug in get_available_devices(). rewrite choosing backend code

02:52 Changeset [4817] by getxsick

add get_available_devices() to umpa.sniffing (and suitable tests) rename ...

02:42 Changeset [4816] by getxsick

Remove redundant docstrings. All docstrings are derived from an abstract ...

02:38 Changeset [4815] by getxsick

add findalldevs() support and suitable tests.

NOTE: it works only with ...

01:20 Changeset [4814] by getxsick

Tests for last commit (should be commited together, arg)

01:19 Changeset [4813] by getxsick

Import selected by config wrapper for libpcap.

01:10 Changeset [4812] by getxsick

remove redundant code

00:49 Changeset [4811] by getxsick

update NotImplementedError?

00:21 Changeset [4810] by getxsick

First go with supporting packets capturing. - abstract layer of libpcap ...

00:11 Changeset [4809] by nopper

2009-05-24 Francesco Piccinno <stack.box@…>

  • ...

05/20/09:

20:31 Ticket #329 (Read pcap file to get packets loaded) created by getxsick
As in summary, to have possibility to read packets offline from the file
19:37 Ticket #328 (improvements for pypcap wrapper) created by getxsick
wrapper pypcap doesn't support findalldevs() this support should be added …
18:03 Ticket #327 (Access protocol stack by name) closed by getxsick
fixed: applied in r4808
18:03 Changeset [4808] by getxsick

Applied tests and code for ticket #327. Now we have acceess by the names ...

05/19/09:

23:56 Ticket #327 (Access protocol stack by name) created by luis
As suggested by Bartosz when we're packing multiple protocols into one …
23:55 UMPA/GSoC2009/StatusReports edited by getxsick
obscure status report #4 (diff)
20:19 Changeset [4807] by nopper

2009-05-19 Francesco Piccinno <stack.box@…>

  • ...
05:39 QuickScan/StatusReports edited by cassiano
(diff)

05/18/09:

21:01 Changeset [4806] by ignotus

Added support to name resolution for IPv4 and IPv6.

20:06 Changeset [4805] by ignotus

Added basic port-scan functionality to Zion.

16:36 Changeset [4804] by nopper

2009-05-18 Francesco Piccinno <stack.box@…>

  • ...
14:38 Changeset [4803] by ignotus

Removed accents from copyright header. Shells without UTF-8 support ...

03:45 Changeset [4802] by ignotus

Crated PortScan? and Probe classes. Used to handle socket connections.

03:44 Changeset [4801] by ignotus

Created Zion class. Bug fix in Address recognize method.

05/17/09:

18:13 Changeset [4800] by nopper

Adding deps directory with svn:externals pointing to pygtkhex trunk

17:49 Changeset [4799] by nopper
  • PM/Gui/Widgets/PropertyGrid.py:
    • Added the possibility to ...
16:20 Changeset [4798] by nopper
  • TODO: Cleaned up
  • PM/Gui/pages/PacketPage.py

...

16:13 Changeset [4797] by nopper

Fixing changelog dates

05/16/09:

17:52 Changeset [4796] by nopper

2009-06-17 Francesco Piccinno <stack.box@…>

  • ...
16:22 ZION edited by ignotus
(diff)
11:02 Changeset [4795] by nopper

2009-06-16 Francesco Piccinno <stack.box@…>

  • ...
08:07 ZION/GSoC09 edited by ignotus
(diff)
08:05 160509-1-zion.png attached to ZION/GSoC09 by ignotus
07:48 ZION/GSoC09 edited by ignotus
(diff)
07:35 ZION/GSoC09 edited by ignotus
(diff)
07:34 ZION/GSoC09 edited by ignotus
(diff)

05/15/09:

23:36 Ticket #326 (route editor extension) created by getxsick
to get possibility of changing route table (see Route Editor in PM)

05/14/09:

06:53 Changeset [4794] by cassiano

removing QS directory and organizing files

06:36 Changeset [4793] by cassiano

Initialized merge tracking via "svnmerge" with revisions "1-4792" from ...

05/12/09:

02:48 UMPA/GSoC2009/StatusReports edited by getxsick
status report #3 (diff)

05/11/09:

23:05 Ticket #294 (Umit Crash - 'no such table: scan') closed by luis
invalid: Replying to ignotus: > Luis. Can you describe how to produce …
21:47 QuickScan/StatusReports edited by cassiano
(diff)
21:25 Changeset [4792] by nopper

Adding svnci script from monodevelop and added the ChangeLog? file

21:08 Changeset [4791] by nopper

Simple fix for UMPA.

20:39 Changeset [4790] by nopper

Async file saving/loading should be complete at this point

08:20 Ticket #113 (Profile Editor Usability Enhancements) closed by boltrix
invalid: I think this ticket lost sense. Unfortunatelly, I didn't report it with …

05/10/09:

09:00 Ticket #317 (Error while opening the Help of Command Wizard) closed by luis
fixed: Fixed in r4789
08:59 Changeset [4789] by luis

Fixed #317. Now to show help documentation, it use a function from ...

04:27 JoaoMedeiros edited by ignotus
(diff)

05/09/09:

15:31 Changeset [4788] by luis

Merged revisions ...

15:22 Changeset [4787] by luis

Initialized merge tracking via "svnmerge" with revisions "1-4488" from ...

15:21 Changeset [4786] by luis

Removed merge tracking for "svnmerge" for ...

15:20 Changeset [4785] by luis

Removed merge tracking for "svnmerge" for ...

15:19 Changeset [4784] by luis

Removed merge tracking for "svnmerge" for ...

15:02 Changeset [4783] by nopper

Updating documentation to the new schema

14:11 Changeset [4782] by nopper

Switched update process to new xml schema file.

05/08/09:

19:26 Changeset [4781] by nopper

Switching to new schema see UmitPlugins.xsd in PM branch. Switched also ...

09:48 UmitSummerOfCode edited by boltrix
(diff)
09:41 UmitSummerOfCode edited by boltrix
(diff)
09:24 USoC Logo1.png attached to UmitSummerOfCode by boltrix
USoC Logo

05/07/09:

21:15 Changeset [4780] by luis

Rewritting last issue commiting, make easy life to translators. Thanks ...

20:59 Changeset [4779] by luis

When opening Network Inventory: TypeError?: not all arguments converted ...

19:10 Changeset [4778] by nopper

Fixing tabulation also for UmitPlugins.xsd

19:08 Changeset [4777] by nopper

Fixing tabulation

19:06 Changeset [4776] by nopper

Splitting attack schema to another file

10:28 Ticket #19 (manual target improvement) closed by getxsick
fixed: i'm closing this ticket because #297 is "similar" and already attached.
03:20 Changeset [4775] by rcarvalho

Merged revisions 4239 via svnmerge from ...

02:47 Changeset [4774] by rcarvalho

Merged revisions 4237 via svnmerge from ...

02:40 Changeset [4773] by rcarvalho

Merged revisions 4233 via svnmerge from ...

02:37 Changeset [4772] by rcarvalho

Merged revisions 4229-4231 via svnmerge from ...

02:29 Changeset [4771] by rcarvalho

Merged revisions 4218 via svnmerge from ...

02:24 Changeset [4770] by rcarvalho

Merged revisions 4208-4214 via svnmerge from ...

02:06 Changeset [4769] by rcarvalho

Merged revisions 4202-4206 via svnmerge from ...

02:01 Changeset [4768] by rcarvalho

Merged revisions 4198-4199 via svnmerge from ...

01:56 Ticket #325 (Naming convention adaptation) created by rcarvalho
UmitWeb need to adapt itself to run conforming the new Umit Project's …
01:54 Ticket #324 (UmitWeb Database Conversion) created by rcarvalho
It will be simpler and faster to manage a bdb database, using the shelve …
01:51 Ticket #323 (Integrate Umit Core into umitweb-ng branch) created by rcarvalho
Integration will be done until the namespace changes. Then, it will be …
01:49 Changeset [4767] by rcarvalho

Merged revisions 4192 via svnmerge from ...

01:29 Changeset [4766] by rcarvalho

Merged revisions 4188-4189 via svnmerge from ...

01:23 Changeset [4765] by rcarvalho

moving from tests to umitweb_tests before merging that renames the test/ ...

01:18 Changeset [4764] by rcarvalho

Merged revisions 4184 via svnmerge from ...

01:13 Changeset [4763] by rcarvalho

Blocked revisions 4181 via svnmerge

........

r4181 | gpolo | 2009-02-23 ...

01:11 Changeset [4762] by rcarvalho

Merged revisions 4174-4175 via svnmerge from ...

01:02 Changeset [4761] by rcarvalho

Blocked revisions 4170 via svnmerge

........

r4170 | gpolo | 2009-02-22 ...

00:57 Changeset [4760] by rcarvalho

Changing from md5.new() to hashlib.md5()

00:54 Changeset [4759] by rcarvalho

Merged revisions 4158-4168 via svnmerge from ...

05/06/09:

23:31 UMPA/GSoC2009/StatusReports edited by getxsick
(diff)
23:28 UMPA/GSoC2009/StatusReports edited by getxsick
status report #2 (diff)
23:22 UMPA edited by getxsick
0.1.1 release (diff)
18:25 NeerajGupta edited by neerajgupta
(diff)
18:24 NeerajGupta edited by neerajgupta
(diff)
18:17 NeerajGupta edited by neerajgupta
(diff)
18:14 NeerajGupta edited by neerajgupta
(diff)
18:12 NeerajGupta edited by neerajgupta
(diff)
18:09 NeerajGupta created by neerajgupta
18:01 Contributors edited by neerajgupta
(diff)
18:01 Contributors edited by neerajgupta
(diff)
15:07 Ticket #265 (Umit 1.0beta2 packages) closed by luis
fixed

05/05/09:

19:41 Changeset [4758] by nopper

Fixing first draft of xml schema. This is the second version.

15:31 AttackFramework edited by nopper
(diff)
15:29 mockup-schema-offline-attack-1.png attached to AttackFramework by nopper
13:41 Ticket #322 (cheap phenergan) closed by luis
invalid
13:18 Ticket #322 (cheap phenergan) created by phenergan
<a href="<http://drugss009.com/s342-phenergan.html>">cheap phenergan</a>
10:31 Milestone UMPA 0.1.1 - test coverage completed

coverage current source code with tests and fix occured bugs

05:53 Changeset [4757] by ignotus

Added new umit.zion.core.Address support to umit.zion.core.Host class.

05:51 Changeset [4756] by ignotus

Added Ethernet and IPv6 support.

05:50 Changeset [4755] by ignotus

Changed Zion binary file name.

05:48 Changeset [4754] by ignotus

Adjusting UMPA to the new Umit structure. The file ...

05:31 Changeset [4753] by ignotus

Added UMPA to Umit structure.

05/04/09:

23:33 Changeset [4752] by getxsick

Tagging for UMPA v0.1.1 release

23:28 Changeset [4751] by luis

Update version number

23:24 Changeset [4750] by getxsick

TODO update

21:20 Changeset [4749] by nopper

Firt draft of xml schema.

20:39 QuickScan/StatusReports edited by cassiano
(diff)
03:59 Changeset [4748] by cassiano

addind new mockups

03:57 QuickScan/Mockups edited by cassiano
(diff)
03:45 pw-mockup1.png attached to QuickScan/Mockups by cassiano
03:45 qs-mockup2.png attached to QuickScan/Mockups by cassiano
03:27 QuickScan/Mockups edited by cassiano
(diff)
03:25 qs-mockup1.png attached to QuickScan/Mockups by cassiano
03:24 QuickScan/Mockups edited by cassiano
(diff)
03:17 umit-mockup1.png attached to QuickScan/Mockups by cassiano
03:17 qs-mockup3.png attached to QuickScan/Mockups by cassiano

05/03/09:

12:15 Changeset [4747] by nopper

Syncing UmitPlugin? with PMPlugins

11:49 Changeset [4746] by nopper

Merged revisions 4741-4743 via svnmerge from ...

07:22 Changeset [4745] by ignotus

Changed Zion backend structure regarding Adriano's comments. Added ...

05/02/09:

22:42 Changeset [4744] by nopper

* PM/Gui/Dialogs/Interface.py: fixing a behaviour bug. * ...

19:40 Changeset [4743] by nopper

Added documentation for PluginReader?. Added a second tutorial for ...

18:30 JoaoPedroLemos edited by jp.thelemos
(diff)
18:29 JoaoPedroLemos created by jp.thelemos
18:25 Contributors edited by jp.thelemos
(diff)
18:17 Changeset [4742] by nopper

Adding extract_dir function and fixing extract_file in PluginReader?

18:16 Changeset [4741] by nopper

Adding testcase plugin

14:07 Changeset [4740] by nopper
  • PM/Gui/Pages/SniffPage.py:
    • Removed unused populate() function ...
13:42 Changeset [4739] by getxsick

update CHANGES

13:11 Changeset [4738] by getxsick

extra trick to get possibilty to run tests without depending on current ...

13:08 Changeset [4737] by getxsick

update TODO

13:02 Changeset [4736] by getxsick

move tests scripts to parent directory to keep the same path in the source ...

08:40 Changeset [4735] by ignotus

Created Zion's directory structure.

00:51 Changeset [4734] by ignotus

Applied the patch named `ticket_316.5.diff' from ticket #316.

Note: See TracTimeline for information about the timeline view.