geek213 0 Report post Posted November 11, 2013 running out of time. don't want to start my exam in hera labs without Kali. why would i want to / not sure i can install my tools in Windows? starting to lose it. i have hera available in beginners tools. using my lab time there trying to gat ready for eWPT exam but NO JOY! tried online help elsewhere but so far - fail! suggestions welcome - tried running kali in virtualbox on windows - fail! do you have to take the exam on windows???? Share this post Link to post
SnakeByte 7 Report post Posted November 11, 2013 apt-get updateapt-get install network-manager-openvpn network-manager-pptp network-manager-pptp-gnome network-manager-vpnc network-manager-vpnc-gnome Share this post Link to post
geek213 0 Report post Posted November 12, 2013 performing the incantation now much thanks! Share this post Link to post
geek213 0 Report post Posted November 12, 2013 interesting. the updates went well and the tunnel tested ok.... looks good but isn't usable. in windows, firefox can connect to the target sites.,, elsvulnerable.com for example. in linux the ice weasel says "connecting..." but never connects. tried several times. tap0 exists - and looks ok - but iceweasel can't connect to the lab environments. also, (and not important to me) i can't find a plugin for ice weasel to view the labs / play flash. thanks for any hints Share this post Link to post
SnakeByte 7 Report post Posted November 12, 2013 did you update the /etc/hosts file in kali with the elsvulnerable.com ip? !~~~~~(always remember to backup your hosts file before making any changes to it)~~~~~! $cp /etc/hosts /etc/hosts.old $echo "10.100.0.100 elsvulnerable.com" >> /etc/hosts (remember to use double bigger than sign {>>} using only 1 {>} will delete anything else in the hosts file) you can download the debian (deb) package from adobe's website, (kali is based ondebian wheezy) https://wiki.debian.org/FlashPlayer but for general if you are busy and on such a hurry, this should do the job for you: $apt-get install flashplugin-nonfree or in some cases: $update-flashplugin-nonfree --install good luck! Share this post Link to post
geek213 0 Report post Posted November 13, 2013 thanks snakebyte yes, i used vi to edit/add the 10. ip to the hosts file - but i'll verify the addr. thx also for the flash plugin info. Share this post Link to post
geek213 0 Report post Posted November 13, 2013 argh! bad ip! thank you for your help - and patience! flash installed ok and i can get to the course screens but the screen just goes totally white now instead of telling me i need the plug-in. not important i have my tools and i can start my exam now. thanks! Share this post Link to post
The Dan 36 Report post Posted January 17, 2014 You know Kali linux and Backtrack comes pre-installed with OpenVPN? The aforementioned commands will enable the gui but all you need to do is get a terminal and type 'openvpn [opvn filename]' It will then prompt you for your usename and password. Share this post Link to post
SnakeByte 7 Report post Posted January 18, 2014 Some people prefer to use the GUI (: 1 Share this post Link to post
The Dan 36 Report post Posted January 22, 2014 Some people prefer to use the GUI (: Oh you mean Windows users? haha 1 Share this post Link to post
the_hutch 4 Report post Posted February 27, 2014 You know Kali linux and Backtrack comes pre-installed with OpenVPN? You beat me to it Share this post Link to post