Download presentation
Presentation is loading. Please wait.
1
Configuring Kali Machine
Web Application Penetration Testing ‘17
2
Configuring Kali Machine
Let’s Configure our Kali Machine fully to perform a pentest.
3
Updating & Upgrading Kali linux
>> sudo apt-get update >> sudo apt-get upgrade
4
Installing gedit >> apt-get install gedit
5
Changing Hostname >> gedit /etc/hostname
Change Kali to “specified hostname”. >>gedit /etc/hosts
6
Testing Internet Access
Ping <target> Ex. Ping If host is up, it will reply with the packets, else packets will be dead. It will connect to the host only and only if you are on active connection.
7
Installing Nessus Download Nessus Package - >> dpkg –I <file path> Start Nessus >> /etc/init.d/nessusd start Open url Login to Nessus.
8
Installing Ming C Compiler
>> apt-get install mingw-w64
9
Installing Hyperion >> wget >> unzip Hyperion-1.2.zip >> i686-w64-mingw32-c++ Hyperion-1.2/Src/Crypter/*.cpp -o hyperion.exe
10
Installing Etherape >> apt-get install etherape
11
Installing The Backdoor Factory
git clone /opt/the- backdoorfactory cd the-backdoor-factory ./install.sh
12
Some Custom Scripts by Cheetz
git clone /opt/Easy-P git clone /opt/Password_Plus_One git clone /opt/PowerShell_Popup git clone /opt/icmpshock git clone /opt/brutescrape git clone /opt/reddit_xss
13
THANKS
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.