Thursday, September 23, 2010

Upgrading to python 2.7 on Snowleopard

Well im finally back after a string a events going on in my life. This is a quick tutorial on how to upgrade python on OS X 10 in this case snow leopard but will work with other versions of OS X 10 so enough talking lets get to it.


Step1. Install the version of python that you are going to use for example im going to be using python 2.7 so i did the following:

sudo port install python27


Step2. Once your version of python is installed its not to point to that version by doing the following steps:

1. cd /usr/bin
2. sudo rm python
3. sudo ln -s /opt/local/bin/python2.7 python
4. python -V (Tells you the version of python you are using which in this case im using python 2.7 )


Step3. Enjoy your new version of python :) happy hacking :D

Cracking Kerberos Service Tickets (TGS) Using Kerberoasting

As of late I've been spending a lot of time researching and learning different techniques when it comes to attacking Active Directory En...