Category: Uncategorized

Gỡ lỗi cho fix waiting for incoming connection with ide key ‘xxxx’

Gỡ lỗi cho fix waiting for incoming connection with ide key ‘xxxx’

Khi thực hiện debug framework x trên phpstorm, mình có gặp phải lỗi này: waiting for incoming connection with ide key '192311' Mình đã tìm google để tìm hiểu cách fix cả một buổi sáng với keyword: fix waiting for incoming connection with ide key phpstorm site:stackoverflow.com Có vô vàn cách sửa lỗi này, nhưng … Continue reading Gỡ lỗi cho fix waiting for incoming connection with ide key ‘xxxx’

Cài đặt một số công cụ cơ bản cho CTFer-Forensic

Volatility Linux phiên bản trước 20.x: $ sudo apt-get install volatility Linux phiên bản sau 20.x: $ sudo apt update && sudo apt full-upgrade -y $ sudo apt install -y python2 python-dev dwarfdump build-essential yara zip $ wget https://raw.githubusercontent.com/pypa/get-pip/master/get-pip.py $ sudo python2 get-pip.py $ sudo pip2 install pycrypto yara-python distorm3==3.4.4 $ git clone https://github.com/volatilityfoundation/volatility.git $ … Continue reading Cài đặt một số công cụ cơ bản cho CTFer-Forensic

CVE-2015-2079(EL injection via Deserialize Object to RCE)

CVE-2015-2079(EL injection via Deserialize Object to RCE)

Thông qua bài viết về CVE-2013-2165 ,đã thấy rõ được phần nào cách richfaces nhận input và xử lí nó. Cụ thể là cách richfaces: decode ciphertext(deflate decode) -> object-serialize-> decode-object -> trigger object and write shell -> RCE Nhưng với một CVE khác, trên cùng các phiên bản chịu ảnh hưởng, cũng với cách … Continue reading CVE-2015-2079(EL injection via Deserialize Object to RCE)