Configuring Kali Machine
Web Application Penetration Testing ‘17
Configuring Kali Machine
Let’s Configure our Kali Machine fully to perform apentest.
Updating & Upgrading Kalilinux
>>sudoapt-get update>>sudoapt-get upgrade
Installinggedit
>> apt-get installgedit
Changing Hostname
>>gedit/etc/hostnameChange Kali to “specified hostname”.>>gedit/etc/hostsChange Kali to “specified hostname”.
Testing Internet Access
Ping <target>Ex. Pingwww.google.comIf 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.
Installing Nessus
Download Nessus Package -http://www.tenable.com/products/nessus-home/>>dpkg–I <file path>Start Nessus >> /etc/init.d/nessusdstartOpenurlhttps://kali:8834Login to Nessus.
Installing Ming C Compiler
>> apt-get install mingw-w64
Installing Hyperion
>>wget http://nullsecurity.net/tools/binary/Hyperion-1.2.zip>> unzip Hyperion-1.2.zip>>i686-w64-mingw32-c++ Hyperion-1.2/Src/Crypter/*.cpp-o hyperion.exe
InstallingEtherape
>> apt-get installetherape
Installing The Backdoor Factory
git clone https://github.com/secretsquirrel/the-backdoor-factory /opt/the-backdoorfactorycd the-backdoor-factory./install.sh
Some Custom Scripts byCheetz
git clone https://github.com/cheetz/Easy-P.git /opt/Easy-Pgit clone https://github.com/cheetz/Password_Plus_One /opt/Password_Plus_Onegit clone https://github.com/cheetz/PowerShell_Popup /opt/PowerShell_Popupgit clone https://github.com/cheetz/icmpshock /opt/icmpshockgit clone https://github.com/cheetz/brutescrape /opt/brutescrapegit clone https://www.github.com/cheetz/reddit_xss /opt/reddit_xss
THANKS
0
Embed
Upload