8/23/2016

[WEB HACKING] Burp Suite's hotkeys and Edit hotkey


개인적으로 웹 해킹 시 주력으로 사용하는 툴은 Burp 입니다. 많이 알려져있는 툴이며 굉장히 좋은 기능들을 지원하는 프록시 도구입니다. 매번 취약점 진단이나 모의해킹 시 저와 함께합니다.

최근 ZAP(OWASP Zed Attack Proxy)를 사용해봤는데 굉장히 좋더군요. 그래도 손에 익은 단축키와 저에게 맞는 UI로 저는 Burp의 손을 들어주고 싶네요.



오늘은 Burp의 단축키, Hot key에 대해 정리할까 합니다. 물론 툴에서도 쉽게 확인할 수 있지만 페이지로 정리해두면 잊어버리거나 필요할 때 금방금방 사용할 수 있지요.

Burp suite Default Hot keys

기본으로 제공되는 Hot Key입니다. Send to Repeater(Ctrl+R)과 같이 아주 자주쓰는게 대다수기 때문에 익숙해지시면 굉장히 좋습니다.

FunctionHot Key
Send to RepeaterCtrl+R
Send to IntruderCtrl+I
Forward intercepted Proxy messageCtrl+F
Toggle Proxy interceptionCtrl+T
Switch to TargetCtrl+Shift+T
Switch to ProxyCtrl+Shift+P
Switch to ScannerCtrl+Shift+S
Switch to IntruderCtrl+Shift+I
Switch to RepeaterCtrl+Shift+R
Switch to Suite optionsCtrl+Shift+O
Switch to Alerts tabCtrl+Shift+A
Go to previous tabCtrl+Minus
Go to next tabCtrl+Equals
Editor: CutCtrl+X
Editor: CopyCtrl+C
Editor: PasteCtrl+V
Editor: UndoCtrl+Z
Editor: RedoCtrl+Y
Editor: Select allCtrl+A
Editor: SearchCtrl+S
Editor: Go to previous search matchCtrl+Comma
Editor: Go to next search matchCtrl+Period
Editor: URL-decodeCtrl+Shift+U
Editor: URL-encode key charactersCtrl+U
Editor: HTML-decodeCtrl+Shift+H
Editor: HTML-encode key charactersCtrl+H
Editor: Base64-decodeCtrl+Shift+B
Editor: Base64-encodeCtrl+B
Editor: Backspace wordCtrl+Backspace
Editor: Delete wordCtrl+Delete
Editor: Delete lineCtrl+D
Editor: Go to previous wordCtrl+Left
Editor: Go to previous word (extend selection)Ctrl+Shift+Left
Editor: Go to next wordCtrl+Right
Editor: Go to next word (extend selection)Ctrl+Shift+Right
Editor: Go to previous paragraphCtrl+Up
Editor: Go to previous paragraph (extend selection)Ctrl+Shift+Up
Editor: Go to next paragraphCtrl+Down
Editor: Go to next paragraph (extend selection)Ctrl+Shift+Down
Editor: Go to start of documentCtrl+Home
Editor: Go to start of document (extend selection)Ctrl+Shift+Home
Editor: Go to end of documentCtrl+End
Editor: Go to end of document (extend selection)Ctrl+Shift+End

Edit HotKey

Burp는 단축키 변경으로 개인의 스타일에 맞게 편리한 사용을 지원합니다.
일단 요약해서 설명드리면.. Options >> Misc >> Hotkeys >> Edit hotkeys 입니다.

Burp 창에서 Options으로 들어가줍니다.



Options 탭으로 들어가면 하단에 Connections, HTTP, SSL, Sessions, Display, Misc의 탭이 보입니다.

이 중에서 Misc 탭으로 들어갑니다. 접근하게 되면 맨 위에 Hot Keys 항목이 보입니다.



여기서 Edit hotkeys를 눌러보시면 지정 안된 단축키들도 많이 보입니다. 여기서 하나하나 편집해주시면 됩니다.


Reference

Burp Suite 1.6


HAHWUL

Security engineer, Gopher and H4cker!

Share: | Coffee Me:

4 comments:

  1. 버프 단축키에 맛들이면 정말.. 헤어나올수가 없더군요!!

    ReplyDelete
    Replies
    1. 익숙해지면 속도/편리함 다 가져가죠 ㅋㅋㅋ

      Delete