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...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...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...I contributed "Chapter 3: Tor and links with cryptomarkets" for the European Monitoring Center for Drugs and Drug Addiction(EMCDDA) book on the "Internet and Drug Markets". A summary of the book is as follows: The…
Continue reading...I setup a server with ssh listening only on an IPv4 address. I setup an identical server with ssh listening only on an IPv6 address. These are hosts with no public DNS, no fully qualified…
Continue reading...Introduction to the LSSC Earlier this year, I worked with the NorthEastern University School of Law, Legal Skills in Social Context clinic. The LSSC, as it's known, is a great program to introduce 1Ls to…
Continue reading...