Main > Free Download Search >

Free discovery software for linux

discovery

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 114
Bible-Discovery 1.9

Bible-Discovery 1.9


Bible-Discovery is complex Bible studying software. more>>
Bible-Discovery is complex Bible studying software. Bible-Discovery contains several Bible translations, dictionaries, tools for helping to understand the texts in the original language, bookmark handling, customizable font size and colour, a biblical text importing pane, and a parallel and comparative Bible read feature.
Main features:
Several Bible translations.
- English translation by King James (KJV).
- Original Bible in Greek (TR - Textus Receptus 1550/1894).
- Original Bible in Hebrew (WLC - Westminster Leningrad Codex).
- Hungarian translation by Gaspar Karoli.
- And other Bible translations can be downloaded from our home page and can be used after installation.
Dictionaries.
- Digital Ancient Hebrew-English dictionary.
- Digital Ancient Greek-English dictionary.
- Digital Ancient Greek-Hungarian dictionary.
Tools for helping to understand the texts in original language.
- Strongs numbers for the original Greek (TR) Bible. (Strongs number: etyma of the words in the original text sorted alphabetically, numbered)
- Strongs numbers for the English Bible translated by King James.
- Strongs numbers for the Hungarian Bible translated by Gaspar Karoli. (New Testament has been completed so far in 70%)
- Completing the missing Strongs numbers of Bible translations by verses using King James Bible (KJV).
- The original Greek/Hebrew lexical meanings of the words can be checked by clicking them.
- Bookmarks can be organized into categories. Verse lists can be compiled by topics.
- Complex, quick search feature. The program can be used as a concordance. The search results are showed in 1 second (1 GHz CPU).
- Customizable font size and colour. Visually impaired users can customize the display of the text.
- The original Bible in Greek, readable phonetically. (Hungarian)
- The original Bible in Hebrew, readable phonetically. (Hungarian)
- Bible translations can be imported from text files.
- Parallel and comparative Bible read feature.
- Runs on Windows, Linux, MacOS.
- User interface in English, Hungarian.
Enhancements:
- The Strong dictionary now is a freeware module, not a shareware module.
- You can copy verses, search results, and bookmarks to the clipboard with character formatting.
- Ctrl-c copying now also copies character formatting with texts.
- You can use words surrounded by quotes to search for complete phrases.
- You can use special and separator characters only isolate and with quotes.
- In a search expression, the "AND", "OR", and "NOT" keywords must be uppercase.
- A bubble help appears in the dictionaries if you move the mouse pointer over a Strong number.
- More dictionaries were added.
<<less
Download (19MB)
Added: 2007-04-16 License: Freeware Price:
934 downloads
802.11b Network Discovery Tools 0.1

802.11b Network Discovery Tools 0.1


802.11b Network Discovery Tools is a gtk tool to scan for 802.11b networks using wavelan/aironet hardware. more>>
802.11b Network Discovery Tools is a gtk tool to scan for 802.11b networks using wavelan/aironet hardware and Linux wireless extensions. It includes the ability to log coordinates of found networks from a GPS device that is NMEA-compatible, and can be linked to a serial port.

It currently logs the WAP MAC to a database, along with the frequency the AP uses and link quality info. aside from that, you can also connect a Garmin GPS receiver and snarf that data. Im just using GPS::Garmin, which currently doesnt support NMEA, and i didnt feel like writing another NMEA library, so maybe ill do that later. for now, youll have to
have your GPS receiver sending data in GRMN/GRMN.

To install the program, you should just have to run "make install" as root.

Just run perlskan, or /usr/local/bin/perlskan *** AS ROOT ***

ive included a small perl program called "catdb" thatll just print the contents of the database in very hard-to-read format.

To examine the db further, you can either write a program to use the PSkan::DB module to examine the database (very simple, its just a Tie::Hash module). to iterate through the database, all you have to do is:

tie(%foo, PSkan::DB);
while(($key, $data) = each %foo) {
...
}
untie(%foo);

