poc

Sponsored Links
Sponsored Links

poc

No.
Title
Catelory
Price
License
Expand All
1
Programming -> Libraries
BSD License
Modular Audio Recognition Framework is an open-source research platform and a collection of voice/sound/speech/text and natural language processing (NLP) algorithms written in Java and arranged into a modular and extensible framework facilitating addition of new algorithms. MARF can run distributedly over the network and may act as a library in applications or be used as a source for learning and extension. A few example applications are provided to show how to use the framework. There is also a reasonbly detailed manual and the API references in the javadoc format as the project tends to be well-documented.

Whats New in This Release:

· This is the first release of the Distributed MARF proof-of-concept (PoC) implementation.
· MARFs pipeline stages can run on multiple computers using 3 different communication technologies: CORBA, RMI, and Web Services.
· The six implemented services include SpeakerIdent Front-end Service (plus the client), MARF Pipeline, Sample Loading, Preprocessing, Feature Extraction, Training and Classification.
· This is based on the snapshot-0.3.0-devel-20060811.

2
Multimedia -> Audio
Freely Distributable
mp3cue cuts an input MP3 file according to the information stored in a .cue file (for example multiple tracks of DJ mix), and writes the output to multiple MP3 files.

poc is a mp3 and ogg streamer supporting following protocols:

HTTP (mp3 and ogg)
RTP (RFC 2250) (mp3 only)
RTP (RFC 3119) (mp3 only)
homegrown FEC protocol (mp3 only)

It should work under any POSIX platform, and does not require any additional library. You need a C99 compiler though.

poc is still beta software, ipv6 and ogg support was not tested extensively.

poc includes mp3cue, a mp3 CUE cutter, and mp3cut, a mp3 command-line editing tool.
3
Internet -> Firefox-Extensions
Open Software License
SCM is a Firefox extension that performs Site Continuity Management validations on websites to help prevent Pharming attacks.

Pharming attacks are an advanced form of Phishing where an adversary poisons the data held in the user’s DNS server. SCM is believed to be the first add-on to protect users from this advanced attack.

SCM was developed at Cambridge University by Simon A. Spacey and is currently in a POC development release. For technical information about SCM you can read the release paper at:

http://www.priv8.co.uk/addons/SCM

SCM is free for noncommercial use and licensed under the PRIV8 OPEN SOFTWARE LICENSE.

4
Programming -> Interpreters
GPL GNU General Public License
objc-bootstrap software is a bootstrap for objc package.

Objective-C Compiler Commands

Whats the file suffix for Objective-C source ?

Its .m for implementation files, and .h for header files. Objective-C compilers usually also accept .c as a suffix, but compile those files in plain C mode.

How do I compile .m files with the Stepstone compiler ?

objcc -c class.m
objcc -o class class.o

See http://www.stepstn.com for more information.

How do I compile .m files with the Apple compiler ?

cc -c class.m
cc -o class class.o

See http://www.apple.com for more information.

How do I compile .m files with the GNU C compiler ?

gcc -c class.m
gcc -o class class.o -lobjc -lpthread

See http://www.gnu.org for more information.

How do I compile .m files with the POC ?

objc -c class.m
objc -o class class.o

See http://metalab.unc.edu/pub/Linux/devel/lang/objc/ for more information.
5
System -> Linux-Distributions
GPL GNU General Public License
Operator is a complete Linux (Debian) distribution that runs from a single bootable CD and runs entirely in RAM.

The Operator contains an extensive set of Open Source network security tools that can be used for monitoring and discovering networks.

This virtually can turn any PC into a network security pen-testing device without having to install any software. Operator also contains a set of computer forensic and data recovery tools that can be used to assist you in data retrieval on the local system.

Starting with the 3.3 version of Operator, we have started completely from scratch by installing a basic Debian installation then adding the KNOPPIX functionality afterwards. This allowed us to have more control and understanding of what is on the CD.

Here are some key features of "Operator":

· Debian based Linux Installation
· Linux-Kernel 2.4.31
· KDE V3.3.2-1
· wine Windows Emulator (Binary Emulator)
· Konqueror and Mozilla Firebird Web Browsers
· Koffice which includes korganizer, kword, kspread and more
· X Multimedia System (xmms) an MPEG-video, MP3
· Internet connection software kppp,pppoeconf (DSL)
· utilities for data recovery and system repairs, even for other operating systems
· network and security analysis tools for network administrators
· many programming languages, development tools
· in total more than 900 installed software packages with over 2000 executable user programs and utilities
· 100+ Unix/Windows Exploits and Tools ready to run

Whats New in This Release:

· Modified wireless_select to use /proc/net/dev instead of /proc/net/wireless. Some cards were not showing up after they were reinserted like orinoco.
· Added package aim_1.5.286 AOL Instant Messenger
· Stripped down locales to use en_, de_, es_ only
· upgraded hydra-4.6 to hydra-4.7
· Added BusLogic driver to the kernel so that vmware would not panic when booting after an HD install.
· Updated Metasploit framework from 2.3 to 2.4
· reinstalled libnet1-dev
· fixed captive-ntfs
· Added new Exploits:
· HOD-ms05039-pnp-expl - (MS05-039) Microsoft Windows Plug-and-Play Service Remote Overflow
· HOD-kerio-firewall-DoS-expl - Kerio Personal Firewall Multiple IP Options Denial of Service
· HOD-ms04031-netdde-expl - Microsoft Windows NetDDE Remote Buffer Overflow Exploit
· HOD-ms04032-emf-expl - Microsoft Windows Metafile (.emf) Heap Overflow Exploit
· HOD-ms05002-ani-expl - Internet Explorer .ANI files handling Universal Exploit
· HOD-ms05017-msmq-expl - Message Queuing Buffer Overflow Universal Exploit
· DSR-cpanel - POC for Cpanel 5 and below
· cpanel-9x_RCE - POC for Cpanel 9 and below
· DSR-nethack - local exploit for Nethack 3.4.0
· phpLDAPadmin - phpLDAPadmin 0.9.6 - 0.9.7 Remote command Execution
· phpbb.php - phpBB 2.0.10 Remote command Execution
· HP_OV_NNM_RCE - HP OpenView Network Node Manager 6.2, 6.4, 7.01, 7.50 Remote Command Execution
· Added new Tools:
· zebra 0.94 - Tool that manages TCP/IP based routing protocols
· voipong 1.2 dev - VoIP call detector and voice dumper VoIPong is a utility which detects all Voice Over IP calls on a pipeline, and for those which are G711 encoded, dumps actual conversation to seperate wave files. It supports SIP, H323, Ciscos Skinny Client Protocol, RTP and RTCP.
· Upgraded yersinia v0.5.3 to v0.5.6 - Framework for performing layer 2 attacks
· ike-scan v1.2 - Discover and fingerprint IKE hosts (IPsec VPN Servers)

My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
Related Information
Sponsored Links
TOP POPULAR DOWNLOAD