• Install Metasploit on Iphone

    Before you install Metasploit on your Iphone, you need to install some commands (apt, wget, svn) and some programs (ruby,rubygems, phyton). 1) First of all install with Cydia the following commands: – APT (APT 0.6 e APT 0.7) – WGET 2) Them,  open Terminal to connect your Mac to your iPhone: ssh root@xxx.xxx.xxx.xxx (IP address of the…

    Read more


  • Iphone: reset root password

    If you want to reset the root password of our jailbreaked Iphone and set again the default password (Alpine), you must edit the master.passwd file that is located under the direcoty /private/etc/. Open the file with a text editor (I use iFile) and look for a line like this: root:/smxXXXXXXXX:0:0::0:0:System Administrator:/var/root:/bin/sh and change it to: root:/smx7MYTQIi2M:0:0::0:0:System…

    Read more


  • Install Linux Live on USB with VirtualBox

    A good alternative to install a version of Linux Live on USB is to use the   “Linux Live USB Creator”, based on the famous open source program: VirtualBox. Once you start the program, with 5 easy steps, you can install your prefer Linux Live version on a USB stick. On www.linuxliveusb.com you can check the…

    Read more


  • Installare Linux Live su USB con VirtualBox

    ,

    Una valida alternativa per installare una versione Linux Live su USB è utilizzare il programma “Linux Live USB Creator”, che sfrutta il famoso programma open source Virtualbox. Una volta avviato il programma, con 5 semplici passi, Linux Live installerà la vostra versione di Linux su una chiavetta USB. Sul sito www.linuxliveusb.com è possibile verificare la compatibilità…

    Read more


  • Metasploit on OS X Mavericks

    I show you the steps that I followed to install Metasploit on Mavericks, with some solutions that I have used to solve some mistakes that I encountered during the installation. First of all download and  install Command Line Tools (OSX 10.9): Install  Java Development Kit (JDK) from: from:http://www.oracle.com/technetwork/java/javase/downloads Install “Homebrew” : ruby -e “$(curl -fsSL…

    Read more


  • Metasploit su OS X Mavericks

    Vi riporto di seguito la procedura che ho seguito per installare Metasploit su Mavericks, completa di alcune soluzioni che ho adottato per errori che ho riscontrato in fase di installazione. Installiamo Command Line Tools (OSX 10.9): Installiamo il kit di sviluppo Java JDK da: http://www.oracle.com/technetwork/java/javase/downloads Installiamo “Homebrew” : ruby -e “$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)” echo PATH=/usr/local/bin:/usr/local/sbin:$PATH…

    Read more


  • Scrivere su HHD NTFS con Lion e Mavericks

    Vi riporto di seguito la procedura che ho adottato per leggere e scrivere sulla mia partizione di BOOTCAMP formattata in NTFS senza ricorrere a software di terze parti a pagamento: 1) Scaricate FUSE for OSX (versione 2.6.2) 2) In fase di installazione flaggate la voce: “FUSE Compatibility Layer” 3) Scaricate NTFS-3G (versione del 2010.10.2) 4) Riavviate…

    Read more