13
Configuring BackTrack Michael Holcomb, CISSP Upstate ISSA Chapter

Configuring BackTrack

  • Upload
    ursala

  • View
    85

  • Download
    1

Embed Size (px)

DESCRIPTION

Configuring BackTrack. Michael Holcomb, CISSP Upstate ISSA Chapter. Agenda. Login Change Your Password Configuring an IP Address Updating Backtrack Backtrack Services Folder Structure. Login. BackTrack 5 automatically logs in as root root@bt:~#. Change Your Password. Change password - PowerPoint PPT Presentation

Citation preview

Page 1: Configuring BackTrack

Configuring BackTrack

Michael Holcomb, CISSP

Upstate ISSA Chapter

Page 2: Configuring BackTrack

Agenda

Login Change Your Password Configuring an IP Address Updating Backtrack Backtrack Services Folder Structure

Page 3: Configuring BackTrack

Login

BackTrack 5 automatically logs in as root

root@bt:~#

Page 4: Configuring BackTrack

Change Your Password

Change password

root@bt:~# passwdEnter new UNIX password:Retype new UNIX password:

Page 5: Configuring BackTrack

Configuring an IP Address

Display IP address settings

ifconfig Configure static IP settings

ifconfig eth0 192.168.1.114/24route add default gw 192.168.1.254

Configure DNS serverecho nameserver 192.168.1.254 >

/etc/resolv.conf

Page 6: Configuring BackTrack

Configuring an IP Address

Configure IP to be retained

update-rc.d networking defaults

/etc/init.d/networking restart

Page 7: Configuring BackTrack

Updating Backtrack

Update application index

apt-get update Upgrade existing applications

apt-get upgrade

Page 8: Configuring BackTrack

Backtrack Services

SSH Snort Other Services

Page 9: Configuring BackTrack

SSH

Generate RSA keyssshd-generate

Start the SSH service/etc/init.d/ssh startservice ssh start

Configure SSH to start at bootupdate-rc.d –f ssh defaults

Page 10: Configuring BackTrack

Snort

Start the snort service Edit the snort configuration file

vim /etc/snort/snort.confvar HOME_NET 192.168.1.0/24

Restart serviceservice snort restart

Running Snortsnort –q –A console –i eth0 –c

/etc/snort/snort.conf

Page 11: Configuring BackTrack

Other Services

GPSD GPS interface daemon

HTTPD Apache

MySQLD MySQL database

PCSCD RFID interface daemon

Page 12: Configuring BackTrack

Folder Structure

root@bt:/pentest# lsbackdoors    exploits   passwords  scanners   voipbluetooth    forensics  python    sniffers    webcisco        fuzzers     reporting     stressing 

windows-binaries database      libs      

reverse-engineering  telephony wirelessenumeration  misc        rfid       tunneling

Page 13: Configuring BackTrack

Bookmarks

snort.org emergingthreats.net irongeek.com hak5.org