The world awaits...

 

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...

Internet and Drug Markets

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...

SSH attacks IPv4 vs IPv6

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...