Wednesday 25 June 2014

SFLPhone Fails to start - solved

Sometimes SFLPhone (a VOIP client) will completly fail to start and give a generic useless error about "Make sure the daemon is running" which doesn't help because you will find it is not running and you cant start it either.

The solution?

simply do the following command:

rm ~/.cache/sflphone/sfl.pid


That will remove the lock file, sflphone clietn will start up and start the deamon as well.

Wednesday 12 March 2014

Raspberry Pi Based Intrusion device

Finally after all these months I have written up my work project of embedding a raspberry pi into a phone for network attacking with subversive devices.

Raspberr Ph0wn

Please give it a read and send me feedback on twitter!

FC

Friday 28 February 2014

Install BeeF framework on LMDE

The guide on teh beef website is broken as fuck and doesnt work, I got pissed off so I figured out what the correct method is and wrote this simple guide.

Follow the below commands one by one

apt-get update
apt-get install curl git ruby build-essential ruby-sqlite3 libsqlite3-dev libssl-dev
curl https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer
source /etc/profile.d/rvm.sh
rvm pkg install zlib --verify-downloads 1
rvm install ruby-1.9.3-p545
rvm use 1.9.3
gem install bundler
git clone git://github.com/beefproject/beef.git
cd beef/
bundle install
ruby beef

Friday 7 February 2014

KDE menu empty or KDE missing applications

So after a small update it seems KDE menu just stopped populating, after a ton of trawling and figuring stuff out here is the perfect solution

copy
 /etc/xdg/menus/kde4-applications.menu
to /home/YOURUSER/.config/menus/
now rename it to applications.menu

now run:
kbuildsycoca4 -noincremental

shouldn't even need to reboot, just check your lovely menu!