Hack/포너블
[Linux] ps | grep & socat & checksec.sh
Nehoy
2017. 2. 19. 18:17
- ps | grep
ps -ef | grep -n 'program_name'
- socat
socat tcp-listen:9002,reuseaddr,fork,bind=0.0.0.0 exec:program_path
nc localhost 9002
- checksec.sh checksec.sh
./checksec.sh --file program_name