🔒정보보안/모의해킹

모의해킹 - 버프 스위트(Brup Suite) 설정 모음

Janger 2024. 8. 7. 16:39
728x90

 

 

Burp Suite 한글 깨짐 방지

 

 

1. Burp Suite를 켜고 오른쪽 상단의 Settings를 클릭

2. User InterfaceMessage editor로 들어가 HTTP message display한글 폰트(e.g. 굴림체)로 설정

3. Character setsUse a specific character set에 인코딩을 UTF-8로 설정

 

출처: 

https://velog.io/@dailylifecoding/Hacking-Burp-Suite-%ED%95%9C%EA%B8%80-%EA%B9%A8%EC%A7%90-%EB%B0%A9%EC%A7%80

 

 

 

Burp Suite Response Intercept 하기

 

1. Proxy 탭에서 Proxy Settings 클릭

2. Response interception rulesIntercept responses on the following rules 체크

 

 

 

Burp Suite에서 response가 Intercept가 안되는 경우

 

원인 : 응답 패킷의 타입 헤더가 "text"가 아닌 경우(e.g. json, html, application)

 

1. Response interception rules에서 첫 번째 규칙(Content type header)를 수정(Edit) 버튼을 누름

2. Match condition 값을 (text|appication|json|html|xml|x-javascript)로 수정

 

 

 

출처: 

https://kk-7790.tistory.com/120

 

Burp suite에서 response 값 안나올때(xml, json 등)

가끔 웹 진단을 하다보면 버프에서 response(응답 값)이 나오지 않는 경우가 있습니다. 또한 일반적인 형태 외의 값으로 response 되는 경우가 있기때문에, 미리 버프슈트의 옵션을 설정한 뒤 웹 취약

kk-7790.tistory.com

 

 

 

728x90