#!/bin/bash

#!/login
#!/register

New Project: smtpc 1.00

Added by ddodger at Tue Nov 25 12:03:17 UTC 2008

About: smtpc is a SMTP client, i.e. a program for sending mail.

[more]

Category Homepage Download Wiki
tool smtpc.ksh (application/octet-stream) smtpc

Updated Project: cobfuse 1.01

Added by ddodger at Thu Oct 16 10:58:51 UTC 2008

About: cobfuse is a simple to use script which changes C source files so that they become difficult to read for people but are still translatable by a compiler and none of the functionality is destroyed. This is for example useful if a program has to be distributed as source code but reverse engineering needs to be prevented.

Changes: Many bug fixes.

[more]

Category Homepage Download Wiki
other cobfuse.pl (text/x-perl) cobfuse

New Project: cobfuse 1.00

Added by ddodger at Mon Oct 13 07:50:18 UTC 2008

About: cobfuse is a simple to use script which changes C source files so that they become difficult to read for people but are still translatable by a compiler and none of the functionality is destroyed. This is for example useful if a program has to be distributed as source code but reverse engineering needs to be prevented.

[more]

Category Homepage Download Wiki
other cobfuse.pl (text/x-perl) cobfuse

Updated Project: Shell Aliases and functions for tor 9

Added by blindcoder at Sat Oct 6 07:26:03 UTC 2007

About: This script creates aliases and wrappers for network programs to direct them through the tor (the onion router) network for anonymity. Since 14th December 2005 this is especially useful in the EU. Just source this file from your ~/.bashrc (add the line ’. tor_aliases’) and continue to use your programs as usual.
Currently these commands (not program suites) are ’torified’:
- telnet
- ssh, scp (not slogin, sftp...)
- BitTorrent (the official one, written in python, not BitComet...)
- irssi
- everything that uses the HTTP_PROXY or http_proxy environment variables:
- KDE
- gpg
- wget
- curl
- svn






Changes: I wonder if I’ll ever learn that in bash ’lt’ does NOT mean ’larger than’.
This fixes torify_TCP and suppresses some unnecessary and distracting output.

[more]

Category Homepage Download Wiki
security tor_aliases_v9 (application/octet-stream) toraliases

Updated Project: Shell Aliases and functions for tor 8

Added by blindcoder at Mon Sep 3 07:01:11 UTC 2007

About: This script creates aliases and wrappers for network programs to direct them through the tor (the onion router) network for anonymity. Since 14th December 2005 this is especially useful in the EU. Just source this file from your ~/.bashrc (add the line ’. tor_aliases’) and continue to use your programs as usual.
Currently these commands (not program suites) are ’torified’:
- telnet
- ssh, scp (not slogin, sftp...)
- BitTorrent (the official one, written in python, not BitComet...)
- irssi
- everything that uses the HTTP_PROXY or http_proxy environment variables:
- KDE
- gpg
- wget
- curl
- svn






Changes: Yet another bugfix update: TransPort support appeared in Tor 0.1.2.14, not .24 (which doesn’t even exist at this time).
Also export HTTPS_PROXY.

Both are thanks to Jens Kubieziel. You Rock :-)

[more]

Category Homepage Download Wiki
security tor_aliases_v8 (application/octet-stream) toraliases

Updated Project: Shell Aliases and functions for tor 7

Added by blindcoder at Fri Aug 31 19:01:41 UTC 2007

About: This script creates aliases and wrappers for network programs to direct them through the tor (the onion router) network for anonymity. Since 14th December 2005 this is especially useful in the EU. Just source this file from your ~/.bashrc (add the line ’. tor_aliases’) and continue to use your programs as usual.
Currently these commands (not program suites) are ’torified’:
- telnet
- ssh, scp (not slogin, sftp...)
- BitTorrent (the official one, written in python, not BitComet...)
- irssi
- everything that uses the HTTP_PROXY or http_proxy environment variables:
- KDE
- gpg
- wget
- curl
- svn






Changes: Fix a rather embarrasing bug in the ssh, scp and telnet wrappers. They work again now.

[more]

Category Homepage Download Wiki
security tor_aliases_v7 (application/octet-stream) toraliases

Updated Project: Shell Aliases and functions for tor 6

Added by blindcoder at Thu Aug 30 10:35:14 UTC 2007

About: This script creates aliases and wrappers for network programs to direct them through the tor (the onion router) network for anonymity. Since 14th December 2005 this is especially useful in the EU. Just source this file from your ~/.bashrc (add the line ’. tor_aliases’) and continue to use your programs as usual.
Currently these commands (not program suites) are ’torified’:
- telnet
- ssh, scp (not slogin, sftp...)
- BitTorrent (the official one, written in python, not BitComet...)
- irssi
- everything that uses the HTTP_PROXY or http_proxy environment variables:
- KDE
- gpg
- wget
- curl
- svn






Changes: Add support for the Polipo HTTP Proxy (Privoxy support still available). Thanks to qbi for the code.

[more]

Category Homepage Download Wiki
security tor_aliases_v6 (application/octet-stream) toraliases

