PWN/TIP

소켓 서버 열기

J1W0N 2019. 5. 31. 02:03
728x90

sudo apt-get install socat

socat tcp-listen:[port],reuseaddr,fork,bind=0.0.0.0 exec:[binary]