Involved Projects and Packages
python-afl is an experimental module that enables American fuzzy lop fork server and instrumentation for pure-Python code.
The scripts to run the fuzzer are only in the package for python3.
recidivm estimates the target program's peak virtual memory use by running it multiple times with different memory limits.
Repo is a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to
revision control systems, and automates parts of the development workflow. Repo is not meant to
replace Git, only to make it easier to work with Git.
SL (Steam Locomotive) runs across your terminal when you type "sl" as you meant to type "ls". It's just a joke command, and not useful at all.
facedetect is a simple face detector for batch processing. It answers the basic question: “Is there a face in this image?” and gives back either an exit code or the coordinates of each detected face in the standard output.
The aim is to provide a basic command-line interface that’s consistent and easy to use with software such as ImageMagick, while progressively improving the detection algorithm over time.
This module losslessly converts raster images to PDF. The file size
will not unnecessarily increase. It can, for example, be used to
create a PDF document from a number of scans that are only available
in JPEG format. Existing solutions would either re-encode the input
JPEG files (leading to quality loss) or store them in the Deflate
format which results in the PDF becoming unnecessarily large in terms
of file size.
A library with common code used by libraries and tools around the libimobiledevice project.
It does not depend on any existing libraries from Apple.
This project was created for package python-subprocess-tee via attribute OBS:Maintained
This project was created for package qelectrotech via attribute OBS:Maintained
This project was created for package tracker-miners via attribute OBS:Maintained
This project was created for package gajim via attribute OBS:Maintained
This project was created for package wapiti via attribute OBS:Maintained
IntelMQ is a solution for IT security teams for collecting and processing security feeds using a message queuing protocol.
Packages provided by the non-profit association: https://commongoodtechnology.org/
Please consider supporting
This repository holds IntelMQ itself and related software including all needed dependencies if they are not provided by the distributions. If you want your software to be included here, ask intelmq@commongoodtechnology.org .
Python implementation of REST API described here: http://requesttracker.wikia.com/wiki/REST
It's some kind of nightly and with more build targets. Is not stable, can have version decrements, changed changelogs and so on.
See https://build.opensuse.org/project/show/home:sebix:intelmq/ for the stable repository.
Python tools to analyze security characteristics of MS Office and OLE files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), for Malware Analysis and Incident Response (DFIR)
Python wrapper for some of the v2 SoundCloud API
RtAudio is a set of C++ classes that provide a common API for realtime audio
input/output across different operating systems. RtAudio significantly
simplifies the process of interacting with computer audio hardware. It was
designed with the following objectives:
* object-oriented C++ design
* simple, common API across all supported platforms
* allow simultaneous multi-api support
* support dynamic connection of devices
* provide extensive audio device parameter control
* allow audio device capability probing
* automatic internal conversion for data format, channel number compensation,
(de)interleaving, and byte-swapping
casync provides a way to efficiently transfer files which change over
time over the Internet. It will split a given set into a git-inspired
content-addressable set of smaller compressed chunks, which can then
be conveniently transferred using HTTP. On the receiving side, these
chunks will be uncompressed and merged together to recreate the
original data. When the original data is modified, only the new chunks
have to be transferred during an update.
Axel tries to accelerate HTTP/FTP downloading process by using multiple
connections for one file. It can use multiple mirrors for a download. Axel has
no dependencies and is lightweight, so it might be useful as a wget clone on
byte-critical systems.
A GNU/Linux utility for viewing/manipulating the MAC address of network interfaces.
RSSTail is more or less an RSS reader: it monitors an RSS feed and if it detects a new entry, it will emit only that new entry on the terminal.
Scamper is a program that is able to conduct Internet measurement
tasks to large numbers of IPv4 and IPv6 addresses, in parallel, to
fill a specified packets-per-second rate. Currently, it supports the
well-known ping and traceroute techniques, as well as MDA traceroute,
alias resolution, some parts of tbit, sting, and neighbour discovery.
Scamper can do ICMP-based Path MTU discovery. scamper starts with the
outgoing interface's MTU and discovers the location of Path MTU
bottlenecks. scamper performs a PMTUD search when an ICMP
fragmentation required message is not returned to establish the PMTU
to the next point in the network, followed by a TTL limited search to
infer where the failure appears to occur.
SubNetCalc is an IPv4/IPv6 subnet address calculator. For a given IPv4 or IPv6
address and netmask or prefix length, it calculates network address, broadcast
address, maximum number of hosts and host address range. It also prints the
addresses in binary format for better understandability. Furthermore, it
prints information on specific address types (e.g. type, scope,
interface ID, etc.).