/
 Configuring Kali Machine  Configuring Kali Machine

Configuring Kali Machine - PowerPoint Presentation

liane-varnes
liane-varnes . @liane-varnes
Follow
352 views
Uploaded On 2020-04-06

Configuring Kali Machine - PPT Presentation

Web Application Penetration Testing 17 Configuring Kali Machine Lets Configure our Kali Machine fully to perform a pentest Updating amp Upgrading Kali linux gtgt sudo aptget update ID: 776160

git https clone cheetz git https clone cheetz kali github opt installing hyperion apt nessus gedit install backdoor factory

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document " Configuring Kali Machine" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

Configuring Kali Machine

Web Application Penetration Testing ‘17

Slide2

Configuring Kali Machine

Let’s Configure our Kali Machine fully to perform a

pentest

.

Slide3

Updating & Upgrading Kali linux

>>

sudo

apt-get update

>>

sudo

apt-get upgrade

Slide4

Installing gedit

>> apt-get install

gedit

Slide5

Changing Hostname

>>

gedit

/

etc

/hostname

Change Kali to “specified hostname”.

>>

gedit

/

etc

/hosts

Change Kali to “specified hostname”.

Slide6

Testing Internet Access

Ping <target>

Ex. Ping

www.google.com

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.

Slide7

Installing Nessus

Download Nessus Package -

http://www.tenable.com/products/nessus-home/

>>

dpkg

–I <file path>

Start Nessus >> /

etc

/

init.d

/

nessusd

start

Open

url

https://kali:8834

Login to Nessus.

Slide8

Installing Ming C Compiler

>> apt-get install mingw-w64

Slide9

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

Slide10

Installing Etherape

>> apt-get install

etherape

Slide11

Installing The Backdoor Factory

git clone https://github.com/secretsquirrel/the-backdoor-factory /opt/the-

backdoorfactory

cd the-backdoor-factory

./install.sh

Slide12

Some Custom Scripts by Cheetz

git clone https://github.com/cheetz/Easy-P.git /opt/Easy-P

git clone https://github.com/cheetz/Password_Plus_One /opt/

Password_Plus_One

git clone https://github.com/cheetz/PowerShell_Popup /opt/

PowerShell_Popup

git clone https://github.com/cheetz/icmpshock /opt/

icmpshock

git clone https://github.com/cheetz/brutescrape /opt/

brutescrape

git clone https://www.github.com/cheetz/reddit_xss /opt/

reddit_xss

Slide13

THANKS