Contents

System/OS
2013.11.12 17:43

[mac] Charlesproxy 간단한 설정 내용~

Views 12447 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
net.ipv4.ip_forward

#!/bin/sh
sudo route change default -interface en0
sudo sysctl -w net.inet.ip.forwarding=1
sudo sysctl -w net.inet.ip.fw.enable=1
sudo ipfw delete 00110
sudo ipfw add 00110 fwd 127.0.0.1,8888 tcp from not me to any dst-port 80

sudo route change default -interface en2
sudo sysctl -w net.inet.ip.forwarding=1
sudo sysctl -w net.inet.ip.fw.enable=1
sudo ipfw delete 00110
sudo ipfw add 00110 fwd 127.0.0.1,8888 tcp from not me to any dst-port 80

[출처] http://www.charlesproxy.com/

?

List of Articles
No. Category Subject Author Date Views
142 System/OS [linux] 콘솔/Xwindow 에서 PC스피커 소리 없애기 hooni 2003.04.23 16425
141 System/OS [linux] 패킷 스니퍼링 hooni 2003.04.23 16391
140 System/OS [windows] 원격 데스크탑(터미널 서비스) 포트 변경 hooni 2013.04.23 16363
139 System/OS [owasp] 10대 웹어플리케이션 보안 취약 file hooni 2013.04.23 16001
138 System/OS 라우팅 경로 결정 영향 요소 ㅋㅋ file hooni 2013.04.23 15949
137 System/OS [router] 설정과 기본 명령어들 모음 hooni 2013.04.23 15757
136 System/OS [linux] 쉘스크립트 expr hooni 2014.03.11 15722
135 System/OS [linux] 종료와 종료코드 확인(환경변수에서) hooni 2003.04.23 15625
134 System/OS [linux] 특수문자 환경 설정(stty) hooni 2003.04.23 15352
133 System/OS [linux] apache, php, jsp 환경설정하기.. hooni 2003.04.23 15318
132 System/OS [linux] 센드메일 동적릴레이 설치 hooni 2003.04.23 15302
131 System/OS [linux] 아파치설치/설정 - 사용인증 hooni 2003.04.23 15152
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 17 Next
/ 17