VNCViewer for Metasploit payload on Mac OS X
When working with VNC payloads, the Metasploit framework need vncviwer to be installed on the machine. Since Apple includes a VNC Client by default with OSX lets create a simple…
When working with VNC payloads, the Metasploit framework need vncviwer to be installed on the machine. Since Apple includes a VNC Client by default with OSX lets create a simple…
This step is for people that using Nessus on Mac OS X. Step 1: Stop Nessus service on your machine sudo launchctl unload -w /Library/LaunchDaemons/com.tenablesecurity.nessusd.plist Step 2: Download and copy…
For people that try to install Wifi Pineapple onto your TL-MR3020, you may have problem when trying to start sslstrip. The solution is, ssh to your pineapple, then execute this…
Failsafe Mode – Set your computer’s IP to 192.168.1.2, subnet 255.255.255.0 – Connect the TL-MR3020 to your computer via ethernet – Power on the TL-MR3020 – When the WPS Button…
Ruby Version Manager (RVM) RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems. RVM provides…
If you try to ssh to your server and getting this error: no hostkey alg Try to run this command at your terminal: ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key ssh-keygen -t…
First, you need to get MySQL installers from https://dev.mysql.com/downloads/mysql/#downloads I ran following command to get MySQL 5.6.14(32bit): wget -O mysql-5.6.14.deb https://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.14-debian6.0-i686.deb/from/http://cdn.mysql.com/ Install dependency sudo apt-get install libaio1 Then install Mysql…
Recently I tried to playing around with Amazon EC2 server. After subscribing & setup my server, it will give you cert pem key to access the server instead of entering…
If you want to find how much your database size in MySQL, you can run this command in mysql console: If you want the output in MB’s: mysql> SELECT table_schema…
A non-persistent disk will discard all changes when the VM is shut down. This is good for testing new software or experimenting with settings. VMware Workstation for Windows and Linux…