root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @5749 [5749] 24 hours niteesh added option to select IPs to be continiously displayed and those that can …
(edit) @5748 [5748] 45 hours diogo NSE: list, edit and remove templates
(edit) @5747 [5747] 3 days kosma setup.py: bump version to 0.3
(edit) @5746 [5746] 3 days kosma fix str to return strings, not print them
(edit) @5745 [5745] 6 days diogo NSEFacilitator: create script from template; save as template
(edit) @5744 [5744] 11 days kosma update setup.py to use new path for libpcap
(edit) @5743 [5743] 13 days luis typo (no supported platform)
(edit) @5742 [5742] 2 weeks diogo performance increase: thread replaced by process
(edit) @5741 [5741] 2 weeks diogo zion profile prompt. interface improvement
(edit) @5740 [5740] 2 weeks kosma revert r5734 (it was a workaround for pypcap bug fixed in pypcap r94)
(edit) @5739 [5739] 3 weeks diogo identification page merged with scan page
(edit) @5738 [5738] 3 weeks shweta_26 added inventory button in toolbar
(edit) @5737 [5737] 3 weeks kosma coverage.py: call python via /usr/bin/env for more portability
(edit) @5736 [5736] 3 weeks diogo zion running in thread; communication between interface and zion with …
(edit) @5735 [5735] 3 weeks diogo zion: fingerprint matching with database
(edit) @5734 [5734] 3 weeks kosma sniffing: check next() return value more carefully
(edit) @5733 [5733] 3 weeks kosma models.py: use new umit.umpa.send() support
(edit) @5732 [5732] 3 weeks qsy Edited scripts/cppm, does the same
(edit) @5731 [5731] 4 weeks kosma test_pypcap.py: use tests.utils.TempFile? for creating a temporary file
(edit) @5730 [5730] 4 weeks kosma mktemp(): move to tests/utils
(edit) @5729 [5729] 4 weeks kosma test_sniffing_init.py: fix mktemp() issues under Windows
(edit) @5728 [5728] 4 weeks nopper Add simple bash script to checkout and patch scapy tree
(edit) @5727 [5727] 4 weeks kosma UMPAPcapException: fix test_pypcap.py to expect proper exception name
(edit) @5726 [5726] 4 weeks kosma UMPAPcapException: fix test_sniffing_init.py to expect proper exception …
(edit) @5725 [5725] 4 weeks kosma tests: cut tests run time by 33%.
(edit) @5724 [5724] 4 weeks kosma _sockets: minor documentation correction
(edit) @5723 [5723] 4 weeks kosma UMPAPcapException: modify _sockets.py to expect proper exception class
(edit) @5722 [5722] 4 weeks kosma UMPAPcapException: modify test_libpcap_init.py to expect proper exception …
(edit) @5721 [5721] 4 weeks kosma UMPAPcapException: modify utils.libpcap to use UMPAPcapException
(edit) @5720 [5720] 4 weeks kosma UMPAPcapException: add UMPAPcapException class
(edit) @5719 [5719] 4 weeks kosma documentation fixes: SocketL2/L3, _config
(edit) @5718 [5718] 4 weeks kosma umit.umpa: pull _sockets.send and SocketL3 into official API
(edit) @5717 [5717] 4 weeks qsy Modified scripts/cppm -- now can build and run PM with dev version of …
(edit) @5716 [5716] 4 weeks diogo ip address obtained from interface using netifaces
(edit) @5715 [5715] 4 weeks ganja The patch does the following :- 1)Changes in …
(edit) @5714 [5714] 4 weeks diogo syn proxy detection implemented
(edit) @5713 [5713] 4 weeks diogo attractors normalized. fingerprint calculated in som. frontend interaction …
(edit) @5712 [5712] 4 weeks kosma test_models.py: a uniform method of choosing local IP that works on …
(edit) @5711 [5711] 4 weeks kosma test_models.py: fix regression introduced in r5710 (avoid dst=127.0.0.1 in …
(edit) @5710 [5710] 4 weeks kosma test_models.py: fix tests to work under WinXP (use valid source IP …
(edit) @5709 [5709] 4 weeks diogo honeyd detection implemented
(edit) @5708 [5708] 4 weeks kosma umpa._config: add basic documentation
(edit) @5707 [5707] 4 weeks kosma tests/utils.py: a Windows kludge: wrap L3 packets in an Ethernet header to …
(edit) @5706 [5706] 4 weeks kosma test_sockets.py: skip L3 tests due to WinXP security restrictions
(edit) @5705 [5705] 4 weeks diogo remove duplicated points in attractor plot. correction in ISN capturing.
(edit) @5704 [5704] 4 weeks diogo zion os detection refactor
(edit) @5703 [5703] 4 weeks diogo correction zion -d option syntax
(edit) @5702 [5702] 4 weeks kosma don't crash with «'NoneType?' object is not iterable» message when a …
(edit) @5701 [5701] 4 weeks kosma test_models.py: fix to work under BSD
(edit) @5700 [5700] 4 weeks niteesh Fullscreen, Make the display more dynamic: # Limit on the IPs to be …
(edit) @5699 [5699] 4 weeks kosma _sockets.py: add support for L2 send via pcap (so far tested under Linux …
(edit) @5698 [5698] 4 weeks kosma move wrapper detection from umpa.config to umit.umpa.libpcap (tests)
(edit) @5697 [5697] 4 weeks kosma pypcap wrapper: fail if using wrong pcap bindings
(edit) @5696 [5696] 4 weeks kosma move wrapper detection from umpa.config to umit.umpa.libpcap
(edit) @5695 [5695] 4 weeks kosma undo last commit
(edit) @5694 [5694] 4 weeks kosma move pcap wrapper detection from umpa.config to umpa.utils.libpcap; kill …
(edit) @5693 [5693] 5 weeks kosma naming convention
(edit) @5692 [5692] 5 weeks kosma refactor out libpcap support: split tests into libpcap and sniffing
(edit) @5691 [5691] 5 weeks kosma refactor out libpcap support: refactor out tests (stage 1)
(edit) @5690 [5690] 5 weeks kosma refactor out libpcap support: refactor out tests (stage 1)
(edit) @5689 [5689] 5 weeks kosma refactor out libpcap support: remove libpcap detection from sniffing, use …
(edit) @5688 [5688] 5 weeks kosma add basic documentation on umpa.utils.libpcap
(edit) @5687 [5687] 5 weeks kosma refactor out libpcap support: remove sniffing logic from libpcap core …
(edit) @5686 [5686] 5 weeks kosma refactor out libpcap support: fix pypcap wrapper to use new module paths
(edit) @5685 [5685] 5 weeks kosma refactor out libpcap support: fix pypcap test to use new module paths
(edit) @5684 [5684] 5 weeks kosma refactor out libpcap support, stage 2: rename libpcap.libpcap to …
(edit) @5683 [5683] 5 weeks kosma refactor out libpcap support, stage 2: rename libpcap.libpcap to …
(edit) @5682 [5682] 5 weeks kosma refactor out libpcap support, stage 1: move relevant files from …
(edit) @5681 [5681] 5 weeks kosma add support for pcap_sendpacket() to pypcap wrapper
(edit) @5680 [5680] 5 weeks ganja Adding the NetPid? Plugin into svn.This Plugin lists the open ports on the …
(edit) @5679 [5679] 5 weeks diogo corrected blank files
(edit) @5678 [5678] 5 weeks diogo Zion attractors classification. Plot widget shows the graphic of …
(edit) @5677 [5677] 5 weeks kosma fix examples/sniff.py to use default device + valid destination
(edit) @5676 [5676] 5 weeks kosma omit the whole /usr directory when calculating coverage (BSD has Python …
(edit) @5675 [5675] 5 weeks kosma fix test_sniffing_init to use default device + valid destination
(edit) @5674 [5674] 5 weeks kosma fix test_out_internet to use default device
(edit) @5673 [5673] 5 weeks kosma fix payload test to use default device and UDP
(edit) @5672 [5672] 5 weeks kosma fix test_pypcap.py to use default device
(edit) @5671 [5671] 5 weeks kosma don't apply immediate mode to files
(edit) @5670 [5670] 5 weeks kosma fix L2 tests under BSD (it mangles the source MAC address, so don't test …
(edit) @5669 [5669] 5 weeks kosma remove duplicate test and fix name of another one
(edit) @5668 [5668] 5 weeks kosma Kill fix-tests branch (merged into link-layer-integration branch).
(edit) @5667 [5667] 5 weeks kosma Removed merge tracking for "svnmerge" for …
(edit) @5666 [5666] 5 weeks kosma Merge fix-tests into link-layer-integration. The branches depend on …
(edit) @5665 [5665] 5 weeks kosma Initialized merge tracking via "svnmerge" with revisions "1-5655" from …
(edit) @5664 [5664] 5 weeks kosma use unbuffered (immediate) sniffing under BSD (helps prevent test hangs)
(edit) @5663 [5663] 5 weeks kosma fix test_sockets to use default interface instead of lo
(edit) @5662 [5662] 5 weeks kosma fix SocketL2.send return value
(edit) @5661 [5661] 6 weeks kosma correctly test the presence of 'any' device on all platforms
(edit) @5660 [5660] 6 weeks kosma warning about unportable code
(edit) @5659 [5659] 6 weeks kosma make documentation consistent with code
(edit) @5658 [5658] 6 weeks kosma add get_default_device()
(edit) @5657 [5657] 6 weeks kosma don't (accidentaly) calculate coverage of xmlplus modules
(edit) @5656 [5656] 6 weeks kosma A new branch for fixing #403.
(edit) @5655 [5655] 6 weeks getxsick kill another dead branch (can we kill something dead?)
(edit) @5654 [5654] 6 weeks getxsick kill outdated branch. we have a new style of db in trunk/umit/db
(edit) @5653 [5653] 6 weeks boltrix Removed dead independent features branches.
(edit) @5652 [5652] 6 weeks diogo call zion from umit interface; ports listed
(edit) @5651 [5651] 6 weeks kosma Merged revisions 5591-5606,5613,5625,5645-5646 via svnmerge from …
(edit) @5650 [5650] 6 weeks kosma Initialized merge tracking via "svnmerge" with revisions "1-5590" from …
Note: See TracRevisionLog for help on using the revision log.