From cec0e5785684cc34f8708a05d977d45aad013991 Mon Sep 17 00:00:00 2001 From: coydog Date: Tue, 3 Dec 2013 21:00:36 -0600 Subject: [PATCH] Linked fouriergen repository. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed7b6a3..b2dd8d5 100644 --- a/README.md +++ b/README.md @@ -125,11 +125,13 @@ with git and submitted patches to upstream maintainers. [Repository](https://github.com/coydog/audiosniff) * Developed fouriergen, a simple DSP synthesizer capable of harmonies, to enable music composition using shell scripting. + [Repository](https://github.com/coydog/fouriergen) * Wrote breaknode.py, a Python script to test Node.js HTTP servers for vulnerability to the request pipelining denial of service attack in versions prior to October 2013. * Updated legacy ypsnarf security auditing tool for NIS+ for modern Solaris - derivatives. Ported the tool to Linux. [Repository](https://github.com/coydog/ypsnarf-2013) + derivatives. Ported the tool to Linux. + [Repository](https://github.com/coydog/ypsnarf-2013) * Developed utilities using C and Bash shell scripting for drive imaging and backups on Linux, BSD, and Mac OS X. Utilities wipe free space, image the storage device using dd, and compress with gzip or bzip2, using a @@ -139,6 +141,7 @@ with git and submitted patches to upstream maintainers. * Implemented MP3 player with web browser interface for home stereo system, using FreeBSD 3.4, Perl CGI scripts, and MySQL on a headless PC. * Wrote a portable TCP portscanner, compatible with most Unix systems, Linux, - Windows, and VMS. [Repository](https://github.com/coydog/drunkscan) + Windows, and VMS. + [Repository](https://github.com/coydog/drunkscan) * Implemented an RSS reader in PHP.