Dec 8 2009

Arpspoof, Tcpkill, Tcpnice Tutorial

xiao

Notes to self because I never remember

To arpspoof, turn on IP forwarding:

echo 1 > /proc/sys/net/ipv4/ip_forward

with Linux (might need su) or more permanently,

net.ipv4.ip_forward = 1

in /etc/sysctl.conf
Continue reading


Dec 8 2009

BackTrack 4 Pre-Release Apache, PostgreSQL Autostart

xiao

BackTrack 4 is in pre-release and it’s a beautiful system. However, there seems to be a problem where after your first apt-get upgrade, the system will try to load Apache, PostgreSQL and other daemons on startup. Not exactly what you want when you want a clean system. To turn it off and prevent autostart:

sudo update-rc.d -f apache2 remove
sudo update-rc.d -f postgresql-8.3 remove
sudo update-rd.d -f dhcp3-server remove

This way, you can go on doing your thing without anything that leaves you open


Mar 7 2009

The Perfect Visor – Reborn!

xiao

The Visor Terminal, one of my most used hack-features. This guide helps you put your Mac Terminal to the zenith of usability and convenience.

Visor Terminal

Visor Terminal

The drop-down Quake-style terminal window is extremely convenient to run commands without disrupting the current workflow. Unfortunately the default install is very messy. It needs an open terminal program running in the background which can’t be closed and takes up valuable Dock space. Continue reading