aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
...
* Initial APKBUILD for libyamlFabian Affolter2011-12-031-0/+46
| | | | | | | Package description: YAML is a data serialization format designed for human readability and interaction with scripting languages. LibYAML is a YAML parser and emitter written in C.
* py-dist-utils: Updated to new upstream version 2.31Fabian Affolter2011-12-031-2/+2
|
* py-distutils-extra: Updated to the latest upstream release 2.29Fabian Affolter2011-12-031-4/+4
|
* Initial APKBUILD for aalibFabian Affolter2011-12-031-0/+35
| | | | | | | | | Package description: AA-lib is a low level gfx library just as many other libraries are. The main difference is that AA-lib does not require graphics device. In fact, there is no graphical output possible. AA-lib replaces those old-fashioned output methods with powerful ascii- art renderer.
* Initial APKBUILD for mytopFabian Affolter2011-12-031-0/+35
| | | | | | Package description: mytop is a console-based (non-gui) tool for monitoring the threads and overall performance of a MySQL server.
* Removed unneeded command from wput APKBUILDFabian Affolter2011-12-031-0/+47
| | | | | | Conflicts: testing/wput/APKBUILD
* Initial APKBUILD for httpryFabian Affolter2011-12-031-0/+29
| | | | | | | | | | | Package description: httpry is a specialized packet sniffer designed for displaying and logging HTTP traffic. It is not intended to perform analysis itself, but to capture, parse, and log the traffic for later analysis. It can be run in real-time displaying the traffic as it is parsed, or as a daemon process that logs to an output file. It is written to be as lightweight and flexible as possible, so that it can be easily adaptable to different applications.
* Initial APKBUILD for mac-robberFabian Affolter2011-12-031-0/+28
| | | | | | | | Package description: mac-robber is a digital investigation tool that collects data from allocated files in a mounted file system. This is useful during incident response when analyzing a live system or when analyzing a dead system in a lab.
* Initial APKBUILD for libewfFabian Affolter2011-12-031-0/+43
| | | | Package description:
* Inital APKBUILD for ncrackFabian Affolter2011-12-031-0/+46
| | | | | | | | | | | | Package description: Ncrack is a high-speed network authentication cracking tool. It was built to help companies secure their networks by proactively testing all their hosts and networking devices for poor passwords. Security professionals also rely on Ncrack when auditing their clients. Ncrack was designed using a modular approach, a command-line syntax similar to Nmap and a dynamic engine that can adapt its behaviour based on network feedback. It allows for rapid, yet reliable large-scale auditing of multiple hosts.
* Initial APKBUILD for arponFabian Affolter2011-12-031-0/+29
| | | | | | | | | | | Package description: ArpON (ARP handler inspection) is a portable handler daemon that make ARP protocol secure in order to avoid the Man In The Middle (MITM) attack through ARP Spoofing, ARP Cache Poisoning, ARP Poison Routing (APR) attacks. It blocks also the derived attacks by it, which Sniffing, Hijacking, Injection, Filtering & co attacks for more complex derived attacks, as: DNS Spoofing, WEB Spoofing, Session Hijacking and SSL/TLS Hijacking & co attacks.
* Added myself as maintainer for nbtscanFabian Affolter2011-12-031-1/+1
|
* Initial APKBUILD for nbtscanFabian Affolter2011-12-032-0/+63
| | | | | | | | Package description: NBTscan is a program for scanning IP networks for NetBIOS name information. It sends a NetBIOS status query to each address in supplied range and lists received information in human readable form.
* Initial APKBUILD for netdiscoverFabian Affolter2011-12-031-0/+33
| | | | | | | | | | | | | | Package description: Netdiscover is an active/passive address reconnaissance tool, mainly developed for those wireless networks without dhcp server, when you are wardriving. It can be also used on hub/switched networks. Built on top of libnet and libpcap, it can passively detect online hosts, or search for them, by actively sending arp requests, it can also be used to inspect your network arp traffic, or find network addresses using auto scan mode, which will scan for common local networks.
* Added myself as maintainer for etherdumpFabian Affolter2011-12-031-1/+1
|
* Initial APKBUILD for etherdumpFabian Affolter2011-12-031-0/+28
| | | | | | | | | | Package description: etherdump is an extremely small packet sniffer. It can be used to dump raw ethernet frames for parsing (optimally with Ethereal's text2pcap), or for viewing the network traffic of a few common TCP/IP protocols. On a uClibc system a dynamically-linked version is about 8kB and a statically linked version is about 30kB because it does not depend on libpcap.
* Initial APKBUILD for nebulaFabian Affolter2011-12-031-0/+51
| | | | | | | | | | | | | | Package description: Nebula is a network intrusion signature generator. It can help securing a network by automatically deriving and installing filter rules from attack traces. In a common setup, nebula runs as a daemon and receives attacks from honeypots. Signatures are currently published in Snort format. The code was written to be fast. A signature is not of much value if the generation process takes hours or days. With nebula, you should get a first revision within a few seconds. As more attacks of a kind are submitted, signatures get better and nebula publishes updated revisions.
* rats: Minor layout changesFabian Affolter2011-12-031-1/+1
|
* Initial APKBUILD for ratsFabian Affolter2011-12-031-0/+51
| | | | | | | | | | | | Package description: This is RATS, a rough auditing tool for security, developed by Secure Software Inc. It is a tool for scanning C, C++, Perl, PHP, Python and Ruby source code and flagging common security related programming errors such as buffer overflows and TOCTOU (Time Of Check, Time Of Use) race conditions. As its name implies, the tool performs only a rough analysis of source code. It will not find every error and will also find things that are not errors. Manual inspection of your code is still necessary, but greatly aided with this tool.
* Initial APKBUILD for flawfinderFabian Affolter2011-12-031-0/+40
| | | | | | | | | Package description: Flawfinder is a program that examines source code and reports possible security weaknesses (``flaws'') sorted by risk level. It's very useful for quickly finding and removing at least some potential security problems before a program is widely released to the public.
* Initial APKBUILD for pylintFabian Affolter2011-12-031-0/+34
| | | | | | | | | | | | Package description: Pylint is a python tool that checks if a module satisfies a coding standard. Pylint is similar to PyChecker but offers more features, like checking line-code's length, checking if variable names are well-formed according to your coding standard, or checking if declared interfaces are truly implemented, and much more. The big advantage with Pylint is that it is highly configurable, customizable, and you can easily write a small plugin to add a personal feature.
* Initial APKBUILD for py-logilab-astngFabian Affolter2011-12-031-0/+30
| | | | | | | | Package description: The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentialy governed by pylint's needs.
* Initial APKBUILD for py-logilab-commonFabian Affolter2011-12-031-0/+45
| | | | | Package description: This package contains some modules used by differents Logilab's projects.
* Initial APKBUILD for rpmlintFabian Affolter2011-12-031-0/+28
| | | | | | | Package description: rpmlint is a tool for checking common errors in RPM packages. It can be used to test individual packages. By default all checks are processed but specific checks can be performed by using command line parameters.
* Initial APKBUILD for scrubFabian Affolter2011-12-031-0/+45
| | | | | | | | | | | | Package description: scrub overwrites hard disks, files, and other devices with repeating patterns intended to make recovering data from these devices more difficult. Although physical destruction is unarguably the most reliable method of destroying sensitive data, it is inconvenient and costly. For certain classes of data, organizations may be willing to do the next best thing which is scribble on all the bytes until retrieval would require heroic efforts in a lab.
* Initial APKBUILD for dc3ddFabian Affolter2011-12-031-0/+46
| | | | | | | | | | | | | | | | | | | | | Package description: dc3dd is a patched version of GNU dd to include a number of features useful for computer forensics. Many of these features were inspired by dcfldd, but were rewritten for dc3dd. - Pattern writes. The program can write a single hexadecimal value or a text string to the output device for wiping purposes. - Piecewise and overall hashing with multiple algorithms. Supports MD5, SHA-1, SHA-256, and SHA-512. - Progress meter with automatic input/output file size probing. - Combined log for hashes and errors. - Error grouping. Produces one error message for identical sequential errors. - Verify mode. Able to hash output files and compare hashes to the acquisition hash. - Ability to split the output into chunks with numerical or alphabetic extensions. - Ability to write multiple output files simultaneuously.
* Initial APKBUILD for pcapyFabian Affolter2011-12-031-0/+28
| | | | | | | | | | Package description: Pcapy is a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables python scripts to capture packets on the network. Pcapy is highly effective when used in conjunction with a packet-handling package such as Impacket, which is a collection of Python classes for constructing and dissecting network packets.
* perl-carp-clan and perl-test-exception are already in mainFabian Affolter2011-12-032-62/+0
|
* Initial APKBUILD for perl-net-ipv4addrFabian Affolter2011-12-031-0/+31
|
* Inital APKBUILD for perl-test-simpleFabian Affolter2011-12-031-0/+31
|
* Inital APKBUILD for perl-class-gomorFabian Affolter2011-12-031-0/+31
|
* Initial APKBUILD for perl-bit-vectorFabian Affolter2011-12-031-0/+31
|
* Initial APKBUILD for perl-carp-clanFabian Affolter2011-12-031-0/+31
|
* Added missing dep to perl-test-exceptionFabian Affolter2011-12-031-1/+1
|
* Inital APKBUILD for perl-test-exceptionFabian Affolter2011-12-031-0/+31
|
* Initial APKBUILD for perl-sub-uplevelFabian Affolter2011-12-031-0/+31
|
* Initial APKBUILD for ncduFabian Affolter2011-12-031-0/+33
| | | | | | | Package description: ncdu (NCurses Disk Usage) is a curses-based version of the well-known 'du' and provides a fast way to see what directories are using your disk space.
* Old APKBUILD files, not available in testingFabian Affolter2011-12-031-0/+28
|
* Initial APKBUILD for shedFabian Affolter2011-12-031-0/+33
| | | | | | | | | | | | | | | | | Package description: shed is an easy to use hex editor written for unix/linux using ncurses, with a friendly pico-style interface. - Displays each byte as ascii, hex, decimal, octal and binary. - Allows changes to be input in all of the above (and now with bit toggling in the binary column) - Simple Pico-style interface - Search - Dump to file - Small memory requirments because file is not loaded into memory - Large file support Website: http://shed.sourceforge.net/
* Initial APKBUILD for ipgrabFabian Affolter2011-12-031-0/+34
| | | | | | | | | | | | | | Package description: This program reads and parses packets from the link layer through the transport layer, dumping explicit header information along the way. It is a lot like tcpdump from LBL except that I've made an effort to dump every relevant header field possible. The overall structure of the code is loosely based on tcpdump and I've lifted a few modules from the tcpdump distribution when necessary, rather than re-inventing the wheel. In particular, the address conversion hashing routines are pretty much lifted verbatim, as well as the TCP options section. Web: http://ipgrab.sourceforge.net/
* testing/hdparm: new aportWilliam Pitcock2011-12-021-0/+39
|
* testing/iotop: new aportWilliam Pitcock2011-12-021-0/+38
|
* testing/sdparm: new aportWilliam Pitcock2011-12-021-0/+45
|
* testing/py-newt_syrup: new aportNatanael Copa2011-12-021-0/+38
| | | | | Newt Syrup is an app framework built on top of Newt http://newt-syrup.fedorahosted.org/
* main/spice: moved from testingNatanael Copa2011-12-022-73/+0
|
* main/cegui06: moved from testingNatanael Copa2011-12-022-61/+0
|
* main/celt051: moved from testingNatanael Copa2011-12-021-44/+0
|
* main/spice-protocol: moved from testingNatanael Copa2011-12-021-41/+0
|
* testing/spice: fix makedependsNatanael Copa2011-12-021-4/+4
|
* testing/spice: new aportNatanael Copa2011-12-022-0/+73
| | | | | Implements the SPICE protocol http://www.spice-space.org/