Uncategorized

So a friend of mine recently competed in a 10mile race (supposedly) and he thinks he tracked the “ACTIVITY” on his watch but after the race deleted it by mistake.

He brought the watch immediately over to me to see if there was anything I could do. Well the watch seems to be pretty nifty and has built in GPS, bluetooth and some other bells and whistles.

The watch comes… Continue reading

So I’ve been out of the GPU cracking game for a while as I’ve been running a MacBook on OS X.

After doing a little digging tonight and reading up on the latest version of hashcat (v3.00) it became apparent to me that hashcat now runs on OS X platforms. At last! Thanks to @hashcat (atom) for making the software open source!

For those of you wanting to get… Continue reading

So I got thinking this weekend that I wanted a simple service to allow me to port scan myself from a remote location. I decided I could SSH on to a box but then i’d need to transmit creds etc… as such I quickly coded up some PHP to allow me to scan what ever IP address my request is coming from. I’ve used a server side variable for this… Continue reading

So after watching a talk at Defcon 23 about the Tracking Point rifle scope (When IoT Attacks: Hacking A Linux-Powered Rifle) I got interested and wanted to know what was in budget for some rifle hacking myself. What was identified in this talk was that it was possible to remotely change the point of impact of the bullet by adjusting the ballistic coefficient of the round within the… Continue reading

So i had the 32bit binary version of NFSShell but i needed the 64bit version.

Compiling this was simple once I had the required dependencies.

12345root@kali:~/Downloads/nfsshell-master# apt-get install libreadline-dev libncurses5-dev root@kali:~/Downloads/nfsshell-master# make gcc -g -o nfsshell mount_clnt.o mount_xdr.o nfs_prot_clnt.o nfs_prot_xdr.o nfsshell.o -L/usr/local/lib -lreadline -lhistory -lncurses root@kali:~/Downloads/nfsshell-master# ./nfsshell nfs> quit

And for those that just want the binaries you can download them from here: nfsshell 32 bit nfsshell 64 bit