The recent SANS holiday hack challenge aka Kringlecon 2018 was one of the best challenges I've ever attended and personally there were a lot of things that I'd learned and refreshed some basics. I really liked the theme of a virtual conference with talks on various cyber security topics and the way objectives complexity increases.... Continue Reading →
How to move harddisk from SATA to SCSI or SAS controller on Virtual Box
Open Virtual Box settings and open File -> Virtual Media Manager Identify the hard disk under the tab “Hard Disks". Click on it and select Copy from the options above. The Disk Image to Copy wizard opens and select appropriate options. Once the hard disk is successfully copied, select the VM where you want to... Continue Reading →
Setting up DVWA(Damn Vulnerable Web Application) on Ubuntu 16.04 LTS
Follow all the steps from https://linuxsecurityblog.com/2016/01/28/install-dvwa-on-ubuntu/ Starting from Ubuntu 16.04 LTS, php5 support is dropped! Hence, install all php7 as below apt-get install libapache2-mod-php apt-get install php-mysql apt-get install php-gd Rest all the commands in the blog works !! Enjoy Exploiting!
Installing Datasploit on Ubuntu 16.04 LTS
While installing, data sploit on Ubuntu 16.04 LTS following the link https://datasploit.readthedocs.io/en/latest/setupGuide/, you will come up with an issue that libxml2 and libxslt packages are not available Use the below link to fix the same : https://github.com/CiscoDevNet/yang-explorer/issues/36 or try the command, apt-get -y install libxml2-dev libxslt-dev python-dev libxslt1-dev zlib1g-dev Once done, run the command, ldconfig... Continue Reading →