Updated Project: Shell Aliases and functions for tor 5

Added by blindcoder at Mon Jun 4 07:13:27 UTC 2007

About: This script creates aliases and wrappers for network programs to direct them through the tor (the onion router) network for anonymity. Since 14th December 2005 this is especially useful in the EU. Just source this file from your ~/.bashrc (add the line ’. tor_aliases’) and continue to use your programs as usual.
Currently these commands (not program suites) are ’torified’:
- telnet
- ssh, scp (not slogin, sftp...)
- BitTorrent (the official one, written in python, not BitComet...)
- irssi
- everything that uses the HTTP_PROXY or http_proxy environment variables:
- KDE
- gpg
- wget
- curl
- svn






Changes: Only add wrappers for programs actually installed.
Add torify_TCP for setting up a Transparent Tor Proxy (only works on Linux systems so far (in the function, not in Tor)).

[more]

Category Homepage Download Wiki
security tor_aliases_v5 (application/octet-stream) toraliases

Updated Project: Request Tracker helper script for e-mail gateway. 2

Added by blindcoder at Mon Jun 4 06:52:25 UTC 2007

About: If you want to use Request Trackers E-Mailgateway then the documentation points you to create two aliases for every queue you manage.
This script voids the necessity for changing your mailserver configuration every time and instead works using a catchall address.
For details, see the wiki.

Changes: Added transparent support for PostGRE (just set MYSQL config variable to the psql binary). Added verbosity. Both are thanks to Shri.
Added a license header (Public Domain).

[more]

Category Homepage Download Wiki
tool rt_queues.sh (application/octet-stream) rtqueues

New Project: dd progress wrapper 1

Added by blindcoder at Fri Jan 19 09:32:54 UTC 2007

About: This is a shellscript that wraps the call to dd(1) on GNU/Linux systems.
It uses dd’s builtin functionality to display the amount of read and written blocks when receiving a USR1 signal to display a nice progress indicator showing bytes read, bytes written, bytes read per second and bytes written per second.
The wrapper also takes into account the conversion rate the user specified (base 10 for kB, MB, GB, etc; and base 2 for k, M, G, etc) instead of always using base 10 and rounding the result up.

[more]

Category Homepage Download Wiki
tool dd.sh (application/octet-stream) ddprogress

Updated Project: Shell Aliases and functions for tor 4

Added by blindcoder at Fri Oct 13 12:37:48 UTC 2006

About: This script creates aliases and wrappers for network programs to direct them through the tor (the onion router) network for anonymity. Since 14th December 2005 this is especially useful in the EU. Just source this file from your ~/.bashrc (add the line ’. tor_aliases’) and continue to use your programs as usual.
Currently these commands (not program suites) are ’torified’:
- telnet
- ssh, scp (not slogin, sftp...)
- BitTorrent (the official one, written in python, not BitComet...)
- irssi
- everything that uses the HTTP_PROXY or http_proxy environment variables:
- KDE
- gpg
- wget
- curl
- svn






Changes: w3m needs special treatment to use proxies, so we don’t mention it anymore here.
Encapsulated everything in two shell functions: Tor_enable to enable Tor usage (called automatically) and Tor_disable to disable Tor usage.

[more]

Category Homepage Download Wiki
security tor_aliases_v4 (application/octet-stream) toraliases

Updated Project: /etc/net - Linux on the network 0.8.3

Added by pilot at Mon Sep 11 14:51:54 UTC 2006

About: /etc/net is a new way to configure networks. It is designed to let you use all modern Linux network technologies in a convenient way. /etc/net consists of GUI configurator and set of shell scripts, which share the same configuration saved in plain text files.
The best way to learn /etc/net is to start using it.

Changes:

[more]

Category Homepage Download Wiki
system configuration http://etcnet.org/ etcnet-0.8.3.tar.gz (application/x-gzip) etcnet

Updated Project: Hard Disk SMART Tester 2

Added by blindcoder at Sun Sep 10 07:34:34 UTC 2006

About: This script uses the smartctl program to run test on harddisks support SMART (should be supported by any modern harddisk, really). It will log its information to a file as well as print them to stdout, making it suited to use in cron.

Changes: fix a race condition

[more]

Category Homepage Download Wiki
tool hdtest_v2.sh (application/x-sh) hdtest

Updated Project: Shell Aliases and functions for tor 3

Added by blindcoder at Thu Jul 20 05:22:59 UTC 2006

About: This script creates aliases and wrappers for network programs to direct them through the tor (the onion router) network for anonymity. Since 14th December 2005 this is especially useful in the EU. Just source this file from your ~/.bashrc (add the line ’. tor_aliases’) and continue to use your programs as usual.
Currently these commands (not program suites) are ’torified’:
- telnet
- ssh, scp (not slogin, sftp...)
- BitTorrent (the official one, written in python, not BitComet...)
- irssi
- everything that uses the HTTP_PROXY or http_proxy environment variables:
- KDE
- gpg
- wget
- curl
- svn






