当前位置: 首页 > 工具软件 > OSCP > 使用案例 >

OSCP学习日记

冯元徽
2023-12-01

1.Intro of OSCP and Kali

2.Getting comfortable with Kali linux

2.1Booting up Kali linux

defaule pw for root:toor

passwd

whoami

2.2The Kali menu

2.3Kali documentation

​​​​​​Kali Docs | Kali Linux Documentation

Kali Tools | Kali Linux Tools

Kali Linux Forums

My View - Kali Linux Bug Tracker

Kali Linux Revealed (KLR/PEN-103) | Mastering the Penetest Distribution

2.4Things about Kali

Linux

        /bin/

        /sbin/

        /etc/

        /tmp/

        /sur/bin/

        /usr/share/

Base Linux Command

        man (-k)(5)

        ls (-a -l -1)

        cd ~

        mkdir -p {multi}

        rm -rf

        locate

        which

        find

Managing Kali Linux Services

        systemctl start ssh/apache2

        (verify: ss -antlp | grep sshd/apache)

        systemctl enable ssh/apache2

        systemctl list-unit-files

Searching Installing Removing Tools

        apt

        apt update

        apt upgread

        apt-cache search pure-ftpd

        apt show resource-agents | less

        apt install

        apt remove --purge

        dpkg

 类似资料: