I have setup a twitter account, about time to eh? I always wanted to setup an account for my honeypot project for the intention of updating it with the latest attacks but I just went and setup one for my own use instead! As a big fan of the terminal in Linux I wanted to [...]
Archive for the ‘Programming’ Category
C to Ruby!
By Jay in ProgrammingOver the last few months I have tried to code in Ruby for anything instead of my usual C or shell scripts. I started using metasploit adding wee tweaks here and there, I then started using it for simple scripts. It was so much quicker to write in Ruby, you know when you just want [...]
Tags: Programming, ruby
iPager in fluxbox
By Jay in Linux, ProgrammingI have always liked a minimal clean UI so I have always used fluxbox, along with a niffy wee program called ipager! Unfortunately ipager hasn’t been updated since 2005 (version 1.1.0) and no longer compiles out of the box, or tar.gz if you will ;-). I think the problems with ipager started with the release [...]
AT&T / GAS Syntax SciTE
By Jay in Linux, ProgrammingI have used SciTE as my main programming text editor and more recently to code in assembly but unfortunately it does not seem to have support for AT&T style syntax and GAS (GNU Assembler) directives only Intel. So I have modified the asm.properties file and updated it to include the following: All GAS directives e.g. [...]
Tags: assembly, Programming