The world awaits...

code (12)

Random Perl

I found some really old perl scripts from last century or so: This will convert irc logs from axur to mirc: #!/usr/local/bin/perl -w # # use strict; use Time::Local; my $month1 = 0; my $day1…

Continue reading...

Random Ruby

I found some old random ruby scripts from ages ago. This is a script to create 1,000 hidden services. Apparently I ran it as create_hidden_serv.rb >> torrc #!/usr/bin/ruby start_port = 10000; datadir = "~/.tor"; end_port…

Continue reading...