it doesnt get much easier.
<<less
Download (0.034MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1230 downloads
NDisc6 0.9.3

NDisc6 0.9.3


ndisc6 consists of two small command line tools (ndisc6 and rdisc6) that perform ICMPv6 Neighbor Discovery. more>>
ndisc6 consists of two small command line tools (ndisc6 and rdisc6) that perform ICMPv6 Neighbor Discovery and ICMPv6 Router Discovery respectively.
NDisc6 is primarily meant for IPv6 networking diagnostics or to detect rogue IPv6 nodes or routers on an Ethernet segment.
Enhancements:
- traceroute has been parallelized for faster execution, and handles IPv6 extension headers and more ICMPv6 errors, UDP-Lite probes.
- rdisc6 supports RFC4191 (router preference and specific routes) and RDNSS.
<<less
Download (0.021MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
811 downloads
IPCurve 0.95

IPCurve 0.95


IPCurve is an Internet/LAN Achtung die Kurve! more>>
IPCurve is an Internet/LAN Achtung die Kurve!
Notes:
- You will only see other players LAN games if the firewall is shut down on both the server and the client, or if the ports 7777 (LAN Discovery Request), 7778 (LAN Discovery Reply) and 8080 (Game) are open.
- If the steering doesnt work (or the game is laggy), the connection or the server is too slow. Lower the "Display Quality" in this case.
Enhancements:
- enhanced user interface
- gameplay profiles
- MacOS X version
<<less
Download (0.56MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
1044 downloads
DansTuner 0.83

DansTuner 0.83


DansTuner project is a program that tells you if you are playing a pitch in tune. more>>
DansTuner project is a program that tells you if you are playing a pitch in tune.
Major features include automatic discovery of which note you are trying to play (good for trumpet, singer, etc.), the ability to play a guide tone at a configurable volume, a graphical moving "needle" with a red/green display and detail about how flat or sharp you are, and an easily configurable background noise threshold.
Main features:
- takes audio from the default device
- if it is above a background noise level, detects the pitch
- takes the difference between that pitch and an "ideal" (equal-tempered) pitch, and shows you that difference
- plays a guide tone along with you to help you tune
<<less
Download (0.22MB)
Added: 2006-11-02 License: GPL (GNU General Public License) Price:
1089 downloads
librascal 1.0-rc1

librascal 1.0-rc1


librascal is a library for asynchronous networking. more>>
Librascal is a C/C++ library for asynchronous networking. It is a networking stack abstraction library which simplifies writing portable and scalable applications. It can be used with various threading models.

The library supports TCP and UDP protocols, basic DNS resolution and fully supports service discovery. It implements buffered data flow, has helper functions for processing text based protocols and several helper classes for C++.

Many options, such as timeouts, retry counters and the list of DNS servers can be adjusted at runtime.

Usage:

To use the library an application must include the rascal.h header file and link against librascal, a shared library (static linking is not supported and such support is not planned).

Installation:

The library has no external dependencies except for the standard system libraries. To install it, compile the source code then type make install.
<<less
Download (0.11MB)
Added: 2005-10-11 License: BSD License Price:
1474 downloads
Arudius Linux LiveCD 0.5

Arudius Linux LiveCD 0.5


Arudius is a live CD Linux distribution based on Slackware (Minislack) and Linux Live (Slax) scripts. more>>
Arudius is a live CD Linux distribution based on Minislack (Zenwalk) and Slaxs Linux Live scripts.
It contains an extensive set of software tools used by IT security professionals for penetration testing and vulnerability analysis.
Its goal is to include the most comlete set of useful tools and still maintain a small footprint.
Enhancements:
- This release features the addition of some novel security tools: tools for passive network discovery by analyzing broadcast traffic, very fast SMB password cracking tool, a UPnP device discovery tool analyzing M-SEARCH packets, and a few others.
<<less
Download (206MB)
Added: 2006-02-07 License: GPL (GNU General Public License) Price:
1364 downloads
Scapy 1.1.1

Scapy 1.1.1


Scapy is a powerful interactive packet manipulation tool, packet generator, network scanner, network discovery tool. more>>
Scapy is a powerful interactive packet manipulation tool, packet generator, network scanner, network discovery tool, and packet sniffer.
Scapy project provides classes to interactively create packets or sets of packets, manipulate them, send them over the wire, sniff other packets from the wire, match answers and replies, and more.
Interaction is provided by the Python interpreter, so Python programming structures can be used (such as variables, loops, and functions).
Report modules are possible and easy to make. It is intended to do about the same things as ttlscan, nmap, hping, queso, p0f, xprobe, arping, arp-sk, arpspoof, firewalk, irpas, tethereal, tcpdump, etc.
Enhancements:
- This release adds the ability to transcribe ASN1-specified protocols easily, SNMP protocol support, MIB parsing, OID/DNS/OUI resolving, configurable field value resolution, a startup script, and srflood() and srpflood() to flood with packets while catching answers.
<<less
Download (0.072MB)
Added: 2007-04-09 License: GPL (GNU General Public License) Price:
946 downloads
palaver 0.5

palaver 0.5


palaver is a multi-user chat component for Jabber and XMPP servers. more>>
palaver is a multi-user chat component for Jabber and XMPP servers. The intention for this project is to support all features of JEP-0045 as well as the relevant extended discovery features of JEP-0128.

palaver is written in Python using the Twisted framework for Internet applications. It is licensed under the open source MIT license.

The main inspiration for writing palaver was to replace JCR mu-conference. While mu-conference has served the community well, its lack of maintenance has left many searching for a replacement.

Currently all basic multi-user chat features are supported, including some extra things like ban lists. More features are on the way, and the intention is to fully support the entire protocol.

palaver is licensed under the MIT open source license. It is free to use, modify and distribute by commercial and non-commercial users and developers.

<<less
Download (0.023MB)
Added: 2007-03-17 License: MIT/X Consortium License Price:
951 downloads
TunesBrowser 0.3.0

TunesBrowser 0.3.0


TunesBrowser project is a simple music player, capable of playing music found on iTunes shares. more>>
TunesBrowser project is a simple music player, capable of playing music found on iTunes shares.
TunesBrowser can connect to the latest iTunes applications (as of April 29 2004) and is implemented on top of libopendaap.
TunesBrowsers interface is quite similar to that of iTunes. TunesBrowser was written with the purpose of being a prototype front-end for libopendaap. I intend to integrate libopendaap with other, more mature, players.
Main features:
- Play mp3s off other computers running iTunes
- Discovery of hosts over Rendezvous.
<<less
Download (0.21MB)
Added: 2006-07-19 License: MIT/X Consortium License Price:
1193 downloads
Prismstumbler 0.7.3

Prismstumbler 0.7.3


Prismstumbler is a wireless LAN (WLAN) discovery tool which scans for beaconframes from accesspoints. more>>
Prismstumbler is a wireless LAN (WLAN) discovery tool which scans for beaconframes from accesspoints.

Prismstumbler operates by constantly switching channels and monitors any frames recived on the currently selected channel.

Prismstumbler is designed to be a flexible tool to find as much information about wireless LAN installations as possible. It comes with an easy to use GTK2 frontend and is small enough to fit on a small portable system.

Because of its client-sever architecture the scanner engine may be used for different frontends. An example for this is gpe-aerial, a wireless LAN access tool for GPE (see below).

The current GTK user interface is designed to work on large PC screens as well as on PDA displays. Prismstumbler uses an embedded SQL database to store network information.

It is also able to create networks lists in GPSdrive format and store captured packages to pcap dump files.

<<less
Download (0.39MB)
Added: 2005-09-19 License: GPL (GNU General Public License) Price:
1498 downloads
Hpodder 1.0.0

Hpodder 1.0.0


Hpodder is a tool to scan and download podcasts. more>>
Hpodder is a tool to scan and download podcasts. Such tools are often called podcatchers.
Hpodder is a command-line tool for Linux. The project has quite a few features. A few highlights are that it is easy to learn and use, has automatic discovery of feed metadata, and can import iPodder settings.
Enhancements:
- This is the first production release.
- Feeds or episodes that repeatedly return errors are now automatically pruned.
- Cleaning of download areas was improved.
- Bugs were fixed.
<<less
Download (0.19MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
501 downloads
jUDDI 0.9 RC4

jUDDI 0.9 RC4


jUDDI provides a Java toolkit and registry implementation of UDDI. more>>
jUDDI provides a Java toolkit and registry implementation of UDDI.
jUDDI (pronounced "Judy") is an implementation of the Universal Description, Discovery, and Integration (UDDI) specification for Web Services.
Main features:
- Open Source
- Platform Independent
- Supports for JDK 1.3.1 and later
- UDDI version 2.0 compliant implementation
- Use with any relational database that supports ANSI standard SQL (MySQL, DB2, Sybase, JDataStore, HSQLDB, etc.)
- Deployable on any Java application server that supports the Servlet 2.3 specification (Jakarta Tomcat, JOnAS, WebSphere, WebLogic, Borland Enterprise Server, JRun, etc.)
- jUDDI registry supports a clustered deployment configuration.
- Easy integration with existing authentication systems
<<less
Download (9.5MB)
Added: 2007-03-07 License: The Apache License 2.0 Price:
972 downloads
xboxproxy 2.1

xboxproxy 2.1


xboxproxy allows users to bridge two networks forwarding only certain kinds of traffic. more>>
In an effort to be able to play Halo 2 with some out of state friends, I wrote an xbox system link proxy that would essentially bridge only xbox network traffic across across layer 3 networks using UDP.

Written in C and uses libpcap and libnet. A later update added multicast support so Apples Rendezvous (mdns) protocol could span subnets and networks.

xboxproxy project a very simple program that simple takes certain packets and forwards them to other known xbox proxies.

The xbox system link bridge will let you essentially bridge the broadcast and multicast traffic across multiple networks using these proxy bridge-points.

The xbox system link uses ethernet addresses (Layer 2) to indicate destination address and UDP (Layer 4) to send data. If you arent familiar with the OSI model, then the layer information wont help you here. Basically, the 3 layers we care about for this system link proxy are ethernet (layer 2) and udp (layer 4). Theres a special mention for the ip layer (layer 3) but that will be explained shortly.

System link packets come in two flavors: broadcast and unicast. In Halo 2, when you go to look for system link games, your xbox will send ethernet broadcast packets probing for available games.

Broadcast packets are received by every network device on your layer 2 segment, this usually means your subnet or immediate network. Other xbox systems who are hosting games will respond directly to your xbox using your xboxs ethernet address (MAC address) as the destination.

This process is called "discovery." After the discovery process completes and your xbox knows about other xboxes hosting games on the network, it begins direct communication to the known xboxes. When you try to join a game, your xbox sends packets directly to the other xbox you are connecting to. Direct communication continues until you quit the game.

A special note needs to be made, becuase you cant simple skip over layer 3 (the ip layer). We know now that addressed communication uses ethernet addresses, and we also know that the payloads are inside UDP packets, but what about the IP layer?

The IP layer has addresses of its own, among other kinds of flags. Xboxes use the IP of 0.0.0.1 to communicate. This is nothing *too* special, but if you want to sniff only your xboxs traffic, then you can simply filter for that ip and youll get it.

The proxy works by listening for broadcast packets from any xboxes on the immediate network. Any broadcast packets are forwarded to any known proxies over UDP. The proxy also keeps track of ethernet addresses by proxy. So if a packet from "my" xbox wants to talk to another xbox, the proxy will know which proxy that target xbox is on, and only forward the packet to that proxy.

This is a very simple system, and I dont have to know anything about the system link protocol beyond what the underlying layers are used for communication.
I later did some investigating into iTunes music shares. iTunes uses mdns (Apple calls it Rendezvous) for "discovery" of other iTunes music shares.

The discovery is done over a protocol called multicast. Adding mdns support to the proxy/bridge program was quite trivial, and I have tested that it does in-fact work. You can use it to listen to iTunes music shares which are not on your immediate network.

<<less
Download (0.11MB)
Added: 2005-11-25 License: GPL (GNU General Public License) Price:
1431 downloads
Mila NetWhistler 2.10

Mila NetWhistler 2.10


Netwhistler auto-detects networks and presents them on graphical maps, which reflect up-to-the-minute device and host status. more>>
NetWhistler 2.6 is a easy to use Network monitoring software that offers integrated fault and performance management functionality.
Mila NetWhistler project auto-detects networks and presents them on graphical maps, which reflect up-to-the-minute device and host status. It includes powerful diagnostic tools including ping, main services (ftp, ssh, smtp, pop3, http) monitoring, portscan, email alerts, network discovery, SNMP tools (MIB browser and Trap Console for incoming SNMP traps from any SNMP-enabled device in the network ).
NetWhistler 2.6 can automatically scan a network in search of non-SNMP and SNMP-enabled devices that you want to manage in your network. Scanning parameters ( network address, network mask, SNMP community ) are fully configurable.
Once the discovery operation has been completed, the program displays a map of all devices along with basic information about them such as address, DNS name, MAC address and description. You can find or delete a node on the map, or change node properties. The map can be stored in a local file or in a MySQL database.
Enhancements:
- New features include a Web console and the ability to import and export the database.
- The firewall builder was removed.
- Custom ping, mac-detect, and snmp-results scripts were added.
- Custom node types were added.
- Some bugfixes were made.
<<less
Download (6.4MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1412 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5