본문 바로가기
웹 해킹/webhacking.kr

webhacking.kr 31번-포트포워딩

by sonysame 2018. 2. 9.
$port=rand(10000,10100);
$socket=fsockopen("$_GET[server]","$port",$errno,$errstr,3) or die("error : $errstr");


Warning: fsockopen() [function.fsockopen]: unable to connect to 121.139.96.245:10043 (Connection timed out) in /home/hosting_users/webhacking/www/challenge/web/web-16/index.php on line 24
error : Connection timed out



음...포트포워딩....?


참고사이트

http://programmerchoo.tistory.com/2

외부에서 서버쪽으로 데이터를 받고 싶다는 신호를 보내기 위해서는 ip 주소말고도 고려해야 하는 것이 포트이다. 


외부에서 1.231.xxx.xxx.의 특정 포트로 접속했을 때, 192.168.0.2로 연결시켜주는 것을 포트포워딩이라고 한다. 만약 포트포워딩 설정이 되어있지 않다면 외부로부터의 접근은 공유기에서 막혀버릴 것이다.


포트포워딩 방법은 그리 어렵지 않다!





'웹 해킹 > webhacking.kr' 카테고리의 다른 글

webhacking.kr 58번  (0) 2018.02.10
webhacking.kr 32번-파이썬 스크립트  (0) 2018.02.10
webhacking.kr 27번-SQL INJECTION  (0) 2018.02.09
webhacking.kr 25번  (0) 2018.02.09
webhacking.kr 19번-문제 오류  (0) 2018.02.09