airgrab network packet analyzer 0.9.4
WireShark 1.1.3 / 1.0.8
A cross-platform network protocol analyzer more>> A cross-platform network protocol analyzer
Wireshark is one of the worlds foremost network protocol analyzers, and is the standard in many parts of the industry.
WireShark is a project developed on the base of the one that started in 1998. Hundreds of developers around the world have contributed to it, and it it still under active development.
Main features:
- Standard three-pane packet browser
- Multi-platform: Runs on Windows, Linux, OS X, Solaris, FreeBSD, NetBSD, and many others
- Multi-interface: Along with a standard GUI, Wireshark includes TShark, a text-mode analyzer which is useful for remote capture, analysis, and scripting
- The most powerful display filters in the industry
- VoIP analysis
- Live capture and offline analysis are supported
- Read/write many different capture file formats: tcpdump (libpcap), NAIs Sniffer(compressed and uncompressed), Sniffer Pro, NetXray, Sun snoop and atmsnoop, Shomiti/Finisar Surveyor, AIXs iptrace, Microsofts Network Monitor, Novells LANalyzer, RADCOMs WAN/LAN Analyzer, HP-UX nettl, i4btrace from the ISDN4BSD project, Cisco Secure IDS iplog, the pppd log (pppdump-format), the AG Groups/WildPackets EtherPeek/TokenPeek/AiroPeek, Visual Networks Visual UpTime and many others
- Capture files compressed with gzip can be decompressed on the fly
- Hundreds of protocols are supported, with more being added all the time
- Coloring rules can be applied to the packet list, which eases analysis
- Output can be exported to XML, PostScript, CSV, or plain text
System requirements:
- Apples X11
Enhancements
Bug Fixes:
The following vulnerabilities have been fixed:
- The PCNFSD dissector could crash. Versions affected: 0.8.20 to 1.0.7
The following bugs have been fixed:
- Lua integration could crash. (Bug 2453)
- The SCCP dissector could crash when loading more than one file in a single session. (Bug 3409)
- The NDMP dissector could crash if reassembly was enabled. (Bug 3470)
New and Updated Features:
- There are no new or updated features in this release.
New Protocol Support:
- There are no new protocols in this release.
Updated Protocol Support:
- All ASN.1 protocols, DICOM, NDMP, PCNFSD, RTCP, SCCP, SSL, STANAG 5066
New and Updated Capture File Support:
- There are no new or updated capture file formats in this release.
FFT for OSX 1.9.9b6
Alternative traceroute program. more>>
As a result, FFT often executes much faster and sees behind some configurations of packet- filter based firewalls. FFT has been around since 1998, but this is its first release on Darwin/MacOSX.
Skwonk! 1.2
Unique network monitor makes funky sounds. more>>
Like a traffic monitor. Difference is, Skwonk! plays specific sounds for the type of packets that go flying by.
For example, if a TCP packet for port 80 goes flying by the network to another Mac, Skwonk! can blurt out a belch, or hoot like an owl, etc.
ZopeEditManager 0.9.4
ZopeEditManager - GUI for setting directory to store temp files more>>
Taking Caseys work, and adapting it for Mac OS X users using the PyObjC bridge, I provide the same functionality, but in a native Mac OS X application with an intuitive graphical user interface. This means that you can specify any Mac OS X application (Carbon or Cocoa) to act as the editor for a MIME type, type group, or Zope meta_type. And you can have as many concurrent edits as you like, since all edits are handled through ZopeEditManager.
Apache Log Analyzer 1.1
Apache Log Analyzer - analyze log files you get out of hosting a website with Apache more>>
Gather statistical data:
Unique visitors - how many different IPs do you see?
which documents were requested - a count of each unique url
how much bandwidth was used - a total count of all the last values in the line.
how much bandwidth for each file was used - an incremental count per file
What browser did they use - a count from the refers tag
Where did they come from - a count of each unique refers
What requests went unanswered - a count of 400, 404s & what they were
IPs you may want to ban - one IP hitting the same thing over and over again
- known virus requests like "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0"
anything with /winnt/ or /system32/ or .exe
Unique errors in error_log
Saves it to an .html file, and lets you view the results quickly and easily.
Enhancements:
- Wow, has it been that long? Seesh. Many, many changes.
- Complete gui rethink.
- The progress bars actually work now.
- Incorrect error reporting of 404s fixed.
- Better bandwidth calculation.
- Speed ups.
- Each report is saved separately.
- Other bug fixes.
Network Pasteboard 0.1b
Network Pasteboard allows you to access the pasteboard of other computers on your local network more>>
When you run Network Pasteboard you can copy from the pasteboard of any mac that is running Network Pasteboard on your local network. - Network Pasteboard uses Rendezvous to show all macs on the local network that are sharing their pasteboards. You choose whether or not to share your own pasteboard.
PDF Analyzer 1.0
PDF Analyzer - Programm to view objects of a PDF file and to export images more>>
A PDF file is a collection of objects, of which each has an objectnumber and a generation number. The combination of objectnumber and generation number is unique in a PDF file. The objects are not in a particular order.
Some objects have a type and a subtype. Images for example have the type "Xobject" and the subtype "Image".
Each object has a dictionary with properties of the object. Images have the "Width" and "Height" property.
Some objects have streams which are long strings of binary data. Most time, streams are compressed, or "filtered". The filter is specified in the dictionary.
MacSniffer 1.0b1
MacSniffer allows you to view all of the traffic on a network connection more>>
MacSniffer includes a filter editing interface and a filter library to easily construct and reuse packet filters to view a subset of all the traffic on the connection, such as just that destined for a specific host or port.
You can choose the level of detail you want captured, from just the minimal packet headers (showing source and destination hosts and ports) up to a full hex and ASCII dump of the packet contents.
MacSniffer can be useful for diagnosing many network problems, debugging client/server programs, and scanning for particular network exploits in real time.
Wired Log Analyzer 0.3
Wired Log Analyzer is a tool to help you view the data generated by your Wired Server log output more>>
It allows you to view a sortable table of statistics based on the output of a Wired Server log.
Enhancements:
- Sanity-check on the graphs: after awhile I noticed it was ordering the graph by the value, so your graphs would continually increase.
- Also the graphs will not "skip" a day. You would have noticed this if a graph had one line shorter than the others.
- Now saves the last-opened logfile you used (yay!).
- Figured out the memory management problem--you can now open multiple files during a run.
- Added column for UL/DL KB ratio, much to your delight.
TestKit 0.9.4
TestKit - Testing framework for OS X and Objective-C more>>
TestKit is an adaptation of JUnit for Objective-C and the Mac OS X development environment.
Java Neural Network Trainer 0.1
Java Neural Network Trainer is a neural network trainer with the ability to easily add new training algorithms more>>
It includes a parallel training graphical interface where you can view each trainer working in real-time in parallel.
LogViewer 1.0
LogViewer - Basic log analyzer more>>
This package also contains purestats, a command-line utility that can be added to your crontab to periodically generate HTML representations of your users traffic.
FunnelWeb5 Analyzer Helper 1.0
FunnelWeb5 Analyzer Helper - Makes running fwa5 easy more>>
You may choose whether the input is a single file or a folder containing multiple logfiles as well as if the report should be splitted weekly, monthly or not. Last but not least you may decide, whether DNS-live-lookups should be executed or the DNS-cache should be used.
Packtory 1
Packtory - Command line packet construction tool more>>
Equipped with a packet database manager and a checksum calculator, Packtory is a must have for any computer geek.
Build Order Analyzer 2.0
Build Order Anlyzer for the Axis & Allies RTS is a tool for analyzing builds in the Axis & Allies RTS game more>>
Key Facts to know about the Build Order Analyzer:
Only tool of its kind
Can support multiple types of RTS based games (not just Axis & Allies RTS!)
Built on Java technology & open source software
The Build Order Anlyzer 2.0 for Axis & Allies RTS is a tool for analyzing builds in the Axis & Allies RTS game. Wikipedia has a great defnition for a Build Order. To summarize, a Build Order in an RTS game defines the order in which a player builds their buildings, units, and upgrades. Understanding the timing and affect of various build trees is critical in making the appropriate tactical decisions during the game.
The BOA allows a player to build and analyze multiple Build Orders without playing a game. Lose to a player due to their build? Then plug it into the BOA and figure out a build to counter it! Gamers no longer have to play game, after game, after game to figure out a decent counter to another players Build Order, they can use the BOA to figure it out. The BOA can literally save serious gamers hundreds of hours of game play!