OSCP Security Technology
Posted 一蓑烟雨
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了OSCP Security Technology相关的知识,希望对你有一定的参考价值。
OSCP Security Technology - Enumeration(1)
Install Kioptrix Level 1
https://www.vulnhub.com/entry/kioptrix-level-1-1,22/
Find the IP address of Kioptrix.
netdiscover -i eth0
SSH Enumeration
sudo nmap -Pn -sS --stats-every 3m --max-retries 1 --max-scan-delay 20 --defeat-rst-ratelimit -T4 -p1-65535 -oN /root/kioptrix1.txt 192.168.2.28
sudo nmap -nvv -Pn- -sSV -p 11,80,111,139,443,1024 --version-intensity 9 -A -oN /root/kioptrix1_detailed.txt 192.168.2.28
sudo nmap -Pn --top-ports 1000 -sU --stats-every 3m --max-retries 1 -T3 -oN /root/kioptrix1_U.txt 192.168.2.28
searchsploit openssh
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c 3des-cbc 192.168.2.28
以上是关于OSCP Security Technology的主要内容,如果未能解决你的问题,请参考以下文章
Internet History,Technology,and Security -Technology: Application Protocols(Week7)
Internet History, Technology, and Security(week8)——Security: Encrypting and Signing
Internet History, Technology, and Security----第四周