Virtual Machine for Android Reverse Engineering Do you need to analyze a piece of Android malware, but dont have all your analysis tools with your machine ?The Android Reverse Engineering (A.R.E.) Virtual Machine, put together by Anthony Desnos , is here to help. A.R.E. combines the latest Android malware analysis tools in a readily […]
Category Archives: Linux
The VDI calculator is targeted to VMware View designs .Most powerful and more valued . This one make your design work and calculations makes easy and compact . This video teach you as how to use this calculator Vmware VDI calculations Here is the webbased calculator Here Source : myvirtualcloud -Andre […]
VMware vCenter Operations Manager Fundamentals [V5.X] Summary: – Format: Self-Paced – Length: 2.5 Hours Overview: This e-learning course covers how to install and configure vCenter Operations Manager as well as how to use its many robust features. Objectives: After completing the course, you should be able […]
Openvpn is ssl based vpn server . Here is the easy way to Upgrade oldversion to Latest version .I am using Linux Version ( CentOS) kartook@kartook:~$ kartook@kartook:~$ kartook@kartook:~$ kartook@kartook:~$ su Password: root@kartook:/home/kartook# root@kartook:/home/kartook# cd Downloads/ root@kartook:/home/kartook/Downloads#tar zxvf openvpn-2.2.2.tar.gz root@kartook:/home/kartook/Downloads#cd openvpn-2.2.2/ root@kartook:/home/kartook/Downloads#./configure root@kartook:/home/kartook/Downloads#make && make install
Step : 1 Create qemu-ifup script cat > qemu-ifup #!/bin/sh /sbin/ifconfig $1 0.0.0.0 promisc up /usr/sbin/brctl addif br0 $1 ^d chmod +x qemu-ifup cd .. Step : 2 Networking for Qemu modprobe tun /usr/sbin/brctl addbr br0 /sbin/ifconfig eth0 0.0.0.0 promisc up /usr/sbin/brctl addif br0 eth0 /sbin/dhclient br0 /sbin/iptables -F FORWARD […]
How to import ASASELIOU.OVA on Oracle Virutal Box Step : 1 Download the ASASELIOU.OVA ( Dont ask me ) Step :2 Install Latest version of Oracle Virtual Box Steps : Follow the Scree-shots Will help you to complete . IMPORT COMPLETED AND I SWITCHED ON , UMMMMMMMM !!! I GOT THE ERROR MESSAGE […]
Step : 1 Install and configure Squid [root@proxy-lab ~]# yum -y install squid [root@proxy-lab ~]# vi /etc/squid/squid.conf acl CONNECT method CONNECT # line 31: add ( define new ACL ) acl lan src 192.168.100.0/24 http_access allow localhost # line 59: add ( allow defined ACL above ) http_access allow lan # line 64: change […]
How to find Perl Version kartook@kartook:~$ perl -v This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux-gnu-thread-multi (with 53 registered patches, see perl -V for more detail) Copyright 1987-2011, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may […]
My Favorite RSS Feed Reader Applications For Ubuntu A quick collection of my favorite RSS feed reader applications for Ubuntu desktop.Here is my list of favorite 4 feed reader applications for Ubuntu. Akregator is my favorite rss feed reader app for Ubuntu. The only drawback is that, it is a qt based application and it […]