Obfuscated Perl

14th Jun 2006
PERL:
  1. $S=int(rand(time))*9;while($S>=10){$t=0;$t+=$_ foreach split//,$S;$S=$t}
  2. @s=(296,1837,2403,2798,3343,3458,4021,4586,5242,5548,5573,5850,6042,6240
  3. ,6860,6967,7754,8439,8984,9239,9249,9310,10385,10655,10661,10817);srand$S
  4. ;$s=shift@s;while($s){$_=rand$S**3;push@n,chr($_)and$s=shift(@s)if++$count
  5. ==$s}map{print}@n

Who doesn't love obfuscated Perl code? This is one I wrote, and it's very simple.

My GPG Key

14th Jun 2006

I believe in GPG for encryption and signing stuff. Here is my GPG key, which you can use to send me mail.

You can also get the key off any public PGP keyserver. The key ID is 0x4FAEE50C

Fingerprint:
F668 88AC 8232 2030 AF6E 7D5D DEDE DCC3 4FAE E50C

Download key file

 Read the rest of this entry »

libcli User’s Guide

22nd Apr 2003

This guide shows a user how to use a libcli-based application. This will be
familiar to anyone who has used a Cisco device before.

Read the rest of this entry »

This guide should show you everything you need to embed libcli into your program.

Read the rest of this entry »

libcli

22nd Apr 2003

libcli is a C shared library which you can use to easily add a Ciscoâ„¢-like command line interface to any application. It's designed to be used over telnet, but will work just as well without it.

The library supports command-line editing, history, authentication and callbacks for a user-definable function tree.

You can download the latest version on the Sourceforge project page.

The API is fully documented. You can find both a developer's and a user's reference both in the tarball and on this site.

libcli is available under the LGPL license version 2.1.

QuFTP

9th Mar 2003

QuFTP is a command line ftp client for Linux.
It supports the selection of multiple files for upload and download,
which are transfered with one command.

Features

  • Select an unlimited number of files for upload or download
  • Full scripting ability
  • Command Line Completion
  • Work with multiple FTP servers simultaneously
  • Transfer files directly between servers
  • Transfer any size files of any type

Read the rest of this entry »

-->