Changes: The BitTorrent program names have changed in recent versions. Update tor_aliases to reflect this.

[more]

Category Homepage Download Wiki
security tor_aliases_v3 (application/octet-stream) toraliases

Updated Project: ROCK Linux Patch Submission Script 0.2

Added by blindcoder at Sun Jul 9 10:33:17 UTC 2006

About: This is a small shellscript that is using curl to submit a patch to the ROCK Linux Submaster Patch Tracking Tool. It can be used for any project using submaster, though.

Changes: Now uses the SubMaster-NG interface for uploading patches.

[more]

Category Homepage Download Wiki
tool rock_commit_patch.sh (application/x-sh) rockcommitpatch

Updated Project: Podcatcher script 1.2

Added by heema at Wed May 24 11:15:41 UTC 2006

About: This is a podcatcher script that will prompt you to either download or listen (stream) to the latest podcasts and it will remember the podcasts that you have downloaded so that you only listen to the new shows

you must first make a text file in the main directory and name the text file podlist.txt

Usage: podster [OPTIONS]

Options are:
-n, --podcast_number Specify the number of podcast per each stream to be downloaded
-m, --manage_feeds Lets you add , delete and check the status of the feeds
-c, --clean Delete the podcasts and playlist
-p, --play Play the playlist
-d, --download Downloads aoutomatically new podcasts
-f, --full-catalogue Adds the previous podcasts to your history without downloading them
-h, --help Display this text and exit
Examples:
podster -n 1 Will download the latest podcasts
podster -n 1 -d Will download the latest podcasts without confirmation


Dependencies : wget , awk , sed , xsltproc

Changes: Video support
updated the way it parses the rss feeds
it depends now on xsltproc
Added bittorrent support
Check status of podlist

[more]

Category Homepage Download Wiki
internet http://www.ibrahimriad.8m.com podster.sh (application/x-sh) podster

New Project: Request Tracker helper script for e-mail gateway. 1

Added by blindcoder at Fri May 5 11:41:35 UTC 2006

About: If you want to use Request Trackers E-Mailgateway then the documentation points you to create two aliases for every queue you manage.
This script voids the necessity for changing your mailserver configuration every time and instead works using a catchall address.
For details, see the wiki.

[more]

Category Homepage Download Wiki
tool rt_queues.sh (application/x-sh) rtqueues

Updated Project: SSH Attack blocker 1.2

Added by blindcoder at Mon Apr 10 08:33:29 UTC 2006

About: This script blocks all traffic from an IP address if there have been 10 attempted ssh logins with bogus usernames from that IP address.

Changes: Now also blocks password brute force attacks. Thanks to netrunner again!

[more]

Category Homepage Download Wiki
security block.pl (application/x-perl) sshblock

New Project: The Better Bash Gallery 0.1

Added by netrunner at Fri Mar 31 15:16:45 UTC 2006

About: The Better Bash Gallery version 0.1

Features:
- Automatic thumbnail creation
- Directory thumbnails
- Authentication support (see Authentication paragraph)

Demo: http://guest@andreas.anvame.net/cgi-bin/gallery/gallery.sh

Requirements:
- bash
- imagemagick
- apache
- pictures


Installation:
1. Put the files in cgi-bin/gallery/ somewhere in a script directory.
I have them in ~/public_html/cgi-bin/gallery/.

2. Put some image files in a directory accessible by the webserver.
I have them in ~/public_html/albums.

3. Create a directory for the thumbnails, writable by the webserver.
I have a ~/public_html/thumbs with mode 0750 and owned by httpd

4. Point your browser to http://myhost/~myuser/cgi-bin/gallery/gallery.sh



Authentication:
If you put .htaccess files in the images directory, the gallery will try to
detect if the currently logged-on user has the right to browse that directory.
To use this feature, there must be at least a simple .htaccess at the gallery
script directory. You can use it as follows:
- No Authentication:
Just don’t do anything ;)
- Full Authentication:
This is easy, if you want to have the whole album secured. You just put a
.htaccess file in the directory where the gallery.sh resides (and
preferably also to the directory where your images are).
The option AllowOverride

[more]

Category Homepage Download Wiki
gallery tbbg-0.1.tar.bz2 (application/octet-stream) tbbg

Updated Project: Shell Aliases and functions for tor 2

Added by blindcoder at Mon Mar 27 11:06:19 UTC 2006

About: This script creates aliases and wrappers for network programs to direct them through the tor (the onion router) network for anonymity. Since 14th December 2005 this is especially useful in the EU. Just source this file from your ~/.bashrc (add the line ’. tor_aliases’) and continue to use your programs as usual.
Currently these commands (not program suites) are ’torified’:
- telnet
- ssh, scp (not slogin, sftp...)
- BitTorrent (the official one, written in python, not BitComet...)
- irssi
- everything that uses the HTTP_PROXY or http_proxy environment variables:
- KDE
- gpg
- wget
- curl
- svn






Changes: Support for subversion (svn) and a small message fix.

[more]

Category Homepage Download Wiki
security tor_aliases_v2 (application/octet-stream) toraliases